Skip to content

Commit

Permalink
2.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pheonix99 committed Nov 24, 2023
1 parent a2ab46b commit d913af9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ToggleableThrowingWeapons/Info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Id": "ToggleableThrowingWeapons",
"DisplayName": "Toggleable Throwing Weapons",
"Author": "pheonix99",
"Version": "1.3.0",
"Version": "1.3.1",
"ManagerVersion": "0.21.3",
"AssemblyName": "ToggleableThrowingWeapons.dll",
"EntryMethod": "ToggleableThrowingWeapons.Main.Load",
Expand Down
5 changes: 2 additions & 3 deletions ToggleableThrowingWeapons/ToggleableThrowingWeapons.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\ILRepack.MSBuild.Task.2.0.13\build\ILRepack.MSBuild.Task.props" Condition="Exists('..\packages\ILRepack.MSBuild.Task.2.0.13\build\ILRepack.MSBuild.Task.props')" />

<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -35,7 +34,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="ILRepack.MSBuild.Task" Version="2.0.13" />
<PackageReference Include="WW-Blueprint-Core" Version="2.8.0" />
<PackageReference Include="WW-Blueprint-Core" Version="2.8.4" />
</ItemGroup>
<!-- DLL Merging -->
<Target Name="ILRepack" AfterTargets="Build">
Expand All @@ -57,7 +56,7 @@
<Message Text="Publicizing: @(PublicAssembly) into @(RenamedAssembly)" Importance="High" />
<PublicizeTask InputAssemblies="@(Assemblies)" OutputDir="$(SolutionDir)lib/" />
<Move SourceFiles="@(PublicAssembly)" DestinationFiles="@(RenamedAssembly)" />
<Move SourceFiles="$(SolutionDir)lib\Assembly-CSharp_public.hash" DestinationFiles="$(SolutionDir)lib\Assembly-CSharp.hash" />
<Move SourceFiles="$(SolutionDir)lib\Assembly-CSharp_public.hash" DestinationFiles="$(SolutionDir)lib\Assembly-CSharp.hash" />
</Target>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Thanks to ifarmpandas for figuring out the fix for AttackStatReplacement bugs

# Changelog


1.3.1: Works with 2.2

1.3.0: Fixed compatibility with Morvarch's Playstyle expansions - thanks ifarmpandas

1.2.4: Works with the 2.1
Expand Down

0 comments on commit d913af9

Please sign in to comment.