Skip to content

Commit

Permalink
chore: cleanup README file
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Mar 22, 2024
1 parent 39f2d54 commit 07cb216
Show file tree
Hide file tree
Showing 2 changed files with 2 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

0 comments on commit 07cb216

Please sign in to comment.