Skip to content

Commit

Permalink
Patch assembly version and generate debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw authored Jan 12, 2018
1 parent 0dd6e88 commit 5cbf68e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions ValveKeyValue/ValveKeyValue/ValveKeyValue.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Product>Valve KeyValue Library</Product>
Expand All @@ -10,8 +9,10 @@
<RepositoryUrl>https://github.com/SteamDatabase/ValveKeyValue</RepositoryUrl>
<PackageProjectUrl>https://github.com/SteamDatabase/ValveKeyValue</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<Version Condition="'$(APPVEYOR_BUILD_VERSION)' != ''">$(APPVEYOR_BUILD_VERSION)</Version>
</PropertyGroup>

</Project>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
</Project>

0 comments on commit 5cbf68e

Please sign in to comment.