Skip to content

Commit 8a5410a

Browse files
committed
Release 3.0.1 preparations
1 parent 63aa4b2 commit 8a5410a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

build-support/nuke-build/Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ partial class Build : NukeBuild
3636
readonly bool BuildEms = false;
3737

3838
[Parameter("Version")]
39-
readonly string ProjectVersion = "3.0.0";
39+
readonly string ProjectVersion = "3.0.1";
4040

4141
[Solution] readonly Solution Solution;
4242
[GitRepository] readonly GitRepository GitRepository;

changelog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ SPRING.NET FRAMEWORK CHANGELOG
22
==============================
33
http://www.springframework.net
44

5+
*****************************************************************************************
6+
Release Version 3.0.1 Dec 6, 2022
7+
8+
Release Notes - Spring.NET - Version 3.0.1
9+
10+
New Feature Highlights
11+
12+
* Sign assemblies with strong name (#212)
13+
* Upgrade to NMS 2.0 (#214)
14+
15+
516
*****************************************************************************************
617
Release Version 3.0.0 Aug 2, 2021
718

0 commit comments

Comments
 (0)