File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ namespace Mono.Documentation
3
3
{
4
4
public static class Consts
5
5
{
6
- public static string MonoVersion = "5.7.2" ;
6
+ public static string MonoVersion = "5.7.2.1 " ;
7
7
public const string DocId = "DocId" ;
8
8
public const string CppCli = "C++ CLI" ;
9
9
public const string CppCx = "C++ CX" ;
@@ -22,7 +22,7 @@ public static class Consts
22
22
23
23
public const string DependencyPropertyFullName = "System.Windows.DependencyProperty" ;
24
24
public const string DependencyObjectFullName = "System.Windows.DependencyObject" ;
25
- public const string VoidFullName = "System.Void" ;
25
+ public const string VoidFullName = "System.Void" ;
26
26
public const string RefTypeObsoleteString = "Types with embedded references are not supported in this version of your compiler." ;
27
27
public const string FrameworksIndexFolderName = "FrameworksIndex" ;
28
28
public const string CompilerGeneratedAttribute = "System.Runtime.CompilerServices.CompilerGeneratedAttribute" ;
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >mdoc</id >
5
- <version >5.7.2</version >
5
+ <version >5.7.2.1 </version >
6
6
<title >mdoc</title >
7
7
<authors >Microsoft</authors >
8
8
<owners >Microsoft</owners >
You can’t perform that action at this time.
0 commit comments