From fedc791cc22961a913669283ccd6518640499a64 Mon Sep 17 00:00:00 2001 From: Bela VanderVoort Date: Sun, 17 Nov 2024 19:49:47 -0600 Subject: [PATCH] Releasing 0.30.1 (#1384) --- CHANGELOG.md | 6 +++++- Nuget/Build.props | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 444f66829..7ef0f0c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# 0.30.0 +# 0.30.1 +## What's Changed +Revert tool command back to `dotnet-csharpier`, it was supposed to be changed to `csharpier` for 1.0.0 + +# 0.30.0 ## Breaking Changes The CSharpier dotnet tool no longer supports net6 & net7. ## What's Changed diff --git a/Nuget/Build.props b/Nuget/Build.props index 44e1798fb..c75d7165f 100644 --- a/Nuget/Build.props +++ b/Nuget/Build.props @@ -1,6 +1,6 @@ - 0.30.0 + 0.30.1 MIT https://github.com/belav/csharpier git