Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 4a637dd

Browse files
author
Michael P. Starkweather
committed
1.7 compat
1 parent 10d7036 commit 4a637dd

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

RandomCampaignStart/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.6.0.*")]
34+
[assembly: AssemblyVersion("1.7.0.*")]

RandomCampaignStart/RandomCampaignStart.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>RandomCampaignStart</RootNamespace>
1111
<AssemblyName>RandomCampaignStart</AssemblyName>
12-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<TargetFrameworkProfile />
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1617
<DebugType>none</DebugType>
@@ -19,6 +20,7 @@
1920
<DefineConstants>TRACE</DefineConstants>
2021
<ErrorReport>prompt</ErrorReport>
2122
<WarningLevel>4</WarningLevel>
23+
<Prefer32Bit>false</Prefer32Bit>
2224
</PropertyGroup>
2325
<ItemGroup>
2426
<Reference Include="0Harmony">
@@ -48,8 +50,4 @@
4850
<Compile Include="Properties\AssemblyInfo.cs" />
4951
</ItemGroup>
5052
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
51-
<PropertyGroup>
52-
<PostBuildEvent>
53-
</PostBuildEvent>
54-
</PropertyGroup>
5553
</Project>

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Name": "RandomCampaignStart",
33
"DLL": "RandomCampaignStart.dll",
44

5-
"Version": "1.6.0",
5+
"Version": "1.7.0",
66
"Description": "Randomizes the starting MechWarriors and 'Mechs.",
77
"Author": "mpstark",
88
"Website": "www.github.com/mpstark/RandomCampaignStart",

0 commit comments

Comments
 (0)