From da6c815d92b06fedffc25890916d69b4aff30ef7 Mon Sep 17 00:00:00 2001 From: Vlad Taranov Date: Sat, 24 Oct 2015 08:25:01 +0300 Subject: [PATCH] buld 776 --- Nuget/aqlaserializer.nuspec | 9 +++++++-- precompile/Properties/AssemblyInfo.cs | 4 ++-- protobuf-net.Extensions/Properties/AssemblyInfo.cs | 4 ++-- protobuf-net/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/Nuget/aqlaserializer.nuspec b/Nuget/aqlaserializer.nuspec index 0a2a1575..c55fe260 100644 --- a/Nuget/aqlaserializer.nuspec +++ b/Nuget/aqlaserializer.nuspec @@ -2,7 +2,7 @@ aqlaserializer - 1.0.0.767 + 1.0.0.776 Vladyslav Taranov Vladyslav Taranov 2015, fork source from Marc Gravell 2015 Vladyslav Taranov @@ -23,8 +23,13 @@ Some platforms may be not available through nuget, you can download their binari binary serialization protocol buffers protobuf deserialization aqlaserializer aqla aqlasolutions en-US -* 1.0.0.58 - initial AqlaSerializer release +* 1.0.0.776: +- fixed issue when surrogated value was not correctly reference tracked +- add method is recognized not only on IEnumerable but also on its inheritors like IReadOnlyCollection + * 1.0.0.767 - improvements in list handling, merged changes from original protobuf-net + +* 1.0.0.58 - initial AqlaSerializer release \ No newline at end of file diff --git a/precompile/Properties/AssemblyInfo.cs b/precompile/Properties/AssemblyInfo.cs index 6511fbe8..4e7e0cc0 100644 --- a/precompile/Properties/AssemblyInfo.cs +++ b/precompile/Properties/AssemblyInfo.cs @@ -33,5 +33,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("1.0.0.767")] -[assembly: AssemblyFileVersion("1.0.0.767")] +[assembly: AssemblyVersion("1.0.0.776")] +[assembly: AssemblyFileVersion("1.0.0.776")] diff --git a/protobuf-net.Extensions/Properties/AssemblyInfo.cs b/protobuf-net.Extensions/Properties/AssemblyInfo.cs index 83058988..358ac5dc 100644 --- a/protobuf-net.Extensions/Properties/AssemblyInfo.cs +++ b/protobuf-net.Extensions/Properties/AssemblyInfo.cs @@ -33,8 +33,8 @@ // 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("1.0.0.767")] +[assembly: AssemblyVersion("1.0.0.776")] #if !CF -[assembly: AssemblyFileVersion("1.0.0.767")] +[assembly: AssemblyFileVersion("1.0.0.776")] #endif [assembly: CLSCompliant(true)] \ No newline at end of file diff --git a/protobuf-net/Properties/AssemblyInfo.cs b/protobuf-net/Properties/AssemblyInfo.cs index df19c12a..35557b7f 100644 --- a/protobuf-net/Properties/AssemblyInfo.cs +++ b/protobuf-net/Properties/AssemblyInfo.cs @@ -35,9 +35,9 @@ // 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("1.0.0.767")] +[assembly: AssemblyVersion("1.0.0.776")] #if !CF -[assembly: AssemblyFileVersion("1.0.0.767")] +[assembly: AssemblyFileVersion("1.0.0.776")] #endif #if !FX11 [assembly: InternalsVisibleTo("aqlaserializer.unittest, PublicKey="