Skip to content

Commit fd7b87b

Browse files
committed
Updated version to 1.14.0
1 parent 4fa0f43 commit fd7b87b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CardinalityEstimation/CardinalityEstimation.csproj

Lines changed: 6 additions & 5 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.13.0</Version>
8+
<Version>1.14.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>
@@ -14,10 +14,11 @@
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<Copyright>Copyright © Sagui Itay 2022</Copyright>
1616
<PackageTags>hyperloglog cardinality estimation loglog set c# cardinalityestimation</PackageTags>
17-
<PackageReleaseNotes>Removed support for deprecated dotnet versions.
18-
Added support for .NET 9.0</PackageReleaseNotes>
19-
<AssemblyVersion>1.13.0.0</AssemblyVersion>
20-
<FileVersion>1.13.0.0</FileVersion>
17+
<PackageReleaseNotes>Added support for Span/ReadOnlySpan/Memory/ReadOnlyMemory
18+
Added ConcurrentCardinalityEstimator
19+
Updated XML docs</PackageReleaseNotes>
20+
<AssemblyVersion>1.14.0.0</AssemblyVersion>
21+
<FileVersion>1.14.0.0</FileVersion>
2122
<IncludeSymbols>true</IncludeSymbols>
2223
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2324
</PropertyGroup>

0 commit comments

Comments
 (0)