We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bedc66a commit 2b31ba4Copy full SHA for 2b31ba4
2 files changed
CHANGES.txt
@@ -599,7 +599,7 @@ Release 0.8.0
599
600
Nothing from 0.8.0 beta.
601
602
-Release 0.9.0 (planned)
+Release 0.9.0 beta1 2016/09/24
603
604
NEW FEATURES
605
* Enum name transformation via `SerializationContext.EnumSerializationOptions.NameTransformer`.
@@ -611,3 +611,5 @@ Release 0.9.0 (planned)
611
* Built in serializer for System.Text.StringBuilder now supports UnpackTo.
612
* Add serialization to/from MessagePackObject as extension methods of MessagePackSerializer and MessagePackSerializer<T>. Issue #90
613
614
+ BUG FIXES
615
+ * Fix nuspec to prevent old NuGet clients which do not support .NET Standard TFMs. Issue #177.
build/Version.txt
@@ -1 +1 @@
1
-0.9.0-dev
+0.9.0-beta1
0 commit comments