From d7a16f3f4a59a77a440b7c4ac75cefd40519cb74 Mon Sep 17 00:00:00 2001 From: Andrew Lock Date: Wed, 23 Oct 2024 22:33:02 +0100 Subject: [PATCH] Bump to 1.0.0-beta11 (#116) --- CHANGELOG.md | 5 +++-- README.md | 8 ++++---- releasenotes.props | 5 +++-- src/NetEscapades.EnumGenerators/Constants.cs | 2 +- version.props | 2 +- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f767b..e7b805a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ Changelog --- -## [v1.0.0-beta10](https://github.com/andrewlock/NetEscapades.EnumGenerators/compare/v1.0.0-beta09..v1.0.0-beta10) (2024-10-22) +## [v1.0.0-beta11](https://github.com/andrewlock/NetEscapades.EnumGenerators/compare/v1.0.0-beta09..v1.0.0-beta11) (2024-10-24) ### Features -- Add optional interceptor for ToString() and HasFlag() (#94, #101, #104, #105, #106, #108) +- Add optional interceptor for ToString() and HasFlag() (#94, #101, #104, #105, #106, #108, #113) - Ignore usages of obsolete enum members in generated code (#111) ### Fixes - Fix escaping of strings in description and display attributes (#109) +- Ensure we can handle enums with the same name in different namespaces (#114) ## [v1.0.0-beta09](https://github.com/andrewlock/NetEscapades.EnumGenerators/compare/v1.0.0-beta08..v1.0.0-beta09) (2024-05-15) diff --git a/README.md b/README.md index 98decc5..a74d4bf 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This adds a `` to your project. You can additionally mark the - @@ -178,7 +178,7 @@ To enable interception for a project, update to the latest version of _NetEscapa - @@ -232,7 +232,7 @@ Your project file should look something like this: - @@ -257,7 +257,7 @@ If you wish to preserve these attributes in the build output, you can define the - + diff --git a/releasenotes.props b/releasenotes.props index 3fcece4..385d138 100644 --- a/releasenotes.props +++ b/releasenotes.props @@ -1,14 +1,15 @@ - + diff --git a/src/NetEscapades.EnumGenerators/Constants.cs b/src/NetEscapades.EnumGenerators/Constants.cs index d01e287..ac992ab 100644 --- a/src/NetEscapades.EnumGenerators/Constants.cs +++ b/src/NetEscapades.EnumGenerators/Constants.cs @@ -2,7 +2,7 @@ namespace NetEscapades.EnumGenerators; public static class Constants { - public const string Version = "1.0.0-beta10"; + public const string Version = "1.0.0-beta11"; public const string EnabledPropertyName = "EnableEnumGeneratorInterceptor"; } \ No newline at end of file diff --git a/version.props b/version.props index 76d9b04..f37b7a5 100644 --- a/version.props +++ b/version.props @@ -1,7 +1,7 @@ 1.0.0 - beta10 + beta11 $(VersionPrefix) $(VersionPrefix)-$(VersionSuffix)