Skip to content

Commit

Permalink
added 2.1.0 metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
protobufel committed May 18, 2017
1 parent 6db9146 commit 4ac6758
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions MultiKeyMap/MultiKeyMap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
<RepositoryUrl>https://github.com/protobufel/multikeymapcsharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>c# library multikey dictionary</PackageTags>
<PackageReleaseNotes>Fixed MultiKeyMaps.CreateMultiKeyDictionary method with parameters.</PackageReleaseNotes>
<PackageReleaseNotes>1. added new TryGets by partial key with the correlated lists of the partial key subkeys and positions.
2. moved the existing tuple based TryGets to extensions
3. fixes and refactorings</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<SignAssembly>False</SignAssembly>
<AssemblyVersion>2.0.2.0</AssemblyVersion>
<FileVersion>2.0.2.0</FileVersion>
<Version>2.0.2</Version>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<Version>2.1.0</Version>
</PropertyGroup>

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

0 comments on commit 4ac6758

Please sign in to comment.