File tree Expand file tree Collapse file tree 5 files changed +13
-25
lines changed
Expand file tree Collapse file tree 5 files changed +13
-25
lines changed Original file line number Diff line number Diff line change 1- ### 6.1.3
1+ ### 6.1.4
2+ * 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 )
3+
4+ ### 6.1.3 (Unlisted)
25* Add ParseResults.GetResult(expr, unit -> 'T) helper for Catch [ #187 ] ( https://github.com/fsprojects/Argu/pull/187 )
6+ * Use [ ` Dotnet.ReproducibleBuilds ` ] ( https://github.com/dotnet/reproducible-builds ) [ #174 ] ( https://github.com/fsprojects/Argu/pull/174 )
37
48### 6.1.2
59* Fix Mandatory arguments in nested subcommands. [ #116 ] ( https://github.com/fsprojects/Argu/issues/116 ) [ @chestercodes ] ( https://github.com/chestercodes )
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ storage: none
44
55nuget FSharp.Core >= 4.3.2 lowest_matching:true
66nuget System.Configuration.ConfigurationManager >= 4.0 lowest_matching:true
7- nuget DotNet.ReproducibleBuilds
87
98group Tests
109 source https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change @@ -2,26 +2,7 @@ STORAGE: NONE
22RESTRICTION: == netstandard2.0
33NUGET
44 remote: https://api.nuget.org/v3/index.json
5- DotNet.ReproducibleBuilds (1.1.1)
6- Microsoft.SourceLink.AzureRepos.Git (>= 1.1.1)
7- Microsoft.SourceLink.Bitbucket.Git (>= 1.1.1)
8- Microsoft.SourceLink.GitHub (>= 1.1.1)
9- Microsoft.SourceLink.GitLab (>= 1.1.1)
105 FSharp.Core (4.3.2)
11- Microsoft.Build.Tasks.Git (8.0)
12- Microsoft.SourceLink.AzureRepos.Git (8.0)
13- Microsoft.Build.Tasks.Git (>= 8.0)
14- Microsoft.SourceLink.Common (>= 8.0)
15- Microsoft.SourceLink.Bitbucket.Git (8.0)
16- Microsoft.Build.Tasks.Git (>= 8.0)
17- Microsoft.SourceLink.Common (>= 8.0)
18- Microsoft.SourceLink.Common (8.0)
19- Microsoft.SourceLink.GitHub (1.1.1)
20- Microsoft.Build.Tasks.Git (>= 1.1.1)
21- Microsoft.SourceLink.Common (>= 1.1.1)
22- Microsoft.SourceLink.GitLab (8.0)
23- Microsoft.Build.Tasks.Git (>= 8.0)
24- Microsoft.SourceLink.Common (>= 8.0)
256 System.Buffers (4.5.1)
267 System.Configuration.ConfigurationManager (4.4)
278 System.Security.Cryptography.ProtectedData (>= 4.4)
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project Sdk =" Microsoft.NET.Sdk" >
23 <PropertyGroup >
34 <TargetFramework >netstandard2.0</TargetFramework >
45 <GenerateDocumentationFile >true</GenerateDocumentationFile >
2122 <None Include =" paket.references" />
2223 <None Include =" ..\..\resource\logo.png" Pack =" true" PackagePath =" " />
2324 </ItemGroup >
25+ <ItemGroup >
26+ <!-- SourceLink etc -->
27+ <PackageReference Include =" DotNet.ReproducibleBuilds" Version =" 1.1.1" PrivateAssets =" All" />
28+ </ItemGroup >
2429 <Import Project =" ..\..\.paket\Paket.Restore.targets" />
25- </Project >
30+ </Project >
Original file line number Diff line number Diff line change 11FSharp.Core
2- System.Configuration.ConfigurationManager
3- DotNet.ReproducibleBuilds
2+ System.Configuration.ConfigurationManager
You can’t perform that action at this time.
0 commit comments