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>2020-03-17 00:23:48 +0300
committerJoel Martinez <joelmartinez@gmail.com>2020-03-17 00:23:48 +0300
commit84df759172d8f76ce81afe4759e34f05a0e82c4a (patch)
treefd29186d7f3d8d0c3a5a049180b5bc1c50673732
parent5de399be450f6f2fab5f03640d908fab6e0e3dcb (diff)
bump to 5.7.5.2mdoc-5.7.5.2
-rw-r--r--mdoc/Consts.cs2
-rw-r--r--mdoc/mdoc.nuspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 62f5d9cd..6ef0c683 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.5.1";
+ public static string MonoVersion = "5.7.5.2";
public const string DocId = "DocId";
public const string CppCli = "C++ CLI";
public const string CppCx = "C++ CX";
diff --git a/mdoc/mdoc.nuspec b/mdoc/mdoc.nuspec
index 475447b9..41525745 100644
--- a/mdoc/mdoc.nuspec
+++ b/mdoc/mdoc.nuspec
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mdoc</id>
- <version>5.7.5.1</version>
+ <version>5.7.5.2</version>
<title>mdoc</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>