diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d1d20cfc..9f1374d5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +#### 2.1.3 - 2020-05-30 +* RandomAccessLists zip, reduce, map2 +* doc projects netcoreapp3.1 build, thanks Grzegorz Dziadkiewicz + #### 2.1.2 - 2019-12-24 * Fix FSharp.Core assembly reference version diff --git a/docs/release-notes.html b/docs/release-notes.html index 9368b950..45647086 100644 --- a/docs/release-notes.html +++ b/docs/release-notes.html @@ -32,6 +32,11 @@

FSharpx.Collections<
+

2.1.3 - 2020-05-30

+
    +
  • RandomAccessLists zip, reduce, map2
  • +
  • doc projects netcoreapp3.1 build, thanks Grzegorz Dziadkiewicz
  • +

2.1.2 - 2019-12-24

  • Fix FSharp.Core assembly reference version
  • diff --git a/src/FSharpx.Collections.Experimental/AssemblyInfo.fs b/src/FSharpx.Collections.Experimental/AssemblyInfo.fs index df3d2231..ec5dd707 100644 --- a/src/FSharpx.Collections.Experimental/AssemblyInfo.fs +++ b/src/FSharpx.Collections.Experimental/AssemblyInfo.fs @@ -8,8 +8,8 @@ open System.Runtime.CompilerServices [] [] [] -[] -[] +[] +[] [] do () @@ -19,6 +19,6 @@ module internal AssemblyVersionInformation = let [] AssemblyDescription = "FSharpx.Collections is a collection of datastructures for use with F# and C#." let [] InternalsVisibleTo = "FSharpx.Collections.Tests" let [] InternalsVisibleTo_1 = "FSharpx.Collections.Experimental.Tests" - let [] AssemblyVersion = "2.1.2" - let [] AssemblyFileVersion = "2.1.2" + let [] AssemblyVersion = "2.1.3" + let [] AssemblyFileVersion = "2.1.3" let [] AssemblyConfiguration = "Release" diff --git a/src/FSharpx.Collections/AssemblyInfo.fs b/src/FSharpx.Collections/AssemblyInfo.fs index e76f05a1..e56b0357 100644 --- a/src/FSharpx.Collections/AssemblyInfo.fs +++ b/src/FSharpx.Collections/AssemblyInfo.fs @@ -8,8 +8,8 @@ open System.Runtime.CompilerServices [] [] [] -[] -[] +[] +[] [] do () @@ -19,6 +19,6 @@ module internal AssemblyVersionInformation = let [] AssemblyDescription = "FSharpx.Collections is a collection of datastructures for use with F# and C#." let [] InternalsVisibleTo = "FSharpx.Collections.Tests" let [] InternalsVisibleTo_1 = "FSharpx.Collections.Experimental.Tests" - let [] AssemblyVersion = "2.1.2" - let [] AssemblyFileVersion = "2.1.2" + let [] AssemblyVersion = "2.1.3" + let [] AssemblyFileVersion = "2.1.3" let [] AssemblyConfiguration = "Release"