Skip to content

Commit

Permalink
Included v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm0115 committed Nov 1, 2023
1 parent bf9df36 commit 803f133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MtconnectTranspiler/Contracts/MTConnectHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public static class MTConnectHelper
{ MTConnectVersion.v2_0, "v2.0" },
{ MTConnectVersion.v2_1, "v2.1" },
{ MTConnectVersion.v2_2, "v2.2" },
{ MTConnectVersion.v2_3, "v2.3" },
};

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion MtconnectTranspiler/MtconnectTranspiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>MTConnect Transpiler</Title>
<Version>1.0.8-prerelease</Version>
<Version>1.0.8.2-prerelease</Version>
<Authors>mtconnect, tbm0115</Authors>
<Company>MTConnect Institute; TAMS;</Company>
<Description>A library capable of parsing an XMI for the MTConnect Standard and passing it to an implemented transpiler.</Description>
Expand Down

0 comments on commit 803f133

Please sign in to comment.