File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 4.0.0-beta.30 ] - 2022-10-04
7+ ## [ 4.0.0-beta.1 ] - 2022-10-05
88
99### Changed
1010- 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.
2020- Changed type of parameters argument in ` Request ` constructor from ` IEnumerable<IParameter> ` to ` IReadOnlyList<IParameter> ` .
2121- Changed type of parameters argument in ` IResolutionRoot.CreateRequest(...) ` from ` IEnumerable<IParameter> ` to ` IReadOnlyList<IParameter> ` .
2222- Changed type of parameters argument in ` KernelBase.CreateRequest(...) ` from ` IEnumerable<IParameter> ` to ` IReadOnlyList<IParameter> ` .
23- - Changed type of parameters argument in ` ReadOnlyKernel.CreateRequest(...) ` from ` IEnumerable<IParameter> ` to ` IReadOnlyList<IParameter> ` .
2423- Changed type of Parameters property in ` IBindingConfiguration ` (and implementing classes) from ` ICollection<IParameter> ` to ` IList<IParameter> ` .
2524- Changed type of Parameters property in ` Request ` and ` Context ` from ` IEnumerable<IParameter> ` to ` IReadOnlyList<IParameter> ` .
2625- Added a ` object ResolveSingle(IRequest request) ` method to ` IResolutionRoot ` which is optimized for resolving a single instance of a given service.
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3- "version" : " 4.0.0-beta.{height}" ,
2+ "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3+ "version" : " 4.0.0-beta.1" ,
4+ "nuGetPackageVersion" : {
5+ "semVer" : 2.0
6+ },
7+ "publicReleaseRefSpec" : [
8+ " ^refs/tags/\\ d+\\ .\\ d+\\ .\\ d+"
9+ ],
410 "cloudBuild" : {
511 "buildNumber" : {
612 "enabled" : true
713 }
8- },
9- "nugetPackageVersion" : {
10- "semVer" : 2
11- },
12- "publicReleaseRefSpec" : [
13- " ^refs/tags/v\\ d+\\ .\\ d+" // we also release tags starting with vN.N
14- ]
14+ }
1515}
You can’t perform that action at this time.
0 commit comments