We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564ac6f commit 9fd699eCopy full SHA for 9fd699e
Fmod5Sharp/Fmod5Sharp.csproj
@@ -5,7 +5,7 @@
5
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6
<Configurations>Release;Debug</Configurations>
7
<Platforms>x86;x64;AnyCPU</Platforms>
8
- <Version>2.0.0</Version>
+ <Version>2.0.1</Version>
9
<PackageId>Fmod5Sharp</PackageId>
10
<RepositoryType>git</RepositoryType>
11
<RepositoryUrl>https://github.com/SamboyCoding/Fmod5Sharp.git</RepositoryUrl>
@@ -15,6 +15,7 @@
15
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
16
<LangVersion>10</LangVersion>
17
<IsTrimmable>true</IsTrimmable>
18
+ <DebugType>embedded</DebugType>
19
</PropertyGroup>
20
21
<ItemGroup>
0 commit comments