Skip to content

Commit

Permalink
Added package metadata and published inital release to NuGet.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakenVeina committed Jan 21, 2019
1 parent 6b5fe0f commit bef917f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ImmutableHashDictionary/ImmutableHashDictionary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<LangVersion>8.0</LangVersion>
<NullableReferenceTypes>True</NullableReferenceTypes>
<RootNamespace>System.Collections.Immutable.Extra</RootNamespace>
<Authors>Jake Meiergerd</Authors>
<Company>N/A</Company>
<Description>An implementation of IImmutableDictionary&lt;TKey, TValue&gt; that maintains O(1) value lookup, at the cost of mutation performance.</Description>
<PackageProjectUrl>https://github.com/JakenVeina/ImmutableHashDictionary</PackageProjectUrl>
<RepositoryUrl>https://github.com/JakenVeina/ImmutableHashDictionary</RepositoryUrl>
<PackageLicenseUrl>https://github.com/JakenVeina/ImmutableHashDictionary/blob/master/LICENSE</PackageLicenseUrl>
<PackageReleaseNotes>Initial release.</PackageReleaseNotes>
<PackageTags>Collections;Immutable</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit bef917f

Please sign in to comment.