Skip to content

Commit 2dda3ff

Browse files
committed
add version 0.2.1 beta
1 parent 3d756ab commit 2dda3ff

1 file changed

Lines changed: 4 additions & 31 deletions

File tree

src/EtabSharp/EtabSharp.csproj

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- Package Identity -->
99
<Title>EtabSharp</Title>
1010
<PackageId>EtabSharp</PackageId>
11-
<Version>0.2.0-beta</Version>
11+
<Version>0.2.1-beta</Version>
1212
<Copyright>Copyright © Thanh Tu 2025</Copyright>
1313
<Authors>Thanh Tu</Authors>
1414

@@ -29,36 +29,9 @@
2929

3030
<!-- Package Release Notes -->
3131
<PackageReleaseNotes>
32-
v0.2.0-beta - Auto-Detection Release 🚀
33-
34-
✨ BREAKING CHANGE: ETABSv1.dll is NO LONGER shipped in package
35-
36-
🎯 NEW: Automatic ETABS installation detection!
37-
- Zero configuration required
38-
- Works with ETABS 21 and 22 and beyond
39-
- Automatically finds and references your ETABS installation
40-
- Supports both 64-bit and 32-bit installations
41-
- Much smaller package size (~99% reduction)
42-
43-
Features:
44-
- Material property management (Concrete, Rebar, Steel)
45-
- Frame and area property management
46-
- Model generation and modification
47-
- Analysis execution and results retrieval
48-
- Design integration (steel and concrete)
49-
- Automatic version detection
50-
- Comprehensive error handling
51-
- Full IntelliSense support
52-
53-
Requirements:
54-
- ETABS v21+ must be installed on your system
55-
- .NET 10.0 or later
56-
- Windows OS
57-
58-
Migration from v0.1.x:
59-
- Simply update the package - no code changes needed
60-
- ETABS will be auto-detected from standard installation paths
61-
- If custom path needed, set ETABS_INSTALL_DIR environment variable
32+
v0.2.1-beta
33+
* Fixed: remove behavior to write to console. Now all infor are logged via ILogger.
34+
6235
</PackageReleaseNotes>
6336

6437
<!-- CI/CD Settings -->

0 commit comments

Comments
 (0)