Skip to content

Commit 0965ef0

Browse files
Merge pull request #7 from fredericDelaporte/4.0.3
Release 4.0.3
2 parents 3e183dd + b038b16 commit 0965ef0

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Iesi.Collections
22
================
33

4-
Current version: 4.0.1
4+
Current version: 4.0.3
55

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

default.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project name="Iesi.Collections" default="build" xmlns="http://nant.sf.net/release/0.85-rc3/nant.xsd">
33

44
<property name="root.dir" value="." />
5-
<property name="project.version" value="4.0.2" overwrite="false" />
5+
<property name="project.version" value="4.0.3" overwrite="false" />
66

77
<!-- Pass -D:skip.tests=true to NAnt to skip running tests when building -->
88
<property name="skip.tests" value="false" overwrite="false" />

src/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ SharedAssemblyInfo.*
3535
hibernate.cfg.xml
3636
.vs/
3737
packages/
38+
39+
# JetBrains Rider IDE user settings directory
40+
.idea

src/Iesi.Collections/Iesi.Collections.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Company>NHibernate community</Company>
55
<Summary>Additional implementations of System.Collections.Generic.ISet&lt;T&gt;.</Summary>
66
<Description>The System.Collections namespace in the .NET Framework provides a number of collection types that are extremely useful for manipulating data in memory. However, some specialized implementations of ISet are not available. Iesi.Collections 4.0 for .Net 4.0 contains the LinkedHashSet (preserves insertion order), the ReadOnlySet and the SynchronizedSet. The latter two wrap an actual set.</Description>
7-
<Version>4.0.2</Version>
7+
<Version>4.0.3</Version>
88
<AssemblyVersion>4.0.0.4000</AssemblyVersion>
99
<Copyright>Declaration of code in public domain can be found in comment by Jason Smith at https://www.codeproject.com/Messages/1622667/Re-Licensing-terms.aspx.
1010
Copyright © 2002-2004 by Aidant Systems, Inc., and by Jason Smith.

0 commit comments

Comments
 (0)