v1.0.8.10: Hotbar crash fix when dragging inventory items; Release builds strip PDBs
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+6
-3
@@ -9,9 +9,9 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<AssemblyName>HSUI</AssemblyName>
|
||||
<AssemblyVersion>1.0.8.9</AssemblyVersion>
|
||||
<FileVersion>1.0.8.9</FileVersion>
|
||||
<InformationalVersion>1.0.8.9</InformationalVersion>
|
||||
<AssemblyVersion>1.0.8.10</AssemblyVersion>
|
||||
<FileVersion>1.0.8.10</FileVersion>
|
||||
<InformationalVersion>1.0.8.10</InformationalVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
@@ -24,6 +24,9 @@
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)'=='Release'">
|
||||
<Deterministic>true</Deterministic>
|
||||
<!-- Do not emit PDBs in Release; prevents your local path from appearing in user crash logs -->
|
||||
<DebugType>none</DebugType>
|
||||
<DebugSymbols>false</DebugSymbols>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user