File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Most lines should begin with one of these words:
1212## [ 1.0.3] ( https://github.com/sharpjs/Prequel/compare/release/1.0.2..release/1.0.3 )
1313- Fix packaging issues:
1414 - Enable deterministic build.
15+ - Embed untracked sources in symbols package.
1516
1617## [ 1.0.2] ( https://github.com/sharpjs/Prequel/compare/release/1.0.1..release/1.0.2 )
1718- Fix incorrect result or index-out-of-range exception when multiple variable
Original file line number Diff line number Diff line change 5353 <PropertyGroup >
5454 <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release'" >true</GeneratePackageOnBuild >
5555 <PackageOutputPath >..\dist\</PackageOutputPath >
56+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
5657 <IncludeSymbols >true</IncludeSymbols >
5758 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
5859 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments