Skip to content

Commit

Permalink
bump to 0.5.2 for nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
komefai committed Jan 14, 2018
1 parent 31bae2d commit 1f608dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions PS4RemotePlayInterceptor/PS4RemotePlayInterceptor.nuspec
Expand Up @@ -20,6 +20,7 @@
- 0.4.1: Fix object cloning on DualShockState and add support for original injection method
- 0.5.0: Add emulator for DualShock 4 controllers and add delegates for watchdog
- 0.5.1: Fix crashes when closing host before RemotePlay
- 0.5.2: Add compressed serialization and allow null values when cloning DualShockState
</releaseNotes>
<copyright>Copyright © 2018 Komefai</copyright>
<tags>ps4 bot remoteplay api hooking easyhook dualshock emulator</tags>
Expand Down
4 changes: 2 additions & 2 deletions PS4RemotePlayInterceptor/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.1.0")]
[assembly: AssemblyFileVersion("0.5.1.0")]
[assembly: AssemblyVersion("0.5.2.0")]
[assembly: AssemblyFileVersion("0.5.2.0")]

0 comments on commit 1f608dd

Please sign in to comment.