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>2019-01-16 18:11:09 +0300
committerJoel Martinez <joelmartinez@gmail.com>2019-01-16 18:52:50 +0300
commit6872396f1b2ae1e37d377e7010305a0a9f82e8cc (patch)
tree9d2ed983ed8eec7f81b7428073347586469bd94e
parent5563dd448bee59ed194b7981b0d1c5c4daa25e68 (diff)
version bump to 5.7.4.6mdoc-5.7.4.6
-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 45899c98..42b51823 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.4.5";
+ public static string MonoVersion = "5.7.4.6";
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 59176209..06666446 100644
--- a/mdoc/mdoc.nuspec
+++ b/mdoc/mdoc.nuspec
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mdoc</id>
- <version>5.7.4.5</version>
+ <version>5.7.4.6</version>
<title>mdoc</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>