Skip to content

Commit

Permalink
Merge pull request #50 from bartelink/reproducible-builds
Browse files Browse the repository at this point in the history
Add SourceLink
  • Loading branch information
samritchie authored May 31, 2022
2 parents 0a14fc8 + a33517d commit 06f1f2b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
1 change: 1 addition & 0 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion src/FSharp.AWS.DynamoDB/paket.references
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Unquote
AWSSDK.DynamoDBv2
File: TypeShape.fs TypeShape
DotNet.ReproducibleBuilds
File: TypeShape.fs TypeShape

0 comments on commit 06f1f2b

Please sign in to comment.