Skip to content

Commit 3be1f81

Browse files
committed
> 1.9.0
1 parent 3268da5 commit 3be1f81

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [1.9.0](https://github.com/EliotVU/Unreal-Library/releases/tag/1.9.0)
4+
5+
* ad530643 Support for Tom Clancy's Rainbow Six: Vegas
6+
* ad530643 Support for Tom Clancy's Rainbow Six: Vegas 2
7+
* 2979a15b Support for early UE3 packages including:
8+
* RoboHordes
9+
* e1879b89 Support for deserialization and decompilation for Gigantic's UJsonNodeRoot and UMoJsonObject #102
10+
* Fixed minor issues with early UE3 games affecting:
11+
* Tom Clancy's EndWar
12+
313
## [1.8.1](https://github.com/EliotVU/Unreal-Library/releases/tag/1.8.1)
414

515
* Fixed and improved support for Template/UComponent objects (UE3)

src/Eliot.UELib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<PropertyGroup>
7272
<AssemblyName>Eliot.UELib</AssemblyName>
7373
<PackageId>$(AssemblyName)</PackageId>
74-
<Version>$(VersionPrefix)1.8.1</Version>
74+
<Version>$(VersionPrefix)1.9.0</Version>
7575
<Authors>EliotVU</Authors>
7676
<Title>$(AssemblyName)</Title>
7777
<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)