Skip to content

Commit

Permalink
1.7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael P. Starkweather committed Sep 14, 2019
1 parent 10d7036 commit 4a637dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion RandomCampaignStart/Properties/AssemblyInfo.cs
Expand Up @@ -31,4 +31,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.0.*")]
[assembly: AssemblyVersion("1.7.0.*")]
8 changes: 3 additions & 5 deletions RandomCampaignStart/RandomCampaignStart.csproj
Expand Up @@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RandomCampaignStart</RootNamespace>
<AssemblyName>RandomCampaignStart</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
Expand All @@ -19,6 +20,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony">
Expand Down Expand Up @@ -48,8 +50,4 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion mod.json
Expand Up @@ -2,7 +2,7 @@
"Name": "RandomCampaignStart",
"DLL": "RandomCampaignStart.dll",

"Version": "1.6.0",
"Version": "1.7.0",
"Description": "Randomizes the starting MechWarriors and 'Mechs.",
"Author": "mpstark",
"Website": "www.github.com/mpstark/RandomCampaignStart",
Expand Down

0 comments on commit 4a637dd

Please sign in to comment.