Skip to content

Commit 9fd699e

Browse files
committed
Include debug info in the dll, bump to 2.0.1
1 parent 564ac6f commit 9fd699e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Fmod5Sharp/Fmod5Sharp.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<Configurations>Release;Debug</Configurations>
77
<Platforms>x86;x64;AnyCPU</Platforms>
8-
<Version>2.0.0</Version>
8+
<Version>2.0.1</Version>
99
<PackageId>Fmod5Sharp</PackageId>
1010
<RepositoryType>git</RepositoryType>
1111
<RepositoryUrl>https://github.com/SamboyCoding/Fmod5Sharp.git</RepositoryUrl>
@@ -15,6 +15,7 @@
1515
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
1616
<LangVersion>10</LangVersion>
1717
<IsTrimmable>true</IsTrimmable>
18+
<DebugType>embedded</DebugType>
1819
</PropertyGroup>
1920

2021
<ItemGroup>

0 commit comments

Comments
 (0)