diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 480b5cf..0ee0b2a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## XMLUnit.NET 2.9.0 - /not released, yet/ +## XMLUnit.NET 2.9.0 - /Released 2020-10-30/ * `ISource` now extends `IDisposable` to allow releasing unmanaged resources used when building sources from files or URIs. diff --git a/src/doc/monodoc/core/index.xml b/src/doc/monodoc/core/index.xml index 32eb6f8..65ff317 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.9.0-alpha-01 + XMLUnit.NET 2.9.0 diff --git a/src/shared/CommonAssemblyInfo.cs b/src/shared/CommonAssemblyInfo.cs index fc63347..f5cd9f3 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.9.0"; - internal const string AssemblyVersion = ApiVersion + ".198"; - internal const string Version = ApiVersion + "-alpha-01"; + internal const string AssemblyVersion = ApiVersion + ".205"; + internal const string Version = ApiVersion + ""; } }