Skip to content

Commit

Permalink
Merge pull request #7 from fredericDelaporte/4.0.3
Browse files Browse the repository at this point in the history
Release 4.0.3
  • Loading branch information
fredericDelaporte authored Dec 23, 2017
2 parents 3e183dd + b038b16 commit 0965ef0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Iesi.Collections
================

Current version: 4.0.1
Current version: 4.0.3

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

Expand Down
2 changes: 1 addition & 1 deletion default.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project name="Iesi.Collections" default="build" xmlns="http://nant.sf.net/release/0.85-rc3/nant.xsd">

<property name="root.dir" value="." />
<property name="project.version" value="4.0.2" overwrite="false" />
<property name="project.version" value="4.0.3" overwrite="false" />

<!-- Pass -D:skip.tests=true to NAnt to skip running tests when building -->
<property name="skip.tests" value="false" overwrite="false" />
Expand Down
3 changes: 3 additions & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ SharedAssemblyInfo.*
hibernate.cfg.xml
.vs/
packages/

# JetBrains Rider IDE user settings directory
.idea
2 changes: 1 addition & 1 deletion src/Iesi.Collections/Iesi.Collections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Company>NHibernate community</Company>
<Summary>Additional implementations of System.Collections.Generic.ISet&lt;T&gt;.</Summary>
<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>
<Version>4.0.2</Version>
<Version>4.0.3</Version>
<AssemblyVersion>4.0.0.4000</AssemblyVersion>
<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.
Copyright © 2002-2004 by Aidant Systems, Inc., and by Jason Smith.
Expand Down

0 comments on commit 0965ef0

Please sign in to comment.