Skip to content

Commit 7aabe92

Browse files
committed
chore: 0.0.40 — 示例库注释/丰富 + 二进制移出 git 跟踪
版本号 0.0.39→0.0.40(双 csproj + manifest bundleVersion + CHANGELOG)。 exe 代码未变(仅模板/示例内容与仓库管理改进)。
1 parent a1128f2 commit 7aabe92

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [0.0.40] - 2026-06-02
4+
5+
### 示例库质量 — SCL/UDT/DB 全面补注释并丰富逻辑
6+
7+
- **5 个 `scl-examples/*.scl` 重写**:块头说明 + 每个 `VAR_INPUT/VAR_OUTPUT/VAR` 接口变量逐行中文注释 + 逻辑分区注释;`FB_TimerCounterDemo` 增运行/剩余/完成百分比输出并用静态累计器消除「输出未初始化」告警(编译 0 错 0 警);`FB_BasicLatch``Healthy``FB_StepSequenceDemo` 增进度百分比;`FC_BasicScaleLimit`/`FC_MathCompareDemo` 增限幅/方向/偏差百分比输出。
8+
- **`udt_basic_status.json` / `db_basic_status.json`** 每个成员补 `commentZhCn` 中文注释(builder 早已支持)。
9+
10+
### 仓库管理 — 编译产物移出 git 跟踪
11+
12+
- `bin/Release``bin-v20/Release` 下的 exe/DLL/.config 不再入库(加入 `.gitignore`),二进制改由 GitHub Release zip 分发。消除「clean 误删 tracked 二进制 → MCP 启动崩溃」这一类停摆隐患。
13+
314
## [0.0.39] - 2026-06-01
415

516
### Stability-first public project generation

manifest/package-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": "2026-05-25",
3-
"bundleVersion": "0.0.39",
3+
"bundleVersion": "0.0.40",
44
"packageName": "TIA_MCP_交付包_20260525_V20S7DCL_184330",
55
"packageType": "tia-portal-mcp-complete-offline-delivery-bundle",
66
"generatedAt": "2026-05-31T20:30:00+08:00",

tools/tiaportal-mcp/src/TiaMcpServer/TiaMcpServer.V20.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Nullable>enable</Nullable>
55
<LangVersion>Latest</LangVersion>
66
<OutputType>Exe</OutputType>
7-
<AssemblyVersion>0.0.39</AssemblyVersion>
7+
<AssemblyVersion>0.0.40</AssemblyVersion>
88
<AssemblyName>TiaMcpServer</AssemblyName>
99
<BaseOutputPath>.\bin-v20</BaseOutputPath>
1010
<BaseIntermediateOutputPath>.\obj-v20\</BaseIntermediateOutputPath>

tools/tiaportal-mcp/src/TiaMcpServer/TiaMcpServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Nullable>enable</Nullable>
55
<LangVersion>Latest</LangVersion>
66
<OutputType>Exe</OutputType>
7-
<AssemblyVersion>0.0.39</AssemblyVersion>
7+
<AssemblyVersion>0.0.40</AssemblyVersion>
88
<BaseOutputPath>.\bin</BaseOutputPath>
99
<PlatformTarget>x64</PlatformTarget>
1010
<Prefer32Bit>false</Prefer32Bit>

0 commit comments

Comments
 (0)