File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Most lines should begin with one of these words:
1111## [ 1.0.1] ( https://github.com/sharpjs/Sharp.Diagnostics.Logging/compare/v1.0.0...release/1.0.1 )
1212- Fix packaging issues:
1313 - Enable deterministic build.
14+ - Embed untracked sources in symbols package.
1415
1516## [ 1.0.0] ( https://github.com/sharpjs/Sharp.Diagnostics.Logging/compare/v0.1.0...release/1.0.0 )
1617- Update build targets to .NET Framework 4.6.1 (was 4.5) and .NET Standard 2.0
Original file line number Diff line number Diff line change 5656 <!-- Packaging properties -->
5757 <PropertyGroup >
5858 <PackageOutputPath >..\dist\</PackageOutputPath >
59+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
5960 <IncludeSymbols >true</IncludeSymbols >
6061 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
6162 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments