Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit edf706b

Browse files
committed
docs: Add a changelog entry about RollForward
1 parent 8ad7427 commit edf706b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Changed
1515
* .NET Core SDK version bumped to `3.1.100` ([#178]).
1616
* `Attributes` package now targets `net20;net40` in addition to `netstandard1.0` ([#178]).
17+
* `dotnet-codegen` now has `RollForward=Major` policy to allow it to run on newer runtimes than 2.x,
18+
e.g. .NET Core SDK v3.x *only* should suffice for most usage scenarios ([#178]).
1719

1820
[#178]: https://github.com/AArnott/CodeGeneration.Roslyn/pull/178
1921

@@ -23,4 +25,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2325
See https://github.com/AArnott/CodeGeneration.Roslyn/releases/tag/v0.6.1
2426

2527
[Unreleased]: https://github.com/amis92/RecordGenerator/compare/v0.6.1...HEAD
26-
[0.6.1]: #061---2019-06-16
28+
[0.6.1]: #061---2019-06-16

0 commit comments

Comments
 (0)