From 63fc7b07ba9ea90bdc69ead2dd2a501e9f639183 Mon Sep 17 00:00:00 2001 From: FantasticFiasco Date: Sat, 27 Aug 2022 12:03:36 +0200 Subject: [PATCH] release v9.0.0 --- CHANGELOG.md | 2 ++ Directory.Build.props | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46afeaa9..ff6ba0a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi ## Unreleased +## 9.0.0 - 2022-08-27 + ### :zap: Added - Support for .NET 6 diff --git a/Directory.Build.props b/Directory.Build.props index 09f98cb4..dd074fad 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 8.0.0 + 9.0.0 Mattias Kindborg FantasticFiasco