Skip to content

Commit a8c8d2c

Browse files
committed
version
1 parent 6a68a95 commit a8c8d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen_build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2591,7 +2591,7 @@ private static void write_cppinterop_with_targets_file(XmlWriter f, List<config_
25912591
MINOR_VERSION,
25922592
PATCH_VERSION
25932593
);
2594-
public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE;
2594+
public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
25952595
public static string ASSEMBLY_VERSION = string.Format("{0}.{1}.{2}.{3}",
25962596
MAJOR_VERSION,
25972597
MINOR_VERSION,

0 commit comments

Comments
 (0)