Skip to content

Commit fbf75ec

Browse files
committed
update to 3.0.2 and update lib references to 3.50.4.1
1 parent 9c3c289 commit fbf75ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version_stamp/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static class gen
2626

2727
public const int MAJOR_VERSION = 3;
2828
public const int MINOR_VERSION = 0;
29-
public const int PATCH_VERSION = 1;
29+
public const int PATCH_VERSION = 2;
3030

3131
// a version string with a -pre-timestamp in it
3232
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
104104

105105
f.WriteElementString("src_path", "$([System.IO.Path]::Combine($(MSBuildThisFileDirectory), 'src'))");
106106
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");
109109
f.WriteElementString("depversion_xunit", "2.6.3");
110110
f.WriteElementString("depversion_xunit_runner_visualstudio", "2.5.5");
111111
f.WriteElementString("depversion_microsoft_net_test_sdk", "17.8.0");

0 commit comments

Comments
 (0)