Skip to content

Commit

Permalink
Bump version to 4.0.4 with specific file version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte committed Mar 8, 2018
1 parent f3262dd commit 269ec07
Show file tree
Hide file tree
Showing 3 changed files with 4 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.3
Current version: 4.0.4

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.3" overwrite="false" />
<property name="project.version" value="4.0.4" 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: 2 additions & 1 deletion src/Iesi.Collections/Iesi.Collections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<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.3</Version>
<Version>4.0.4</Version>
<FileVersion>4.0.4.0</FileVersion>
<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 269ec07

Please sign in to comment.