Skip to content

Commit

Permalink
Update for v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pheonix99 committed Nov 23, 2023
1 parent fd6bd7a commit c06ab6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LevelableAivu/Info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Id": "LevelableAivu",
"DisplayName": "Levelable Aivu",
"Author": "pheonix99",
"Version": "1.2.6",
"Version": "1.2.7",
"ManagerVersion": "0.21.3",
"Requirements": [],
"AssemblyName": "LevelableAivu.dll",
Expand Down
3 changes: 2 additions & 1 deletion LevelableAivu/LevelableAivu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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 Down Expand Up @@ -134,6 +134,7 @@
<Compile Include="AivuSizeFix.cs" />
<Compile Include="Attributes.cs" />
<Compile Include="FixItemAccess.cs" />
<Compile Include="GUIDs.cs" />
<Compile Include="VariableBaseSizeGetter.cs" />
<Compile Include="FinishingTouches.cs" />
<Compile Include="Config\Blueprints.cs" />
Expand Down
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Changelog:


## 1.2.7

Official 2.2 release


## 1.2.6

Offical 2.1 release.
Expand Down

0 comments on commit c06ab6e

Please sign in to comment.