diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd2129a..cd13e4b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [4.0.0-beta.30] - 2022-10-04 +## [4.0.0-beta.1] - 2022-10-05 ### Changed - Dropped support for .NET Framework 4.5. We now only provide support for the .NET Framework 4.6, .NET 6 and .NET Standard 2.0. @@ -20,7 +20,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Changed type of parameters argument in `Request` constructor from `IEnumerable` to `IReadOnlyList`. - Changed type of parameters argument in `IResolutionRoot.CreateRequest(...)` from `IEnumerable` to `IReadOnlyList`. - Changed type of parameters argument in `KernelBase.CreateRequest(...)` from `IEnumerable` to `IReadOnlyList`. -- Changed type of parameters argument in `ReadOnlyKernel.CreateRequest(...)` from `IEnumerable` to `IReadOnlyList`. - Changed type of Parameters property in `IBindingConfiguration` (and implementing classes) from `ICollection` to `IList`. - Changed type of Parameters property in `Request` and `Context` from `IEnumerable` to `IReadOnlyList`. - Added a `object ResolveSingle(IRequest request)` method to `IResolutionRoot` which is optimized for resolving a single instance of a given service. diff --git a/version.json b/version.json index fae5c2d5..20e02223 100644 --- a/version.json +++ b/version.json @@ -1,15 +1,15 @@ { - "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "4.0.0-beta.{height}", + "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", + "version": "4.0.0-beta.1", + "nuGetPackageVersion": { + "semVer": 2.0 + }, + "publicReleaseRefSpec": [ + "^refs/tags/\\d+\\.\\d+\\.\\d+" + ], "cloudBuild": { "buildNumber": { "enabled": true } - }, - "nugetPackageVersion": { - "semVer": 2 - }, - "publicReleaseRefSpec": [ - "^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N - ] + } } \ No newline at end of file