Skip to content

Commit ab2c4ee

Browse files
committed
release
1 parent 42ab26a commit ab2c4ee

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

Nuget/aqlaserializer.nuspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>aqlaserializer</id>
5-
<version>2.0.1.1069</version>
5+
<version>2.0.1.1170</version>
66
<authors>Vladyslav Taranov</authors>
77
<copyright>Vladyslav Taranov 2022, fork source from Marc Gravell 2016</copyright>
88
<owners>Vladyslav Taranov</owners>
@@ -26,6 +26,10 @@ Some build configurations may be not available through nuget, you can download t
2626
<tags>Reflection.Emit binary serialization protocol buffers protobuf protobuf-net deserialization aqlaserializer aqla aqlasolutions</tags>
2727
<language>en-US</language>
2828
<releaseNotes>
29+
* 2.0.1.1070:
30+
- dynamic string reference tracking fix
31+
- UseBackingFieldsIfNoSetter is parameter is removed and enabled by default
32+
2933
* 2.0.1.1069:
3034
- AutoTuple nullables serialization fix
3135
- Stream.Position is not used unless it's necessary

assorted/precompile/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("2.0.1.1069")]
37-
[assembly: AssemblyFileVersion("2.0.1.1069")]
36+
[assembly: AssemblyVersion("2.0.1.1170")]
37+
[assembly: AssemblyFileVersion("2.0.1.1170")]

buildpack.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
@"%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild" all.build /p:WarningLevel=0
1+
@"%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild" all.build /p:WarningLevel=0
22
pause

src/protobuf-net/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
// You can specify all the values or you can default the Build and Revision Numbers
3636
// by using the '*' as shown below:
3737
// [assembly: AssemblyVersion("1.0.*")]
38-
[assembly: AssemblyVersion("2.0.1.1069")]
39-
[assembly: AssemblyFileVersion("2.0.1.1069")]
38+
[assembly: AssemblyVersion("2.0.1.1170")]
39+
[assembly: AssemblyFileVersion("2.0.1.1170")]
4040
[assembly: InternalsVisibleTo("aqlaserializer.unittest, PublicKey=002400000480000094000000060200000024000052534131000400000100010091B11AB23561C227F083424C0162A38DA330B724B6E96C1BE6C5989BFDD5C1BA3E555D8F105DD352C2623FE6AF90F4FA3173C6120DD567283434513DA579728230E1697A156770A81B7FBF5535ECDB96D2737E74181A4D980647AE33CDFB6E0C1FF63065AE8E33BB27374090393685FF265563655DE4829B0E5C996B1CF9A3E3")]
4141
[assembly: InternalsVisibleTo("Examples, PublicKey=002400000480000094000000060200000024000052534131000400000100010091B11AB23561C227F083424C0162A38DA330B724B6E96C1BE6C5989BFDD5C1BA3E555D8F105DD352C2623FE6AF90F4FA3173C6120DD567283434513DA579728230E1697A156770A81B7FBF5535ECDB96D2737E74181A4D980647AE33CDFB6E0C1FF63065AE8E33BB27374090393685FF265563655DE4829B0E5C996B1CF9A3E3")]
4242
[assembly: InternalsVisibleTo("aqlaserializer.unittest, PublicKey=00240000048000009400000006020000002400005253413100040000010001002d8fd1659485682c7c34d15f7cd8b91dd11248ab56964a88500c41755e972d36ee921afbf5e9e0fa5c03a3da2315c217bafd5ae25d08e0e57ac67ba8ea214c5aded3f23a18d348ecc3ff671599d9116e92e1cb9996be792e7051c5b87f8d59cb8b2a27dcbb7a9468ece71961608d487dc9dcaab42fa0e32e4f2d121e8a5bd5b9")]

0 commit comments

Comments
 (0)