Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2018-07-20 05:34:58 +0300
committerJoel Martinez <joelmartinez@gmail.com>2018-07-20 05:34:58 +0300
commit55a96576a18b5efe9d735e3c2930598d2730c65e (patch)
tree16e856c4bdbf8009572e9a4267ffe0123f6c2dcc
parent559c6f5994b99ead92eee5ff748a1292bd3bda3e (diff)
bump to 5.7.2.1mdoc-5.7.2.1
-rw-r--r--mdoc/Consts.cs4
-rw-r--r--mdoc/mdoc.nuspec2
2 files changed, 3 insertions, 3 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 9670d810..ad5d3d6b 100644
--- a/mdoc/Consts.cs
+++ b/mdoc/Consts.cs
@@ -3,7 +3,7 @@ namespace Mono.Documentation
{
public static class Consts
{
- public static string MonoVersion = "5.7.2";
+ public static string MonoVersion = "5.7.2.1";
public const string DocId = "DocId";
public const string CppCli = "C++ CLI";
public const string CppCx = "C++ CX";
@@ -22,7 +22,7 @@ namespace Mono.Documentation
public const string DependencyPropertyFullName = "System.Windows.DependencyProperty";
public const string DependencyObjectFullName = "System.Windows.DependencyObject";
- public const string VoidFullName = "System.Void";
+ public const string VoidFullName = "System.Void";
public const string RefTypeObsoleteString = "Types with embedded references are not supported in this version of your compiler.";
public const string FrameworksIndexFolderName = "FrameworksIndex";
public const string CompilerGeneratedAttribute = "System.Runtime.CompilerServices.CompilerGeneratedAttribute";
diff --git a/mdoc/mdoc.nuspec b/mdoc/mdoc.nuspec
index e2321eec..93701154 100644
--- a/mdoc/mdoc.nuspec
+++ b/mdoc/mdoc.nuspec
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mdoc</id>
- <version>5.7.2</version>
+ <version>5.7.2.1</version>
<title>mdoc</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>