Skip to content

Commit 324eb88

Browse files
committed
> 1.11.1
2 parents 404e8af + d8c2dc3 commit 324eb88

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#
22

3+
## [1.11.1](https://github.com/EliotVU/Unreal-Library/releases/tag/1.11.1)
4+
5+
* Support for Gears of War: Ultimate Edition and Reloaded (thanks to @PaoloTK)
6+
* Fixed missing CtorLink flag resulting in a /* 0x400000 */ comment in the decompilation output.
7+
8+
## [1.11.0](https://github.com/EliotVU/Unreal-Library/releases/tag/1.11.0)
9+
310
* Support for Star Wars: Republic Commando
411
* Support for Advent Rising
512
* Support for Tom Clancy's Splinter Cell: Blacklist (thanks to @shryder)

src/Eliot.UELib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<PropertyGroup>
7979
<AssemblyName>Eliot.UELib</AssemblyName>
8080
<PackageId>$(AssemblyName)</PackageId>
81-
<Version>$(VersionPrefix)1.11.0</Version>
81+
<Version>$(VersionPrefix)1.11.1</Version>
8282
<Authors>EliotVU</Authors>
8383
<Title>$(AssemblyName)</Title>
8484
<PackageDescription>UnrealScript decompiler library for Unreal package files (.upk, .u, .uasset; etc), with support for Unreal Engine 1, 2, and 3.</PackageDescription>

0 commit comments

Comments
 (0)