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-04-18 18:33:05 +0300
committerJoel Martinez <joelmartinez@gmail.com>2018-04-18 18:33:05 +0300
commit055101ff525a936885322c290663d89193c30f55 (patch)
treecbeda8029abc0b355fd40a4b6bf68d4f46c2a801
parentc37e1adb349c201be86aea70fe6d3f53bad15cca (diff)
bump version to 5.6.4mdoc-5.6.4
-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 ef82c89f..4d37cdd1 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.6.3";
+ public static string MonoVersion = "5.6.4";
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 e4d33304..04db270f 100644
--- a/mdoc/mdoc.nuspec
+++ b/mdoc/mdoc.nuspec
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mdoc</id>
- <version>5.6.3</version>
+ <version>5.6.4</version>
<title>mdoc</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>