We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a7812 commit f34b6a8Copy full SHA for f34b6a8
1 file changed
csharp/ToolGood.Algorithm/ToolGood.Algorithm.csproj
@@ -19,7 +19,7 @@
19
<Product>ToolGood.Algorithm</Product>
20
<PackageLicenseFile>LICENSE</PackageLicenseFile>
21
<SignAssembly>true</SignAssembly>
22
- <Version>5.0.0.1</Version>
+ <Version>5.0.0.2</Version>
23
<AssemblyOriginatorKeyFile>ToolGood.Algorithm.snk</AssemblyOriginatorKeyFile>
24
<DelaySign>false</DelaySign>
25
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\ToolGood.Algorithm.xml</DocumentationFile>
@@ -39,11 +39,6 @@
39
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
40
</ItemGroup>
41
42
-
43
- <!--<ItemGroup>
44
- <PackageReference Include="Wasi.Sdk" Version="0.1.4-preview.10020" />
45
- </ItemGroup>-->
46
47
<ItemGroup>
48
<None Include="..\..\LICENSE">
49
<Pack>True</Pack>
0 commit comments