Skip to content

Commit f4c4bfc

Browse files
committed
release: 6.2.0
Bump build/version.props VersionMinor 1 -> 2 (6.2.0.0 via VersionPrefix; the explicit AssemblyVersion / FileVersion / InformationalVersion added in 5b99b90 follow the same source of truth, no further change needed) and stamp the CHANGELOG [6.2.0] entry with the release date 2026-09-12, replacing the Unreleased placeholder note. The [6.2.0] entry carries the window's full delivery: the committed scope of R2-04 (F6-01 OrderedMultiList<T>, plus the two breaking changes M6-05 and F6-10 documented in the Breaking section) and the ten items later ruled in by explicit user decision (F6-02, F6-11, F6-21, F6-22, M6-06, M6-07, M6-08, M6-09, M6-13, P6-02, P6-03, P6-04, E6-03). Test baseline: Multi 772/772, Paginable 184/184; full-solution Release build clean, no new CS warnings.
1 parent 5ec6220 commit f4c4bfc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ All notable changes to the `DotNetCore.Collections` packages are documented here
44
Versions follow [Semantic Versioning](https://semver.org/); every package in this
55
repository ships the same version (see `build/version.props`).
66

7-
## [6.2.0] - Unreleased
7+
## [6.2.0] - 2026-09-12
88

9-
Unreleased. The date is filled in when the release is tagged; entries land here as the work
10-
completes.
9+
Release covering both shipped modules (`Paginable` and `Multi`); every package ships version
10+
`6.2.0.0` (see `build/version.props`).
1111

1212
### Added
1313

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionMajor>6</VersionMajor>
4-
<VersionMinor>1</VersionMinor>
4+
<VersionMinor>2</VersionMinor>
55
<VersionPatch>0</VersionPatch>
66
<VersionQuality>0</VersionQuality>
77
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch).$(VersionQuality)</VersionPrefix>

0 commit comments

Comments
 (0)