From 37e58e1662f1303425488c4e76bc76949bb86b98 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 21 Nov 2015 15:47:02 +0100 Subject: [PATCH] bump version for 2.0.0-alpha-02 release --- src/doc/monodoc/core/index.xml | 2 +- src/shared/CommonAssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/monodoc/core/index.xml b/src/doc/monodoc/core/index.xml index 380c394..0200467 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.0.0-SNAPSHOT + XMLUnit.NET 2.0.0-alpha-02 diff --git a/src/shared/CommonAssemblyInfo.cs b/src/shared/CommonAssemblyInfo.cs index 9cc79f3..70214b9 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.0.0"; - internal const string AssemblyVersion = ApiVersion + ".0"; - internal const string Version = ApiVersion + "-alpha-01"; + internal const string AssemblyVersion = ApiVersion + ".25"; + internal const string Version = ApiVersion + "-alpha-02"; } } \ No newline at end of file