Skip to content

Commit

Permalink
Bump version > 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotVU committed Apr 19, 2024
1 parent 5340836 commit 537397c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [1.5.1](https://github.com/EliotVU/Unreal-Library/releases/tag/1.5.1)

* Fixed regression #74; The deprecated `UnrealConfig.CookedPlatform` field was ignored, which is still relevant for legacy-code.
* Updated auto-detected builds for Infinity Blade's series

# [1.5.0](https://github.com/EliotVU/Unreal-Library/releases/tag/1.5.0)

* 1ef135d Improved support for A Hat in Time (UE3), contributed by @Un-Drew
Expand Down
4 changes: 2 additions & 2 deletions src/Eliot.UELib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<PropertyGroup>
<AssemblyName>Eliot.UELib</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<Version>$(VersionPrefix)1.5.0</Version>
<Version>$(VersionPrefix)1.5.1</Version>
<Authors>EliotVU</Authors>
<Title>$(AssemblyName)</Title>
<PackageDescription>UnrealScript decompiler library for Unreal package files (.upk, .u, .uasset; etc), with support for Unreal Engine 1, 2, and 3.</PackageDescription>
Expand All @@ -86,6 +86,6 @@
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<AnalysisLevel>latest-recommended</AnalysisLevel>
<PackageReleaseNotes>Improved support for A Hat in Time (UE3)</PackageReleaseNotes>
<PackageReleaseNotes></PackageReleaseNotes>
</PropertyGroup>
</Project>

0 comments on commit 537397c

Please sign in to comment.