diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ab3fa..7958a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.2] - 2022-12-17 + +- Fix Authenticode signing of Windows exe files +- Build on .Net 7.0 rather than 6.0 + ## [2.2.1] - 2022-11-21 - Bump CsvHelper from 27.2.1 to 30.0.1 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 0f51e2c..3125316 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -7,6 +7,6 @@ [assembly: AssemblyCulture("")] // These should be replaced with correct values by the release process -[assembly: AssemblyVersion("2.2.1")] -[assembly: AssemblyFileVersion("2.2.1")] -[assembly: AssemblyInformationalVersion("2.2.1")] +[assembly: AssemblyVersion("2.2.2")] +[assembly: AssemblyFileVersion("2.2.2")] +[assembly: AssemblyInformationalVersion("2.2.2")]