Release 3.0.1 preparations

This commit is contained in:
Marko Lahma
2022-12-06 21:25:06 +02:00
parent 63aa4b2a40
commit 8a5410acd9
2 changed files with 12 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ partial class Build : NukeBuild
readonly bool BuildEms = false;
[Parameter("Version")]
readonly string ProjectVersion = "3.0.0";
readonly string ProjectVersion = "3.0.1";
[Solution] readonly Solution Solution;
[GitRepository] readonly GitRepository GitRepository;

View File

@@ -2,6 +2,17 @@ SPRING.NET FRAMEWORK CHANGELOG
==============================
http://www.springframework.net
*****************************************************************************************
Release Version 3.0.1 Dec 6, 2022
Release Notes - Spring.NET - Version 3.0.1
New Feature Highlights
* Sign assemblies with strong name (#212)
* Upgrade to NMS 2.0 (#214)
*****************************************************************************************
Release Version 3.0.0 Aug 2, 2021