From 160941a9e1abb8066979574e2ac9d17c9124fb4f Mon Sep 17 00:00:00 2001 From: Alex Zaytsev Date: Fri, 22 Mar 2024 13:23:28 +1000 Subject: [PATCH] build: add README file to NuGet package (#33) --- README.md | 4 +--- src/Iesi.Collections.sln | 1 + src/Iesi.Collections/Iesi.Collections.csproj | 5 +++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5efca66..31c2f11 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ Iesi.Collections ================ -Current version: 4.1.0 - -Some additional `ISet` implementations for .Net 4. +Additional `ISet` 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` is now available in the framework itself. diff --git a/src/Iesi.Collections.sln b/src/Iesi.Collections.sln index e9d2268..2550ff8 100644 --- a/src/Iesi.Collections.sln +++ b/src/Iesi.Collections.sln @@ -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 diff --git a/src/Iesi.Collections/Iesi.Collections.csproj b/src/Iesi.Collections/Iesi.Collections.csproj index fa705c8..4ea7d88 100644 --- a/src/Iesi.Collections/Iesi.Collections.csproj +++ b/src/Iesi.Collections/Iesi.Collections.csproj @@ -13,6 +13,7 @@ Copyright © 2012 Oskar Berggren Aidant Systems, Jason Smith, NHibernate community Collections ISet https://github.com/nhibernate/iesi.collections + README.md bin\$(Configuration)\$(TargetFramework)\Iesi.Collections.xml true @@ -28,4 +29,8 @@ Copyright © 2012 Oskar Berggren + + + +