Skip to content

Commit

Permalink
bumped to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
protobufel committed May 28, 2017
1 parent ab4211c commit 1602335
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions MultiKeyMap/MultiKeyMap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@
<RepositoryUrl>https://github.com/protobufel/multikeymapcsharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>c# library multikey dictionary</PackageTags>
<PackageReleaseNotes>Finished BitList and MaskMultiKeyMap</PackageReleaseNotes>
<PackageReleaseNotes>1. Fully implemented positionally optimized algorithm
2. Refactored the entire class hirerarchy, to be continued
3. Implemented a number of generally useful collection wrappers, that will be made public in the next point release
4. Improved code coverage</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<SignAssembly>False</SignAssembly>
<AssemblyVersion>3.0.20.0</AssemblyVersion>
<FileVersion>3.0.20.0</FileVersion>
<Version>3.0.20</Version>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<Version>3.1.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 1602335

Please sign in to comment.