File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public static class gen
26
26
27
27
public const int MAJOR_VERSION = 3 ;
28
28
public const int MINOR_VERSION = 0 ;
29
- public const int PATCH_VERSION = 1 ;
29
+ public const int PATCH_VERSION = 2 ;
30
30
31
31
// a version string with a -pre-timestamp in it
32
32
public static string NUSPEC_VERSION_PRE_TIMESTAMP = string . Format ( "{0}.{1}.{2}-pre{3}" ,
@@ -104,8 +104,8 @@ private static void gen_directory_build_props(string root, string nupkgs_dir_nam
104
104
105
105
f . WriteElementString ( "src_path" , "$([System.IO.Path]::Combine($(MSBuildThisFileDirectory), 'src'))" ) ;
106
106
f . WriteElementString ( "pkg_version_for_testing" , "$(Version)" ) ;
107
- f . WriteElementString ( "lib_e_sqlite3_package_reference_version" , "3.50.3 " ) ;
108
- f . WriteElementString ( "see_pkg_version_for_testing" , "3.50.3 .1" ) ;
107
+ f . WriteElementString ( "lib_e_sqlite3_package_reference_version" , "3.50.4.1 " ) ;
108
+ f . WriteElementString ( "see_pkg_version_for_testing" , "3.50.4 .1" ) ;
109
109
f . WriteElementString ( "depversion_xunit" , "2.6.3" ) ;
110
110
f . WriteElementString ( "depversion_xunit_runner_visualstudio" , "2.5.5" ) ;
111
111
f . WriteElementString ( "depversion_microsoft_net_test_sdk" , "17.8.0" ) ;
You can’t perform that action at this time.
0 commit comments