Skip to content

Commit

Permalink
Nakama Unity 0.10.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Nov 6, 2017
1 parent 5291abd commit 77ccae9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ All notable changes to this project are documented below.

The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/).

## [Unreleased]
## [0.10.0] - 2017-11-06
### Added
- RUDP transport option.
- New experimental rUDP socket protocol option.

### Changed
- Use string identifiers instead of byte arrays for compatibility across Lua, JSON, and client representations.

## [0.9.0] - 2017-10-17
### Added
Expand Down
2 changes: 1 addition & 1 deletion Nakama/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
[assembly: ComVisible(false)]
[assembly: Guid("36E87F50-1D34-4898-9BDA-F2E80CD6B25E")]

[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyVersion("0.10.0.0")]
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ task unityPackage(type: Exec) {
into "$unityprojectDir/Assets/Nakama/Plugins"
include 'Google.Protobuf.dll'
include 'websocket-sharp.dll'
include 'Netcode.IO.NET.dll'
include 'ReliableNetcode.dll'
}

copy {
Expand Down

0 comments on commit 77ccae9

Please sign in to comment.