Skip to content

Commit 55a9657

Browse files
committed
bump to 5.7.2.1
1 parent 559c6f5 commit 55a9657

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mdoc/Consts.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace Mono.Documentation
33
{
44
public static class Consts
55
{
6-
public static string MonoVersion = "5.7.2";
6+
public static string MonoVersion = "5.7.2.1";
77
public const string DocId = "DocId";
88
public const string CppCli = "C++ CLI";
99
public const string CppCx = "C++ CX";
@@ -22,7 +22,7 @@ public static class Consts
2222

2323
public const string DependencyPropertyFullName = "System.Windows.DependencyProperty";
2424
public const string DependencyObjectFullName = "System.Windows.DependencyObject";
25-
public const string VoidFullName = "System.Void";
25+
public const string VoidFullName = "System.Void";
2626
public const string RefTypeObsoleteString = "Types with embedded references are not supported in this version of your compiler.";
2727
public const string FrameworksIndexFolderName = "FrameworksIndex";
2828
public const string CompilerGeneratedAttribute = "System.Runtime.CompilerServices.CompilerGeneratedAttribute";

mdoc/mdoc.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>mdoc</id>
5-
<version>5.7.2</version>
5+
<version>5.7.2.1</version>
66
<title>mdoc</title>
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>

0 commit comments

Comments
 (0)