Bump the version of the C# bindings (#482)

This commit is contained in:
Denis Komissarov
2025-09-30 13:31:46 -07:00
committed by GitHub
parent ac388684bc
commit 9604fe86f1
2 changed files with 2 additions and 2 deletions

View File

@@ -22,6 +22,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Regorus" Version="0.6.0$(RegorusPackageVersionSuffix)"/>
<PackageReference Include="Regorus" Version="0.8.0$(RegorusPackageVersionSuffix)"/>
</ItemGroup>
</Project>

View File

@@ -8,7 +8,7 @@
<LangVersion>10.0</LangVersion>
<!-- See https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-pack -->
<VersionPrefix>0.7.0</VersionPrefix>
<VersionPrefix>0.8.0</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>