Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
AqlaSolutions committed Aug 5, 2016
1 parent c698ef6 commit 7c2c268
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion 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>2.0.0.245</version>
<version>2.0.0.372</version>
<authors>Vladyslav Taranov</authors>
<copyright>Vladyslav Taranov 2016, fork source from Marc Gravell 2016</copyright>
<owners>Vladyslav Taranov</owners>
Expand All @@ -27,6 +27,11 @@ Some build configurations may be not available through nuget, you can download t
<language>en-US</language>
<releaseNotes>

* 2.0.0.372:
- Types lookup optimization for RuntimeTypeModel
- RuntimeTypeModel.Add allows to specify different type family filters or custom filter
- fixed concurrency bug when not final version of RootSerializer was published to clients

* 2.0.0.234:
- Improved compiled dll output size, compilation and cold run speed
- Added an option CompilerOptions.AlsoCompileInPlace (default: true)
Expand Down
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("2.0.0.245")]
[assembly: AssemblyFileVersion("2.0.0.245")]
[assembly: AssemblyVersion("2.0.0.372")]
[assembly: AssemblyFileVersion("2.0.0.372")]
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("2.0.0.245")]
[assembly: AssemblyVersion("2.0.0.372")]
#if !CF
[assembly: AssemblyFileVersion("2.0.0.245")]
[assembly: AssemblyFileVersion("2.0.0.372")]
#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("2.0.0.245")]
[assembly: AssemblyVersion("2.0.0.372")]
#if !CF
[assembly: AssemblyFileVersion("2.0.0.245")]
[assembly: AssemblyFileVersion("2.0.0.372")]
#endif
#if !FX11
[assembly: InternalsVisibleTo("aqlaserializer.unittest, PublicKey=002400000480000094000000060200000024000052534131000400000100010091B11AB23561C227F083424C0162A38DA330B724B6E96C1BE6C5989BFDD5C1BA3E555D8F105DD352C2623FE6AF90F4FA3173C6120DD567283434513DA579728230E1697A156770A81B7FBF5535ECDB96D2737E74181A4D980647AE33CDFB6E0C1FF63065AE8E33BB27374090393685FF265563655DE4829B0E5C996B1CF9A3E3")]
Expand Down

0 comments on commit 7c2c268

Please sign in to comment.