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>2017-12-22 23:36:11 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-12-22 23:36:11 +0300
commitecda9993b5490f88a4d3280d1a4970ed64a1d176 (patch)
tree065650f1b48b98fdcac138e2c35b909cedde7a20
parent232c0a4f4b2a746306231dcb838a48045e6c8b7a (diff)
version bump to 5.4mdoc-5.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 56066648..4cff0d6a 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.3.5.3";
+ public static string MonoVersion = "5.4.0.0";
public const string DocId = "DocId";
public const string VbNet = "VB.NET";
public const string DocIdLowCase = "docid";
diff --git a/mdoc/mdoc.nuspec b/mdoc/mdoc.nuspec
index 7053a222..69f78772 100644
--- a/mdoc/mdoc.nuspec
+++ b/mdoc/mdoc.nuspec
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mdoc</id>
- <version>5.3.5.3</version>
+ <version>5.4.0.0</version>
<title>mdoc</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>