Skip to content

Commit dfcf1fd

Browse files
committed
Updated version to 1.13
1 parent 8ce522d commit dfcf1fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CardinalityEstimation/CardinalityEstimation.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<PackageId Condition=" '$(Configuration)' == 'Release-Signed' ">CardinalityEstimation.Signed</PackageId>
77
<PackageId Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Debug' ">CardinalityEstimation</PackageId>
8-
<Version>1.12.0</Version>
8+
<Version>1.13.0</Version>
99
<Description>A C# library to estimate the number of unique elements in a set, in a quick and memory-efficient manner, based on the work of Flajolet et al. and Huele et al. Signed version.</Description>
1010
<Authors>Oron Navon;Sagui Itay</Authors>
1111
<Company></Company>
@@ -16,8 +16,8 @@
1616
<PackageTags>hyperloglog cardinality estimation loglog set c# cardinalityestimation</PackageTags>
1717
<PackageReleaseNotes>Removed support for deprecated dotnet versions.
1818
Added support for .NET 9.0</PackageReleaseNotes>
19-
<AssemblyVersion>1.12.0.0</AssemblyVersion>
20-
<FileVersion>1.12.0.0</FileVersion>
19+
<AssemblyVersion>1.13.0.0</AssemblyVersion>
20+
<FileVersion>1.13.0.0</FileVersion>
2121
<IncludeSymbols>true</IncludeSymbols>
2222
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)