Skip to content

Commit e37b876

Browse files
committed
bump version
1 parent 20ffcd7 commit e37b876

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

clmath/clmath.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
<TargetFramework>net6.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8-
<PackageVersion>1.0.0.1</PackageVersion>
8+
<PackageVersion>1.1.0.0</PackageVersion>
99
<Title>clmath</Title>
1010
<Authors>comroid</Authors>
1111
<Description>A commandline math tool</Description>
1212
<PackageProjectUrl>https://github.com/comroid-git/clmath</PackageProjectUrl>
1313
<PackageLicenseUrl>https://github.com/comroid-git/clmath/blob/master/LICENSE</PackageLicenseUrl>
1414
<RepositoryUrl>https://github.com/comroid-git/clmath</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
16-
<AssemblyVersion>1.0.0.1</AssemblyVersion>
16+
<AssemblyVersion>1.1.0.0</AssemblyVersion>
1717
<FileVersion>10</FileVersion>
1818
<NeutralLanguage>en-150</NeutralLanguage>
1919
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.11.1"/>
24-
<PackageReference Include="Silk.NET.Input" Version="2.16.0"/>
25-
<PackageReference Include="Silk.NET.OpenGL" Version="2.16.0"/>
26-
<PackageReference Include="Silk.NET.Windowing" Version="2.16.0"/>
23+
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.11.1" />
24+
<PackageReference Include="Silk.NET.Input" Version="2.16.0" />
25+
<PackageReference Include="Silk.NET.OpenGL" Version="2.16.0" />
26+
<PackageReference Include="Silk.NET.Windowing" Version="2.16.0" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)