From a33517d5a4d6722b6fe042adeda80428ec3d25cb Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Sat, 28 May 2022 14:24:05 +0100 Subject: [PATCH] DotNet.ReproducibleBuilds / SourceLink --- RELEASE_NOTES.md | 1 + paket.dependencies | 1 + paket.lock | 19 +++++++++++++++++++ src/FSharp.AWS.DynamoDB/paket.references | 3 ++- 4 files changed, 23 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0dcac79..823091e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,6 @@ ### 0.11.1-beta * Updated internal `AwaitTaskCorrect` implementation to align with [canonical version](http://www.fssnip.net/7Rc/title/AsyncAwaitTaskCorrect) [#49](https://github.com/fsprojects/FSharp.AWS.DynamoDB/pull/49) +* Added SourceLink info (using `DotNet.ReproducibleBuilds`) ### 0.11.0-beta * Added `Precondition.CheckFailed` diff --git a/paket.dependencies b/paket.dependencies index 28c7c31..8a0d3c3 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -7,6 +7,7 @@ nuget Unquote ~> 6.1.0 nuget FSharp.Core >= 4.7.2 lowest_matching: true nuget AWSSDK.DynamoDBv2 ~> 3.7.0 +nuget DotNet.ReproducibleBuilds github eiriktsarpalis/TypeShape:2.16 src/TypeShape/TypeShape.fs group Build diff --git a/paket.lock b/paket.lock index 125719f..94f1d7c 100644 --- a/paket.lock +++ b/paket.lock @@ -6,9 +6,28 @@ NUGET Microsoft.Bcl.AsyncInterfaces (>= 1.1) - restriction: || (&& (== net6.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) AWSSDK.DynamoDBv2 (3.7.3.16) AWSSDK.Core (>= 3.7.10.1 < 4.0) + 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.7.2) Microsoft.Bcl.AsyncInterfaces (6.0) - restriction: || (&& (== net6.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) + Microsoft.Build.Tasks.Git (1.1.1) + Microsoft.SourceLink.AzureRepos.Git (1.1.1) + Microsoft.Build.Tasks.Git (>= 1.1.1) + Microsoft.SourceLink.Common (>= 1.1.1) + Microsoft.SourceLink.Bitbucket.Git (1.1.1) + Microsoft.Build.Tasks.Git (>= 1.1.1) + Microsoft.SourceLink.Common (>= 1.1.1) + Microsoft.SourceLink.Common (1.1.1) + Microsoft.SourceLink.GitHub (1.1.1) + Microsoft.Build.Tasks.Git (>= 1.1.1) + Microsoft.SourceLink.Common (>= 1.1.1) + Microsoft.SourceLink.GitLab (1.1.1) + Microsoft.Build.Tasks.Git (>= 1.1.1) + Microsoft.SourceLink.Common (>= 1.1.1) System.Runtime.CompilerServices.Unsafe (6.0) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.1) (< netstandard2.1)) (&& (== net6.0) (< netstandard1.0)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= wp8)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) System.Threading.Tasks.Extensions (4.5.4) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.0)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= wp8)) (== netstandard2.0) (== netstandard2.1) diff --git a/src/FSharp.AWS.DynamoDB/paket.references b/src/FSharp.AWS.DynamoDB/paket.references index df3e9ec..23e37b1 100644 --- a/src/FSharp.AWS.DynamoDB/paket.references +++ b/src/FSharp.AWS.DynamoDB/paket.references @@ -1,3 +1,4 @@ Unquote AWSSDK.DynamoDBv2 -File: TypeShape.fs TypeShape \ No newline at end of file +DotNet.ReproducibleBuilds +File: TypeShape.fs TypeShape