Skip to content

Commit

Permalink
build: add README file to NuGet package (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik authored Mar 22, 2024
1 parent 00596d3 commit 160941a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
Iesi.Collections
================

Current version: 4.1.0

Some additional `ISet<T>` implementations for .Net 4.
Additional `ISet<T>` implementations for .Net 4.

This library was based on http://www.codeproject.com/Articles/3190/Add-Support-for-quot-Set-quot-Collections-to-NET,
but the version for .NET 4 is significantly different, since `ISet<T>` is now available in the framework itself.
1 change: 1 addition & 0 deletions src/Iesi.Collections.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
..\LICENSE.txt = ..\LICENSE.txt
..\default.build = ..\default.build
..\README.md = ..\README.md
EndProjectSection
EndProject
Global
Expand Down
5 changes: 5 additions & 0 deletions src/Iesi.Collections/Iesi.Collections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Copyright © 2012 Oskar Berggren</Copyright>
<Authors>Aidant Systems, Jason Smith, NHibernate community</Authors>
<PackageTags>Collections ISet</PackageTags>
<PackageProjectUrl>https://github.com/nhibernate/iesi.collections</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Iesi.Collections.xml</DocumentationFile>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -28,4 +29,8 @@ Copyright © 2012 Oskar Berggren</Copyright>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<Content Include="../../README.md" PackagePath="/" />
</ItemGroup>
</Project>

0 comments on commit 160941a

Please sign in to comment.