You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⬆️ upgrade NuGet deps to 9.0.14 (net9) and 10.0.5 (net10); coverlet to 8.0.1
👷 bump CI to jobs-nuget-push@v3, split Docker test envs for net9/net10
🔨 simplify PackageReleaseNotes injection via System.IO.File::ReadAllText
➕ extend bump-nuget.py with carter → Codebelt.Extensions.Carter mapping
🐟 bump DocFX image from 2.78.4 to 2.78.5
📦 update package release notes for v5.0.6
💬 update changelog for v5.0.6 with compare-link footer
Copy file name to clipboardExpand all lines: .github/workflows/service-update.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ jobs:
70
70
for f in .nuget/*/PackageReleaseNotes.txt; do
71
71
[ -f "$f" ] || continue
72
72
TFM=$(grep -m1 "^Availability:" "$f" | sed 's/Availability: //' || echo ".NET 10, .NET 9 and .NET Standard 2.0")
73
-
ENTRY="Version: ${NEW}\nAvailability: ${TFM}\n\n# ALM\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\n"
73
+
ENTRY="Version: ${NEW}\nAvailability: ${TFM}\n\n# ALM\n- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)\n\n"
Copy file name to clipboardExpand all lines: .nuget/Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt
+55-50Lines changed: 55 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -1,111 +1,117 @@
1
+
Version: 5.0.6
2
+
Availability: .NET 10 and .NET 9
3
+
4
+
# ALM
5
+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6
+
1
7
Version: 5.0.5
2
8
Availability: .NET 10 and .NET 9
3
-
9
+
4
10
# ALM
5
11
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6
-
12
+
7
13
Version: 5.0.4
8
14
Availability: .NET 10 and .NET 9
9
-
15
+
10
16
# ALM
11
17
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
12
-
18
+
13
19
Version: 5.0.3
14
20
Availability: .NET 10 and .NET 9
15
-
21
+
16
22
# ALM
17
23
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
18
-
24
+
19
25
Version: 5.0.2
20
26
Availability: .NET 10 and .NET 9
21
-
27
+
22
28
# ALM
23
29
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
24
-
30
+
25
31
# Bug Fixes
26
32
- FIXED MinimalConsoleProgram class in the Codebelt.Bootstrapper.Console namespace so it also supports generics like its ConsoleProgram counterpart (but limited to ProgramRoot)
27
-
33
+
28
34
Version: 5.0.1
29
35
Availability: .NET 10 and .NET 9
30
-
36
+
31
37
# ALM
32
38
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
33
-
39
+
34
40
# Bug Fixes
35
41
- FIXED ConsoleHostedService class in the Codebelt.Bootstrapper.Console namespace to properly handle suppression of host lifetime status messages when configured to do so
36
42
- FIXED MinimalConsoleHostedService class in the Codebelt.Bootstrapper.Console namespace to properly handle suppression of host lifetime status messages when configured to do so
37
-
43
+
38
44
Version: 5.0.0
39
45
Availability: .NET 10 and .NET 9
40
-
46
+
41
47
# ALM
42
48
- ADDED Support for TFM .NET 10 (LTS)
43
49
- REMOVED Support for TFM .NET 8 (LTS)
44
50
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
45
-
51
+
46
52
Version: 4.0.6
47
53
Availability: .NET 9 and .NET 8
48
-
54
+
49
55
# ALM
50
56
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
51
-
57
+
52
58
Version: 4.0.5
53
59
Availability: .NET 9 and .NET 8
54
-
60
+
55
61
# ALM
56
62
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
57
-
63
+
58
64
Version: 4.0.4
59
65
Availability: .NET 9 and .NET 8
60
-
66
+
61
67
# ALM
62
68
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
63
-
69
+
64
70
Version: 4.0.3
65
71
Availability: .NET 9 and .NET 8
66
-
72
+
67
73
# ALM
68
74
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
69
-
75
+
70
76
Version: 4.0.2
71
77
Availability: .NET 9 and .NET 8
72
-
78
+
73
79
# ALM
74
80
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
75
-
81
+
76
82
Version: 4.0.1
77
83
Availability: .NET 9 and .NET 8
78
-
84
+
79
85
# ALM
80
86
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
81
-
87
+
82
88
Version: 4.0.0
83
89
Availability: .NET 9 and .NET 8
84
-
90
+
85
91
# ALM
86
92
- CHANGED Dependencies to latest and greatest with respect to TFMs
87
-
93
+
88
94
# Breaking Changes
89
95
- CHANGED UseBootstrapperProgram method on the HostApplicationBuilderExtensions class in the Codebelt.Bootstrapper.Console namespace to extend IHostApplicationBuilder instead of HostApplicationBuilder
90
96
- CHANGED UseMinimalConsoleProgram method on the HostApplicationBuilderExtensions class in the Codebelt.Bootstrapper.Console namespace to extend IHostApplicationBuilder instead of HostApplicationBuilder
91
-
97
+
92
98
Version: 3.0.1
93
99
Availability: .NET 9 and .NET 8
94
-
100
+
95
101
# ALM
96
102
- CHANGED Dependencies to latest and greatest with respect to TFMs
97
-
103
+
98
104
Version: 3.0.0
99
105
Availability: .NET 9 and .NET 8
100
-
106
+
101
107
# ALM
102
108
- CHANGED Dependencies to latest and greatest with respect to TFMs
103
109
- REMOVED Support for TFM .NET 6 (LTS)
104
-
110
+
105
111
# Breaking Changes
106
112
- REMOVED Run (abstract method) from the ConsoleStartup class located in the Codebelt.Bootstrapper.Console namespace
107
113
- REMOVED ILogger{TStartup} argument from the ConsoleHostedService class in the Codebelt.Bootstrapper.Console namespace
108
-
114
+
109
115
# New Features
110
116
- ADDED RunAsync (abstract method) to the ConsoleStartup class in the Codebelt.Bootstrapper.Console namespace
111
117
- ADDED ConfigureConsole (virtual method) to the ConsoleStartup class in the Codebelt.Bootstrapper.Console namespace
@@ -114,56 +120,55 @@ Availability: .NET 9 and .NET 8
114
120
- ADDED MinimalConsoleHostedService class in the Codebelt.Bootstrapper.Console namespace that provides a console application that is managed by its host
115
121
- ADDED MinimalConsoleProgram class in the Codebelt.Bootstrapper.Console namespace that provides the base entry point of an application optimized for console applications
116
122
- ADDED ProgramFactory class in the Codebelt.Bootstrapper.Console namespace that is the default implementation of IProgramFactory
117
-
123
+
118
124
# Improvements
119
125
- CHANGED ConsoleHostedService class in the Codebelt.Bootstrapper.Console namespace to provide a significantly better developer experience
120
-
126
+
121
127
Version: 2.0.0
122
128
Availability: .NET 6.0 and .NET 8.0
123
-
129
+
124
130
# ALM
125
131
- REMOVED TFM for net7.0
126
132
- CHANGED Dependencies to latest and greatest with respect to TFMs
127
-
133
+
128
134
Version: 1.3.0
129
135
Availability: .NET 6.0, .NET 7.0, .NET 8.0
130
-
136
+
131
137
# ALM
132
138
- CHANGED Dependencies to latest and greatest
133
-
139
+
134
140
Version: 1.2.0
135
141
Availability: .NET 6.0, .NET 7.0, .NET 8.0
136
-
142
+
137
143
# ALM
138
144
- ADDED TFM for net8.0
139
145
- CHANGED Dependencies to latest and greatest with respect to TFMs
140
-
146
+
141
147
Version: 1.1.0
142
148
Availability: .NET 6.0, .NET 7.0
143
-
149
+
144
150
# ALM
145
151
- ADDED TFM for .NET 7
146
152
- CHANGED Dependencies to latest and greatest with respect to TFM
147
-
153
+
148
154
Version: 1.0.1
149
155
Availability: .NET 5.0, .NET 6.0
150
-
156
+
151
157
# ALM
152
158
- ADDED TFM for .NET 6
153
159
- CHANGED Dependencies to latest and greatest with respect to TFM
154
-
160
+
155
161
# Breaking Changes
156
162
- CHANGED namespace from Codebelt.Bootstrapper.Common to Codebelt.Bootstrapper.Console
157
-
163
+
158
164
# Bug Fixes
159
165
- FIXED non-critical bug in the ConsoleHostedService class located in the Codebelt.Bootstrapper.Console namespace
160
-
166
+
161
167
Version: 1.0.0
162
168
Availability: .NET 5.0
163
-
169
+
164
170
# New Features
165
171
- ADDED ConsoleHostedService class in the Codebelt.Bootstrapper.Common namespace that provides a console application that is managed by its host
166
172
- ADDED ConsoleProgram class in the Codebelt.Bootstrapper.Common namespace that is the base entry point of an application responsible for registering its ConsoleStartup partner
167
173
- ADDED ConsoleStartup interface in the Codebelt.Bootstrapper.Common namespace that provides the base class of a conventional based Startup class for a console application
168
174
- ADDED HostBuilderExtensions class in the Codebelt.Bootstrapper.Common namespace that consist of extension methods for the IHostBuilder interface: UseConsoleStartup
0 commit comments