File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.53.1] - 2021-06-23
8+
9+ ### Changed
10+
11+ - Fixed nuget package spec to not embed sourcelink dependency
12+
713## [ 0.53.0] - 2021-06-22
814
915### Changed
Original file line number Diff line number Diff line change @@ -9,14 +9,15 @@ nuget FSharp.Core
99nuget FSharp.Compiler.Service
1010nuget Argu ~> 5.1
1111
12- nuget Microsoft.SourceLink.GitHub copy_local: false
12+ # copy_local: true doesn't expose sourcelink as a package dependency
13+ nuget Microsoft.SourceLink.GitHub copy_local: true
1314
1415nuget Expecto ~> 8.4
1516nuget Expecto.Diff
1617nuget Expecto.TestResults ~> 8.4
1718nuget MedallionShell ~> 1.5.0
1819
19-
20+ # copy_local: false exculdes runtime assets (desired for msbuild)
2021nuget Microsoft.Build copy_local: false
2122nuget Microsoft.Build.Framework copy_local: false
2223nuget Microsoft.Build.Utilities.Core copy_local: false
Original file line number Diff line number Diff line change 7676 System.Security.Cryptography.Xml (>= 4.7)
7777 System.Security.Permissions (>= 4.7)
7878 System.Threading.Tasks.Dataflow (>= 4.9)
79- Microsoft.Build.Tasks.Git (1.0) - copy_local: false
79+ Microsoft.Build.Tasks.Git (1.0) - copy_local: true
8080 Microsoft.Build.Utilities.Core (16.10) - copy_local: false
8181 Microsoft.Build.Framework (>= 16.10)
8282 Microsoft.NET.StringTools (>= 1.0)
9090 System.Runtime.CompilerServices.Unsafe (>= 5.0)
9191 Microsoft.NETCore.Platforms (5.0.2) - copy_local: false
9292 Microsoft.NETCore.Targets (5.0)
93- Microsoft.SourceLink.Common (1.0) - copy_local: false
94- Microsoft.SourceLink.GitHub (1.0) - copy_local: false
93+ Microsoft.SourceLink.Common (1.0) - copy_local: true
94+ Microsoft.SourceLink.GitHub (1.0) - copy_local: true
9595 Microsoft.Build.Tasks.Git (>= 1.0)
9696 Microsoft.SourceLink.Common (>= 1.0)
9797 Microsoft.Win32.Primitives (4.3)
You can’t perform that action at this time.
0 commit comments