Skip to content

Commit

Permalink
Update MtconnectTranspiler.Sinks.CSharp.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm0115 committed Apr 6, 2023
1 parent 629a484 commit 61ebb43
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>MTConnect Transpiler Sink for C#</Title>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
<Authors>mtconnect, tbm0115</Authors>
<Company>MTConnect Institute; TAMS;</Company>
<Description>An implementation of `ITranspilerSink` from the `MtconnectTranspiler` library. This libary makes it possible to transpile the MTConnect Standard SysML model into C# code.</Description>
Expand Down Expand Up @@ -41,7 +41,7 @@

<ItemGroup>
<PackageReference Include="CaseExtensions" Version="1.1.0" />
<PackageReference Include="MtconnectTranspiler" Version="1.0.6" />
<PackageReference Include="MtconnectTranspiler" Version="1.0.7" />
<PackageReference Include="Scriban" Version="5.7.0" />
</ItemGroup>

Expand Down

0 comments on commit 61ebb43

Please sign in to comment.