Skip to content

Commit 5e51f59

Browse files
committed
Updated version
1 parent 7c22bae commit 5e51f59

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

Tes3MpPluginHelper/Tes3MpPluginHelper/Tes3MpPluginHelper.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@
1313
<DefineConstants>DEBUG;TRACE</DefineConstants>
1414
</PropertyGroup>
1515

16+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
17+
<DebugType>none</DebugType>
18+
</PropertyGroup>
19+
1620
</Project>

Tes3MpPluginHelperGui/Tes3MpPluginHelperGui/Tes3MpPluginHelperGui.csproj

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,17 @@
88
<ImplicitUsings>enable</ImplicitUsings>
99
<SignAssembly>True</SignAssembly>
1010
<AssemblyOriginatorKeyFile>C:\Users\asker\source\repos\Tes3MpPluginHelper\Tes3MpPluginHelperGui.snk</AssemblyOriginatorKeyFile>
11-
<AssemblyVersion>0.3.0.0</AssemblyVersion>
12-
<FileVersion>0.3.0.0</FileVersion>
11+
<AssemblyVersion>0.3.1.0</AssemblyVersion>
12+
<FileVersion>0.3.1.0</FileVersion>
13+
</PropertyGroup>
14+
15+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
16+
<DebugType>none</DebugType>
17+
<Optimize>False</Optimize>
18+
</PropertyGroup>
19+
20+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
21+
<DebugType>none</DebugType>
1322
</PropertyGroup>
1423

1524
<ItemGroup>

0 commit comments

Comments
 (0)