Skip to content

Commit

Permalink
Include debug info in the dll, bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SamboyCoding committed Jul 4, 2022
1 parent 564ac6f commit 9fd699e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Fmod5Sharp/Fmod5Sharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Configurations>Release;Debug</Configurations>
<Platforms>x86;x64;AnyCPU</Platforms>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<PackageId>Fmod5Sharp</PackageId>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/SamboyCoding/Fmod5Sharp.git</RepositoryUrl>
Expand All @@ -15,6 +15,7 @@
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<LangVersion>10</LangVersion>
<IsTrimmable>true</IsTrimmable>
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9fd699e

Please sign in to comment.