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
36
36
readonly bool BuildEms = false ;
37
37
38
38
[ Parameter ( "Version" ) ]
39
- readonly string ProjectVersion = "3.0.0 " ;
39
+ readonly string ProjectVersion = "3.0.1 " ;
40
40
41
41
[ Solution ] readonly Solution Solution ;
42
42
[ GitRepository ] readonly GitRepository GitRepository ;
Original file line number Diff line number Diff line change @@ -2,6 +2,17 @@ SPRING.NET FRAMEWORK CHANGELOG
2
2
==============================
3
3
http://www.springframework.net
4
4
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
+
5
16
*****************************************************************************************
6
17
Release Version 3.0.0 Aug 2, 2021
7
18
You can’t perform that action at this time.
0 commit comments