Fixes #769. Include PDB symbols on Nuget (#1747)

* trying to get nuget symbols to work

* fixed nuget sybmols?
This commit is contained in:
Tig Kindel
2022-05-26 19:33:31 -07:00
committed by GitHub
parent cea859099b
commit 2971fc9134
7 changed files with 65 additions and 39 deletions

View File

@@ -2,10 +2,10 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>1.6.1.0</AssemblyVersion>
<FileVersion>1.6.1.0</FileVersion>
<InformationalVersion>1.6.1+Branch.fixes-1741-gitversion.Sha.cc04bb37f5c7684d45833dabd3f7e1ca9c53786f</InformationalVersion>
<Version>1.6.1</Version>
<AssemblyVersion>1.6.2.0</AssemblyVersion>
<FileVersion>1.6.2.0</FileVersion>
<InformationalVersion>1.6.2+Branch.main.Sha.b6eeb6321685af474ffc17b1390ff1d4894a90c5</InformationalVersion>
<Version>1.6.2</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />