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
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.Unitify/PackageReleaseNotes.txt
+41-36Lines changed: 41 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -1,86 +1,92 @@
1
-
Version: 10.0.4
1
+
Version: 10.0.5
2
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
-
3
+
4
+
# ALM
5
+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6
+
7
+
Version: 10.0.4
8
+
Availability: .NET 10 and .NET 9
9
+
10
+
# ALM
11
+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
12
+
7
13
Version: 10.0.3
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: 10.0.2
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: 10.0.1
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
Version: 10.0.0
26
32
Availability: .NET 10 and .NET 9
27
-
33
+
28
34
# ALM
29
35
- ADDED Support for TFM .NET 10 (LTS)
30
36
- REMOVED Support for TFM .NET 8 (LTS)
31
37
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
32
-
38
+
33
39
Version: 9.0.8
34
40
Availability: .NET 9 and .NET 8
35
-
41
+
36
42
# ALM
37
43
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
38
-
44
+
39
45
Version: 9.0.7
40
46
Availability: .NET 9 and .NET 8
41
-
47
+
42
48
# ALM
43
49
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
44
-
50
+
45
51
Version: 9.0.6
46
52
Availability: .NET 9 and .NET 8
47
-
53
+
48
54
# ALM
49
55
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
50
-
56
+
51
57
Version: 9.0.5
52
58
Availability: .NET 9 and .NET 8
53
-
59
+
54
60
# ALM
55
61
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
56
-
62
+
57
63
Version: 9.0.4
58
64
Availability: .NET 9 and .NET 8
59
-
65
+
60
66
# ALM
61
67
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
62
-
68
+
63
69
Version: 9.0.3
64
70
Availability: .NET 9 and .NET 8
65
-
71
+
66
72
# ALM
67
73
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
68
-
74
+
69
75
Version: 9.0.2
70
76
Availability: .NET 9 and .NET 8
71
-
77
+
72
78
# ALM
73
79
- CHANGED Dependencies to latest and greatest with respect to TFMs
74
-
80
+
75
81
Version: 9.0.1
76
82
Availability: .NET 9 and .NET 8
77
-
83
+
78
84
# ALM
79
85
- CHANGED Dependencies to latest and greatest with respect to TFMs
80
-
86
+
81
87
Version: 9.0.0
82
88
Availability: .NET 9 and .NET 8
83
-
89
+
84
90
# Breaking Changes
85
91
- REMOVED BitStorageCapacity class from the Codebelt.Unitify namespace
86
92
- REMOVED ByteStorageCapacity class from the Codebelt.Unitify namespace
@@ -92,7 +98,7 @@ Availability: .NET 9 and .NET 8
92
98
- REFACTORED UnitPrefix enum in the Codebelt.Unitify namespace to PrefixStyle that specifies ways that a string must be represented in terms of prefix style
93
99
- REFACTORED PrefixUnit class in the Codebelt.Unitify namespace to a non-abstract class that represents the prefix of a unit of measurement
94
100
- REFACTORED UnitPrefixFormatter class in the Codebelt.Unitify namespace to PrefixUnitFormatter that defines the string formatting of objects having an implementation of IPrefixUnit
95
-
101
+
96
102
# New Features
97
103
- ADDED BaseUnit struct in the Codebelt.Unitify namespace that represents a base unit of measurement, including its category, name, and symbol
98
104
- ADDED IBaseUnit interface in the Codebelt.Unitify namespace that defines a base unit of measure, including its category, name, and symbol
@@ -103,10 +109,10 @@ Availability: .NET 9 and .NET 8
103
109
- ADDED Unit class in the Codebelt.Unitify namespace that represents the base class from which all implementations of a unit of measure should derive
104
110
- ADDED UnitFactory class in the Codebelt.Unitify namespace that provides a set of static methods for generating different types of unit of measure and the option to define your own with CreateUnit
105
111
- ADDED UnitFormatter class in the Codebelt.Unitify namespace that defines the string formatting of objects having an implementation of IUnit
106
-
112
+
107
113
Version: 6.0.0
108
114
Availability: .NET Standard 2.0, .NET 5.0
109
-
115
+
110
116
# New Features
111
117
- ADDED BinaryPrefix class in the Codebelt.Unitify namespace that defines a binary unit prefix for multiples of measurement for data that refers strictly to powers of 2
112
118
- ADDED BitStorageCapacity class in the Codebelt.Unitify namespace that represent a table of both binary and metric prefixes for a BitUnit
@@ -124,19 +130,18 @@ Availability: .NET Standard 2.0, .NET 5.0
124
130
- ADDED StorageCapacity class in the Codebelt.Unitify namespace that provides a way to represent a table of both binary and metric prefixes that precedes a unit of measure optimized for storage capacity measurement standards
125
131
- ADDED StorageCapacityOptions class in the Codebelt.Unitify namespace that specifies options related to StorageCapacity
126
132
- ADDED PrefixUnit class in the Codebelt.Unitify namespace that represents the base class from which all implementations of a unit of measurement should derive
127
-
133
+
128
134
# Improvements
129
135
- CHANGED BinaryPrefix in the Codebelt.Unitify namespace from struct to sealed class
130
136
- CHANGED DecimalPrefix in the Codebelt.Unitify namespace from struct to sealed class
131
137
- REFACTORED MultipleTable in the Codebelt.Unitify namespace to be more generic and moved non-generic functionality to the new StorageCapacity class
132
138
- CHANGED BitUnit in the Codebelt.Unitify namespace from struct to sealed class
133
139
- CHANGED ByteUnit in the Codebelt.Unitify namespace from struct to sealed class
134
-
140
+
135
141
# Quality Analysis Actions
136
142
- FIXED UnitPrefixFormatter class in the Codebelt.Unitify namespace to be compliant with https://rules.sonarsource.com/csharp/RSPEC-927
137
143
- CHANGED BinaryPrefix class in the Codebelt.Unitify namespace to have 0 duplicated blocks of lines of code
138
144
- CHANGED DecimalPrefix class in the Codebelt.Unitify namespace to have 0 duplicated blocks of lines of code
139
145
- CHANGED BitUnit class in the Codebelt.Unitify namespace to have 0 duplicated blocks of lines of code
140
146
- CHANGED ByteUnit class in the Codebelt.Unitify namespace to have 0 duplicated blocks of lines of code
141
147
- CHANGED UnitPrefixFormatter class in the Codebelt.Unitify namespace to be compliant with https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1822
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,18 @@ For more details, please refer to `PackageReleaseNotes.txt` on a per assembly ba
7
7
> [!NOTE]
8
8
> Changelog entries prior to version 9.0.0 was migrated from previous versions of [Cuemon.Core](https://github.com/gimlichael/Cuemon/commit/83e0c7af2cdaa07351e878fa7276558838f2e7e6).
9
9
10
+
## [10.0.5] - 2026-03-25
11
+
12
+
This is a patch release focusing on dependency upgrades across all supported target frameworks, modernization of build tooling, updates to documentation infrastructure, and expanded package management coverage.
13
+
14
+
### Changed
15
+
16
+
- Codebelt.Extensions.Xunit.App upgraded from 11.0.7 to 11.0.8 for unit test support,
17
+
- Cuemon.Core upgraded from 10.4.0 to 10.5.0 with latest improvements across all supported target frameworks (.NET 10 and .NET 9),
18
+
- docfx base image updated from 2.78.4 to 2.78.5 for improved documentation generation,
19
+
- Service update workflow improved with clarified formatting and consistency standards,
20
+
- NuGet package update detection extended to include Carter package mapping for Codebelt.Extensions.Carter.
21
+
10
22
## [10.0.4] - 2026-02-28
11
23
12
24
This is a service update that focuses on package dependencies.
@@ -125,3 +137,21 @@ This is a service update that primarily focuses on package dependencies and mino
125
137
- BitUnit class in the Codebelt.Unitify namespace to have 0 duplicated blocks of lines of code
126
138
- ByteUnit class in the Codebelt.Unitify namespace to have 0 duplicated blocks of lines of code
127
139
- UnitPrefixFormatter class in the Codebelt.Unitify namespace to be compliant with https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1822
Copy file name to clipboardExpand all lines: Directory.Build.targets
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,7 @@
1
1
<Project>
2
2
<TargetName="PreparePackageReleaseNotesFromFile"BeforeTargets="GenerateNuspec"Condition="'$(IsTestProject)' == 'false' AND Exists('$(PackageReleaseNotesFile)')">
0 commit comments