|
8 | 8 | <!-- Package Identity --> |
9 | 9 | <Title>EtabSharp</Title> |
10 | 10 | <PackageId>EtabSharp</PackageId> |
11 | | - <Version>0.2.0-beta</Version> |
| 11 | + <Version>0.2.1-beta</Version> |
12 | 12 | <Copyright>Copyright © Thanh Tu 2025</Copyright> |
13 | 13 | <Authors>Thanh Tu</Authors> |
14 | 14 |
|
|
29 | 29 |
|
30 | 30 | <!-- Package Release Notes --> |
31 | 31 | <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 | + |
62 | 35 | </PackageReleaseNotes> |
63 | 36 |
|
64 | 37 | <!-- CI/CD Settings --> |
|
0 commit comments