Skip to content

Commit

Permalink
Incremented minor version,
Browse files Browse the repository at this point in the history
in order to indicate that automatic population of SortedList<,> is a new
feature. This resolves #622
(#622).
  • Loading branch information
ploeh committed Aug 11, 2016
1 parent 3e66bc6 commit ebd9e88
Show file tree
Hide file tree
Showing 31 changed files with 62 additions and 62 deletions.
4 changes: 2 additions & 2 deletions Src/AutoFakeItEasy/Properties/AssemblyInfo.cs
Expand Up @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]

[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguage("en")]
4 changes: 2 additions & 2 deletions Src/AutoFakeItEasy2.UnitTest/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]
4 changes: 2 additions & 2 deletions Src/AutoFakeItEasy2/Properties/AssemblyInfo.cs
Expand Up @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]

[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguage("en")]
4 changes: 2 additions & 2 deletions Src/AutoFakeItEasyUnitTest/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]
4 changes: 2 additions & 2 deletions Src/AutoFixture.NUnit2.Addins/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]
4 changes: 2 additions & 2 deletions Src/AutoFixture.NUnit2.UnitTest/Properties/AssemblyInfo.cs
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]

4 changes: 2 additions & 2 deletions Src/AutoFixture.NUnit2/Properties/AssemblyInfo.cs
Expand Up @@ -34,8 +34,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]

[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguage("en")]
4 changes: 2 additions & 2 deletions Src/AutoFixture.NUnit3.UnitTest/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]
4 changes: 2 additions & 2 deletions Src/AutoFixture.NUnit3/Properties/AssemblyInfo.cs
Expand Up @@ -34,8 +34,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]

[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguage("en")]
4 changes: 2 additions & 2 deletions Src/AutoFixture.xUnit.net.UnitTest/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]
4 changes: 2 additions & 2 deletions Src/AutoFixture.xUnit.net/Properties/AssemblyInfo.cs
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]

[assembly: CLSCompliant(true)]
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]
4 changes: 2 additions & 2 deletions Src/AutoFixture.xUnit.net2/Properties/AssemblyInfo.cs
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]

[assembly: CLSCompliant(true)]
4 changes: 2 additions & 2 deletions Src/AutoFixture/Properties/AssemblyInfo.cs
Expand Up @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]

[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguage("en")]
4 changes: 2 additions & 2 deletions Src/AutoFixtureDocumentationTest/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]
4 changes: 2 additions & 2 deletions Src/AutoFixtureUnitTest/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]
4 changes: 2 additions & 2 deletions Src/AutoFoq/Properties/AssemblyInfo.fs
Expand Up @@ -35,8 +35,8 @@ open System.Runtime.InteropServices
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[<assembly: AssemblyVersion("3.49.1.0")>]
[<assembly: AssemblyFileVersion("3.49.1.0")>]
[<assembly: AssemblyVersion("3.50.0.0")>]
[<assembly: AssemblyFileVersion("3.50.0.0")>]

[<assembly: CLSCompliant(true)>]
[<assembly: NeutralResourcesLanguage("en")>]
Expand Down
4 changes: 2 additions & 2 deletions Src/AutoFoqUnitTest/Properties/AssemblyInfo.fs
Expand Up @@ -33,7 +33,7 @@ open System.Runtime.InteropServices
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[<assembly: AssemblyVersion("3.49.1.0")>]
[<assembly: AssemblyFileVersion("3.49.1.0")>]
[<assembly: AssemblyVersion("3.50.0.0")>]
[<assembly: AssemblyFileVersion("3.50.0.0")>]

()
4 changes: 2 additions & 2 deletions Src/AutoMoq/Properties/AssemblyInfo.cs
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]

[assembly: CLSCompliant(true)]
4 changes: 2 additions & 2 deletions Src/AutoMoqUnitTest/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]
4 changes: 2 additions & 2 deletions Src/AutoNSubstitute/Properties/AssemblyInfo.cs
Expand Up @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]

[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguage("en")]
4 changes: 2 additions & 2 deletions Src/AutoNSubstituteUnitTest/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]
4 changes: 2 additions & 2 deletions Src/AutoRhinoMock/Properties/AssemblyInfo.cs
Expand Up @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]

[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguageAttribute("en")]
4 changes: 2 additions & 2 deletions Src/AutoRhinoMockUnitTest/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]
4 changes: 2 additions & 2 deletions Src/Idioms.FsCheck/Properties/AssemblyInfo.fs
Expand Up @@ -35,8 +35,8 @@ open System.Runtime.InteropServices
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[<assembly: AssemblyVersion("3.49.1.0")>]
[<assembly: AssemblyFileVersion("3.49.1.0")>]
[<assembly: AssemblyVersion("3.50.0.0")>]
[<assembly: AssemblyFileVersion("3.50.0.0")>]


[<assembly: CLSCompliant(true)>]
Expand Down
4 changes: 2 additions & 2 deletions Src/Idioms/Properties/AssemblyInfo.cs
Expand Up @@ -34,8 +34,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]

[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguage("en")]
4 changes: 2 additions & 2 deletions Src/IdiomsUnitTest/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]
4 changes: 2 additions & 2 deletions Src/SemanticComparison/Properties/AssemblyInfo.cs
Expand Up @@ -34,8 +34,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]

[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguageAttribute("en")]
4 changes: 2 additions & 2 deletions Src/SemanticComparisonUnitTest/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]
4 changes: 2 additions & 2 deletions Src/TestTypeFoundation/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.49.1.0")]
[assembly: AssemblyFileVersion("3.49.1.0")]
[assembly: AssemblyVersion("3.50.0.0")]
[assembly: AssemblyFileVersion("3.50.0.0")]

0 comments on commit ebd9e88

Please sign in to comment.