From 1b983370109ec33b8ce4cd0ba436d75d24140a0a Mon Sep 17 00:00:00 2001 From: Malcolm Nixon Date: Tue, 21 Jul 2026 14:58:19 -0400 Subject: [PATCH] Update SysML2Tools to 0.1.0 Bump DemaConsulting.SysML2Tools.Core/.Language/.Stdlib from 0.1.0-beta.16 to the first stable 0.1.0 release in DemaConsulting.SysML2Workbench.csproj and OtsSoftwareTests.csproj, and bump the demaconsulting.sysml2tools.tool local CLI (used by lint.ps1 to lint docs/sysml2/**/*.sysml) from 0.1.0-beta.14 to 0.1.0. Build succeeds, 279/279 tests pass, fix.ps1/lint.ps1 both clean. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .config/dotnet-tools.json | 2 +- .../DemaConsulting.SysML2Workbench.csproj | 6 +++--- test/OtsSoftwareTests/OtsSoftwareTests.csproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 46a41fa..fa80df5 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -66,7 +66,7 @@ "rollForward": false }, "demaconsulting.sysml2tools.tool": { - "version": "0.1.0-beta.14", + "version": "0.1.0", "commands": [ "sysml2tools" ], diff --git a/src/DemaConsulting.SysML2Workbench/DemaConsulting.SysML2Workbench.csproj b/src/DemaConsulting.SysML2Workbench/DemaConsulting.SysML2Workbench.csproj index 4239085..2f11dea 100644 --- a/src/DemaConsulting.SysML2Workbench/DemaConsulting.SysML2Workbench.csproj +++ b/src/DemaConsulting.SysML2Workbench/DemaConsulting.SysML2Workbench.csproj @@ -18,9 +18,9 @@ - - - + + + diff --git a/test/OtsSoftwareTests/OtsSoftwareTests.csproj b/test/OtsSoftwareTests/OtsSoftwareTests.csproj index 04fd181..c54468c 100644 --- a/test/OtsSoftwareTests/OtsSoftwareTests.csproj +++ b/test/OtsSoftwareTests/OtsSoftwareTests.csproj @@ -16,8 +16,8 @@ - - + +