Skip to content

Commit df83867

Browse files
committed
update example
1 parent 8c58c33 commit df83867

2 files changed

Lines changed: 972 additions & 417 deletions

File tree

src/EtabSharp/EtabSharp.csproj

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

1515
<!-- Package Description -->
@@ -29,8 +29,10 @@
2929

3030
<!-- Package Release Notes -->
3131
<PackageReleaseNotes>
32-
v0.2.1-beta
33-
* Fixed: remove behavior to write to console. Now all infor are logged via ILogger.
32+
v0.3.0-beta
33+
* New IApplication interface wrapping the ETABS cOAPI object, with a concrete ETABSApplicationManager implementation to manage starting, hiding, and cleanly exiting ETABS.
34+
* Safer application access via ETABSApplication.Application : IApplication; raw COM (cOAPI) and GetRawAPI()/GetRawModel() are now internal, and Close() routes through Application.ApplicationExit() for more robust shutdown.
35+
* PID-aware instance attachment in ETABSWrapper: connections now target a specific ETABS process when possible, and a new ConnectToProcess(int pid) API lets callers attach to an exact running instance.
3436

3537
</PackageReleaseNotes>
3638

0 commit comments

Comments
 (0)