File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change @@ -2,6 +2,17 @@ SPRING.NET FRAMEWORK CHANGELOG
22==============================
33http://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*****************************************************************************************
617Release Version 3.0.0 Aug 2, 2021
718
You can’t perform that action at this time.
0 commit comments