Skip to content

Commit b11f54e

Browse files
committed
Release 0.9.2.0
1 parent bdcee64 commit b11f54e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/BinaryTrie.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</PropertyGroup>
99

1010
<PropertyGroup>
11-
<AssemblyVersion>0.9.1.0</AssemblyVersion>
12-
<FileVersion>0.9.1</FileVersion>
13-
<VersionPrefix>0.9.1</VersionPrefix>
11+
<AssemblyVersion>0.9.2.0</AssemblyVersion>
12+
<FileVersion>0.9.2</FileVersion>
13+
<VersionPrefix>0.9.2</VersionPrefix>
1414
<!-- <VersionSuffix>beta1</VersionSuffix> -->
1515
<Authors>Ilya Sazonov</Authors>
1616
<Product>Sibs.IPNetworks.BinaryTrie</Product>
@@ -29,6 +29,10 @@
2929
<AssemblyName>$(Product)</AssemblyName>
3030
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3131
<IsPackable>true</IsPackable>
32+
<PackageReleaseNotes>
33+
1. Added DefaultResult property
34+
2. Improved nullable annotations
35+
</PackageReleaseNotes>
3236
</PropertyGroup>
3337

3438
<ItemGroup>

0 commit comments

Comments
 (0)