diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bbe92ab8..bda99f72 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ -### 6.1.3 +### 6.1.4 +* Fix: remove incorrect `ReproducibleBuilds` reference [introduced in `6.1.3`](https://github.com/fsprojects/Argu/pull/174) + +### 6.1.3 (Unlisted) * Add ParseResults.GetResult(expr, unit -> 'T) helper for Catch [#187](https://github.com/fsprojects/Argu/pull/187) +* Use [`Dotnet.ReproducibleBuilds`](https://github.com/dotnet/reproducible-builds) [#174](https://github.com/fsprojects/Argu/pull/174) ### 6.1.2 * Fix Mandatory arguments in nested subcommands. [#116](https://github.com/fsprojects/Argu/issues/116) [@chestercodes](https://github.com/chestercodes) diff --git a/paket.dependencies b/paket.dependencies index 2448d03c..2d502cc7 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -4,7 +4,7 @@ storage: none nuget FSharp.Core >= 4.3.2 lowest_matching:true nuget System.Configuration.ConfigurationManager >= 4.0 lowest_matching:true -nuget DotNet.ReproducibleBuilds +nuget DotNet.ReproducibleBuilds copy_local: true group Tests source https://api.nuget.org/v3/index.json diff --git a/paket.lock b/paket.lock index 3892ab0f..ac45ed02 100644 --- a/paket.lock +++ b/paket.lock @@ -2,24 +2,24 @@ STORAGE: NONE RESTRICTION: == netstandard2.0 NUGET remote: https://api.nuget.org/v3/index.json - DotNet.ReproducibleBuilds (1.1.1) + DotNet.ReproducibleBuilds (1.1.1) - copy_local: true Microsoft.SourceLink.AzureRepos.Git (>= 1.1.1) Microsoft.SourceLink.Bitbucket.Git (>= 1.1.1) Microsoft.SourceLink.GitHub (>= 1.1.1) Microsoft.SourceLink.GitLab (>= 1.1.1) FSharp.Core (4.3.2) - Microsoft.Build.Tasks.Git (8.0) - Microsoft.SourceLink.AzureRepos.Git (8.0) + Microsoft.Build.Tasks.Git (8.0) - copy_local: true + Microsoft.SourceLink.AzureRepos.Git (8.0) - copy_local: true Microsoft.Build.Tasks.Git (>= 8.0) Microsoft.SourceLink.Common (>= 8.0) - Microsoft.SourceLink.Bitbucket.Git (8.0) + Microsoft.SourceLink.Bitbucket.Git (8.0) - copy_local: true Microsoft.Build.Tasks.Git (>= 8.0) Microsoft.SourceLink.Common (>= 8.0) - Microsoft.SourceLink.Common (8.0) - Microsoft.SourceLink.GitHub (1.1.1) + Microsoft.SourceLink.Common (8.0) - copy_local: true + Microsoft.SourceLink.GitHub (1.1.1) - copy_local: true Microsoft.Build.Tasks.Git (>= 1.1.1) Microsoft.SourceLink.Common (>= 1.1.1) - Microsoft.SourceLink.GitLab (8.0) + Microsoft.SourceLink.GitLab (8.0) - copy_local: true Microsoft.Build.Tasks.Git (>= 8.0) Microsoft.SourceLink.Common (>= 8.0) System.Buffers (4.5.1)