From 4f330d6ff775e35d5d862f36e0301d3affde55b0 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Wed, 13 Dec 2023 22:45:29 +0000 Subject: [PATCH] fix: Remove incorrect Dotnet.ReproducibleBuilds ref (#202) * Go behind paket's back * Bump version to 6.1.4 --- RELEASE_NOTES.md | 6 +++++- paket.dependencies | 1 - paket.lock | 19 ------------------- src/Argu/Argu.fsproj | 9 +++++++-- src/Argu/paket.references | 3 +-- 5 files changed, 13 insertions(+), 25 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bbe92ab8..3207547a 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) [#202](https://github.com/fsprojects/Argu/pull/202) + +### 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..f85938cc 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -4,7 +4,6 @@ storage: none nuget FSharp.Core >= 4.3.2 lowest_matching:true nuget System.Configuration.ConfigurationManager >= 4.0 lowest_matching:true -nuget DotNet.ReproducibleBuilds group Tests source https://api.nuget.org/v3/index.json diff --git a/paket.lock b/paket.lock index 3892ab0f..855cf66f 100644 --- a/paket.lock +++ b/paket.lock @@ -2,26 +2,7 @@ STORAGE: NONE RESTRICTION: == netstandard2.0 NUGET remote: https://api.nuget.org/v3/index.json - DotNet.ReproducibleBuilds (1.1.1) - 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) - Microsoft.SourceLink.Common (>= 8.0) - Microsoft.SourceLink.Bitbucket.Git (8.0) - Microsoft.Build.Tasks.Git (>= 8.0) - Microsoft.SourceLink.Common (>= 8.0) - Microsoft.SourceLink.Common (8.0) - Microsoft.SourceLink.GitHub (1.1.1) - Microsoft.Build.Tasks.Git (>= 1.1.1) - Microsoft.SourceLink.Common (>= 1.1.1) - Microsoft.SourceLink.GitLab (8.0) - Microsoft.Build.Tasks.Git (>= 8.0) - Microsoft.SourceLink.Common (>= 8.0) System.Buffers (4.5.1) System.Configuration.ConfigurationManager (4.4) System.Security.Cryptography.ProtectedData (>= 4.4) diff --git a/src/Argu/Argu.fsproj b/src/Argu/Argu.fsproj index bb17edfd..fdc487da 100644 --- a/src/Argu/Argu.fsproj +++ b/src/Argu/Argu.fsproj @@ -1,4 +1,5 @@ - + + netstandard2.0 true @@ -21,5 +22,9 @@ + + + + - + \ No newline at end of file diff --git a/src/Argu/paket.references b/src/Argu/paket.references index 1179a332..97c2a030 100644 --- a/src/Argu/paket.references +++ b/src/Argu/paket.references @@ -1,3 +1,2 @@ FSharp.Core -System.Configuration.ConfigurationManager -DotNet.ReproducibleBuilds \ No newline at end of file +System.Configuration.ConfigurationManager \ No newline at end of file