Skip to content

Commit

Permalink
buld 776
Browse files Browse the repository at this point in the history
  • Loading branch information
AqlaSolutions committed Oct 24, 2015
1 parent 2bab261 commit da6c815
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
9 changes: 7 additions & 2 deletions Nuget/aqlaserializer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>aqlaserializer</id>
<version>1.0.0.767</version>
<version>1.0.0.776</version>
<authors>Vladyslav Taranov</authors>
<copyright>Vladyslav Taranov 2015, fork source from Marc Gravell 2015</copyright>
<owners>Vladyslav Taranov</owners>
Expand All @@ -23,8 +23,13 @@ Some platforms may be not available through nuget, you can download their binari
<tags>binary serialization protocol buffers protobuf deserialization aqlaserializer aqla aqlasolutions</tags>
<language>en-US</language>
<releaseNotes>
* 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<T> but also on its inheritors like IReadOnlyCollection<T>

* 1.0.0.767 - improvements in list handling, merged changes from original protobuf-net

* 1.0.0.58 - initial AqlaSerializer release
</releaseNotes>
</metadata>
</package>
4 changes: 2 additions & 2 deletions precompile/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions protobuf-net.Extensions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
4 changes: 2 additions & 2 deletions protobuf-net/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down

0 comments on commit da6c815

Please sign in to comment.