Skip to content

Commit c66be68

Browse files
committed
Update specs and documents.
1 parent ae6ef8c commit c66be68

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Release 0.5 - 2014/7/21
136136
* This release unifies .NET build and Mono build for main source codes (testing codes have not been unified yet.)
137137
* This release contains reimplementation of serializer generation stack. It might change implementation detail dependant behavior (it usually potential issue).
138138

139-
Release 0.5.1 2014/8/?
139+
Release 0.5.1 2014/8/9
140140

141141
FEATURES
142142
* Reflection serializer. It enables on-the-fly serializer generation in Xamarin and Unity3D.

MsgPack.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>MsgPack.Cli</id>
55
<title>MessagePack for CLI</title>
6-
<version>0.5.1-beta1</version>
6+
<version>0.5.1</version>
77
<authors>FUJIWARA, Yusuke</authors>
88
<owners>FUJIWARA, Yusuke</owners>
99
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ See [wiki](https://github.com/msgpack/msgpack-cli/wiki)
4444
## Installation
4545

4646
* Binary files distributed via the NuGet package [MsgPack.Cli](http://www.nuget.org/packages/MsgPack.Cli/).
47-
* There are NO distribution packages other than NuGet, so you have to build your own drops for Mono.
47+
* You can extract binary (DLL) file from NuGet package as following:
48+
1. Download *.nupack file from [NuGet site](http://www.nuget.org/packages/MsgPack.Cli/).
49+
2. Append suffix `.zip` and open package file as standard zip archive.
50+
3. Under the `lib` directory, binaries are there!
51+
* For mono, you can use `net45` or `net35` drops.
52+
* For Unity, `unity3d` drop is suitable.
4853

4954
## How to build
5055

0 commit comments

Comments
 (0)