From 468f6f391c3a15118d8db165ae7b3558721db40b Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 22 Apr 2018 11:34:17 +0200 Subject: [PATCH] prepare 2.6.0 release --- RELEASE_NOTES.md | 2 +- src/doc/monodoc/core/index.xml | 2 +- src/shared/CommonAssemblyInfo.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5684297..59d240d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## XMLUnit.NET 2.6.0 - /Not Released, yet/ +## XMLUnit.NET 2.6.0 - /Released 2018-04-22/ * add a new experimental module xmlunit-placeholders which aims to use `${xmlunit.FOO}` expressions inside of the control document to diff --git a/src/doc/monodoc/core/index.xml b/src/doc/monodoc/core/index.xml index 5c88553..8be4ff4 100644 --- a/src/doc/monodoc/core/index.xml +++ b/src/doc/monodoc/core/index.xml @@ -45,5 +45,5 @@ under the Apache License, Version 2.0. - XMLUnit.NET 2.6.0-alpha-01 + XMLUnit.NET 2.6.0 diff --git a/src/shared/CommonAssemblyInfo.cs b/src/shared/CommonAssemblyInfo.cs index 0ded5fc..8e40c16 100644 --- a/src/shared/CommonAssemblyInfo.cs +++ b/src/shared/CommonAssemblyInfo.cs @@ -26,7 +26,7 @@ namespace Org.XmlUnit internal static class XmlUnitVersion { internal const string ApiVersion = "2.6.0"; - internal const string AssemblyVersion = ApiVersion + ".121"; - internal const string Version = ApiVersion + "-alpha-01"; + internal const string AssemblyVersion = ApiVersion + ".133"; + internal const string Version = ApiVersion + ""; } }