diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ba071b83..8d19302c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,9 @@ +### 4.11.1 - November 23, 2023 + +- [fix: Add PackageLicenseExpression for /src](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/236) Credits @bartelink +- [Fix netstandard2 package version drift](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/237) Credits @TheAngryByrd + ### 4.11.0 - November 11, 2023 - [Added sequence and traverse VOptionM](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/233) Credits @1eyewonder diff --git a/src/FsToolkit.ErrorHandling.AsyncSeq/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling.AsyncSeq/AssemblyInfo.fs index fbcfa38f..4a788167 100644 --- a/src/FsToolkit.ErrorHandling.AsyncSeq/AssemblyInfo.fs +++ b/src/FsToolkit.ErrorHandling.AsyncSeq/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.AsyncSeq" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.11.0" - let [] AssemblyFileVersion = "4.11.0" + let [] AssemblyVersion = "4.11.1" + let [] AssemblyFileVersion = "4.11.1" let [] AssemblyConfiguration = "Release" diff --git a/src/FsToolkit.ErrorHandling.IcedTasks/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling.IcedTasks/AssemblyInfo.fs index 32433e00..9c11eb75 100644 --- a/src/FsToolkit.ErrorHandling.IcedTasks/AssemblyInfo.fs +++ b/src/FsToolkit.ErrorHandling.IcedTasks/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.IcedTasks" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.11.0" - let [] AssemblyFileVersion = "4.11.0" + let [] AssemblyVersion = "4.11.1" + let [] AssemblyFileVersion = "4.11.1" let [] AssemblyConfiguration = "Release" diff --git a/src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs index 15ff27d3..8d3f79e6 100644 --- a/src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs +++ b/src/FsToolkit.ErrorHandling.JobResult/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.JobResult" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.11.0" - let [] AssemblyFileVersion = "4.11.0" + let [] AssemblyVersion = "4.11.1" + let [] AssemblyFileVersion = "4.11.1" let [] AssemblyConfiguration = "Release" diff --git a/src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs index 7029690a..62bb6f42 100644 --- a/src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs +++ b/src/FsToolkit.ErrorHandling.TaskResult/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.TaskResult" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.11.0" - let [] AssemblyFileVersion = "4.11.0" + let [] AssemblyVersion = "4.11.1" + let [] AssemblyFileVersion = "4.11.1" let [] AssemblyConfiguration = "Release" diff --git a/src/FsToolkit.ErrorHandling/AssemblyInfo.fs b/src/FsToolkit.ErrorHandling/AssemblyInfo.fs index 564a333e..3facdd67 100644 --- a/src/FsToolkit.ErrorHandling/AssemblyInfo.fs +++ b/src/FsToolkit.ErrorHandling/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.11.0" - let [] AssemblyFileVersion = "4.11.0" + let [] AssemblyVersion = "4.11.1" + let [] AssemblyFileVersion = "4.11.1" let [] AssemblyConfiguration = "Release" diff --git a/tests/FsToolkit.ErrorHandling.AsyncSeq.Tests/AssemblyInfo.fs b/tests/FsToolkit.ErrorHandling.AsyncSeq.Tests/AssemblyInfo.fs index 794a2c58..8efdb576 100644 --- a/tests/FsToolkit.ErrorHandling.AsyncSeq.Tests/AssemblyInfo.fs +++ b/tests/FsToolkit.ErrorHandling.AsyncSeq.Tests/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.AsyncSeq.Tests" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.11.0" - let [] AssemblyFileVersion = "4.11.0" + let [] AssemblyVersion = "4.11.1" + let [] AssemblyFileVersion = "4.11.1" let [] AssemblyConfiguration = "Release" diff --git a/tests/FsToolkit.ErrorHandling.IcedTasks.Tests/AssemblyInfo.fs b/tests/FsToolkit.ErrorHandling.IcedTasks.Tests/AssemblyInfo.fs index a70f0a4a..456ce89f 100644 --- a/tests/FsToolkit.ErrorHandling.IcedTasks.Tests/AssemblyInfo.fs +++ b/tests/FsToolkit.ErrorHandling.IcedTasks.Tests/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.IcedTasks.Tests" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.11.0" - let [] AssemblyFileVersion = "4.11.0" + let [] AssemblyVersion = "4.11.1" + let [] AssemblyFileVersion = "4.11.1" let [] AssemblyConfiguration = "Release" diff --git a/tests/FsToolkit.ErrorHandling.JobResult.Tests/AssemblyInfo.fs b/tests/FsToolkit.ErrorHandling.JobResult.Tests/AssemblyInfo.fs index 742f1f4e..fdcd9bad 100644 --- a/tests/FsToolkit.ErrorHandling.JobResult.Tests/AssemblyInfo.fs +++ b/tests/FsToolkit.ErrorHandling.JobResult.Tests/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.JobResult.Tests" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.11.0" - let [] AssemblyFileVersion = "4.11.0" + let [] AssemblyVersion = "4.11.1" + let [] AssemblyFileVersion = "4.11.1" let [] AssemblyConfiguration = "Release" diff --git a/tests/FsToolkit.ErrorHandling.TaskResult.Tests/AssemblyInfo.fs b/tests/FsToolkit.ErrorHandling.TaskResult.Tests/AssemblyInfo.fs index 5d22e9f0..92896a37 100644 --- a/tests/FsToolkit.ErrorHandling.TaskResult.Tests/AssemblyInfo.fs +++ b/tests/FsToolkit.ErrorHandling.TaskResult.Tests/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.TaskResult.Tests" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.11.0" - let [] AssemblyFileVersion = "4.11.0" + let [] AssemblyVersion = "4.11.1" + let [] AssemblyFileVersion = "4.11.1" let [] AssemblyConfiguration = "Release" diff --git a/tests/FsToolkit.ErrorHandling.Tests/AssemblyInfo.fs b/tests/FsToolkit.ErrorHandling.Tests/AssemblyInfo.fs index 61e22138..818ff6ab 100644 --- a/tests/FsToolkit.ErrorHandling.Tests/AssemblyInfo.fs +++ b/tests/FsToolkit.ErrorHandling.Tests/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsToolkit.ErrorHandling.Tests" let [] AssemblyProduct = "FsToolkit.ErrorHandling" let [] AssemblyDescription = "FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling." - let [] AssemblyVersion = "4.11.0" - let [] AssemblyFileVersion = "4.11.0" + let [] AssemblyVersion = "4.11.1" + let [] AssemblyFileVersion = "4.11.1" let [] AssemblyConfiguration = "Release"