diff --git a/Nuget/aqlaserializer.nuspec b/Nuget/aqlaserializer.nuspec
index d57c3f9c..f30de146 100644
--- a/Nuget/aqlaserializer.nuspec
+++ b/Nuget/aqlaserializer.nuspec
@@ -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>
@@ -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
diff --git a/assorted/precompile/Properties/AssemblyInfo.cs b/assorted/precompile/Properties/AssemblyInfo.cs
index 5ddf5d83..61510034 100644
--- a/assorted/precompile/Properties/AssemblyInfo.cs
+++ b/assorted/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("2.0.1.1069")]
-[assembly: AssemblyFileVersion("2.0.1.1069")]
+[assembly: AssemblyVersion("2.0.1.1170")]
+[assembly: AssemblyFileVersion("2.0.1.1170")]
diff --git a/buildpack.cmd b/buildpack.cmd
index a90e9171..fe90b6fa 100644
--- a/buildpack.cmd
+++ b/buildpack.cmd
@@ -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
\ No newline at end of file
diff --git a/src/protobuf-net/Properties/AssemblyInfo.cs b/src/protobuf-net/Properties/AssemblyInfo.cs
index 16269306..0d83d453 100644
--- a/src/protobuf-net/Properties/AssemblyInfo.cs
+++ b/src/protobuf-net/Properties/AssemblyInfo.cs
@@ -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")]