From fa25432b3a5e90cad7cc5f8b2b0d8e28fb95d33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= Date: Fri, 22 Dec 2017 18:22:42 +0100 Subject: [PATCH 1/2] Bump package version to 4.0.3 --- README.md | 2 +- default.build | 2 +- src/Iesi.Collections/Iesi.Collections.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c12973a..53216e3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Iesi.Collections ================ -Current version: 4.0.1 +Current version: 4.0.3 Some additional `ISet` implementations for .Net 4. diff --git a/default.build b/default.build index 33f571a..c413861 100644 --- a/default.build +++ b/default.build @@ -2,7 +2,7 @@ - + diff --git a/src/Iesi.Collections/Iesi.Collections.csproj b/src/Iesi.Collections/Iesi.Collections.csproj index d95d09a..1133c47 100644 --- a/src/Iesi.Collections/Iesi.Collections.csproj +++ b/src/Iesi.Collections/Iesi.Collections.csproj @@ -4,7 +4,7 @@ NHibernate community Additional implementations of System.Collections.Generic.ISet<T>. 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. - 4.0.2 + 4.0.3 4.0.0.4000 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. From b038b16ad3462360b5ef34a9d03d8167ae18f200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= Date: Fri, 22 Dec 2017 18:23:19 +0100 Subject: [PATCH 2/2] Add Rider user setting folder to gitignore --- src/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.gitignore b/src/.gitignore index 2dc2488..e6b05eb 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -35,3 +35,6 @@ SharedAssemblyInfo.* hibernate.cfg.xml .vs/ packages/ + +# JetBrains Rider IDE user settings directory +.idea