Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
AqlaSolutions committed Jul 9, 2022
1 parent 42ab26a commit ab2c4ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 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.1.1069</version>
<version>2.0.1.1170</version>
<authors>Vladyslav Taranov</authors>
<copyright>Vladyslav Taranov 2022, fork source from Marc Gravell 2016</copyright>
<owners>Vladyslav Taranov</owners>
Expand All @@ -26,6 +26,10 @@ Some build configurations may be not available through nuget, you can download t
<tags>Reflection.Emit binary serialization protocol buffers protobuf protobuf-net deserialization aqlaserializer aqla aqlasolutions</tags>
<language>en-US</language>
<releaseNotes>
* 2.0.1.1070:
- dynamic string reference tracking fix
- UseBackingFieldsIfNoSetter is parameter is removed and enabled by default

* 2.0.1.1069:
- AutoTuple nullables serialization fix
- Stream.Position is not used unless it's necessary
Expand Down
4 changes: 2 additions & 2 deletions assorted/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.1.1069")]
[assembly: AssemblyFileVersion("2.0.1.1069")]
[assembly: AssemblyVersion("2.0.1.1170")]
[assembly: AssemblyFileVersion("2.0.1.1170")]
2 changes: 1 addition & 1 deletion buildpack.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@"%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild" all.build /p:WarningLevel=0
@"%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild" all.build /p:WarningLevel=0
pause
4 changes: 2 additions & 2 deletions src/protobuf-net/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,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.1.1069")]
[assembly: AssemblyFileVersion("2.0.1.1069")]
[assembly: AssemblyVersion("2.0.1.1170")]
[assembly: AssemblyFileVersion("2.0.1.1170")]
[assembly: InternalsVisibleTo("aqlaserializer.unittest, PublicKey=002400000480000094000000060200000024000052534131000400000100010091B11AB23561C227F083424C0162A38DA330B724B6E96C1BE6C5989BFDD5C1BA3E555D8F105DD352C2623FE6AF90F4FA3173C6120DD567283434513DA579728230E1697A156770A81B7FBF5535ECDB96D2737E74181A4D980647AE33CDFB6E0C1FF63065AE8E33BB27374090393685FF265563655DE4829B0E5C996B1CF9A3E3")]
[assembly: InternalsVisibleTo("Examples, PublicKey=002400000480000094000000060200000024000052534131000400000100010091B11AB23561C227F083424C0162A38DA330B724B6E96C1BE6C5989BFDD5C1BA3E555D8F105DD352C2623FE6AF90F4FA3173C6120DD567283434513DA579728230E1697A156770A81B7FBF5535ECDB96D2737E74181A4D980647AE33CDFB6E0C1FF63065AE8E33BB27374090393685FF265563655DE4829B0E5C996B1CF9A3E3")]
[assembly: InternalsVisibleTo("aqlaserializer.unittest, PublicKey=00240000048000009400000006020000002400005253413100040000010001002d8fd1659485682c7c34d15f7cd8b91dd11248ab56964a88500c41755e972d36ee921afbf5e9e0fa5c03a3da2315c217bafd5ae25d08e0e57ac67ba8ea214c5aded3f23a18d348ecc3ff671599d9116e92e1cb9996be792e7051c5b87f8d59cb8b2a27dcbb7a9468ece71961608d487dc9dcaab42fa0e32e4f2d121e8a5bd5b9")]
Expand Down

0 comments on commit ab2c4ee

Please sign in to comment.