Browse Source

Merge pull request #878 from tig/add_pdbs

Add pdbs
Charlie Kindel 5 years ago
parent
commit
c7ad1a3506
2 changed files with 8 additions and 3 deletions
  1. 3 3
      Directory.Build.props
  2. 5 0
      Terminal.Gui/Terminal.Gui.csproj

+ 3 - 3
Directory.Build.props

@@ -1,9 +1,9 @@
 <Project>
 
   <PropertyGroup>
-    <Version>0.89.2</Version>
-    <AssemblyVersion>0.89.2</AssemblyVersion>
-    <FileVersion>0.89.2</FileVersion>    
+    <Version>0.89.3</Version>
+    <AssemblyVersion>0.89.3</AssemblyVersion>
+    <FileVersion>0.89.3</FileVersion>    
     <Authors>Miguel de Icaza, Charlie Kindel (@tig), @BDisp</Authors>
   </PropertyGroup>
 

+ 5 - 0
Terminal.Gui/Terminal.Gui.csproj

@@ -186,6 +186,11 @@
     </PackageReleaseNotes>
   </PropertyGroup>
 
+  <PropertyGroup>
+    <IncludeSymbols>true</IncludeSymbols>
+    <SymbolPackageFormat>snupkg</SymbolPackageFormat>
+</PropertyGroup>
+
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType></DebugType>
   </PropertyGroup>