diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 257add7..bb1dfac 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## XMLUnit.NET 2.7.0-beta1 - /Not Released, yet/ +## XMLUnit.NET 2.7.0-beta-01 - /Released 2019-04-10/ This is the first release supporting .NET Standard 2.0. If you still want/need the assemblies targeting .NET Framework 3.5 they are still diff --git a/src/doc/monodoc/core/index.xml b/src/doc/monodoc/core/index.xml index 3dfc89e..4aec0fd 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.7.0-alpha-01 + XMLUnit.NET 2.7.0-beta-01 diff --git a/src/shared/CommonAssemblyInfo.cs b/src/shared/CommonAssemblyInfo.cs index 5e388cc..401ac21 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.7.0"; - internal const string AssemblyVersion = ApiVersion + ".133"; - internal const string Version = ApiVersion + "-alpha-01"; + internal const string AssemblyVersion = ApiVersion + ".166"; + internal const string Version = ApiVersion + "-beta-01"; } }