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

Commit 12884f7

Browse files
authored
docs: Add templates and metapackage to Changelog
1 parent 582da8a commit 12884f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
> ⚠ There are major changes, please look at [v0.7 migration guide].
1111
1212
### Added
13+
* Template pack for dotnet new: `dotnet new -i CodeGeneration.Roslyn.Templates`
1314
* Various samples in `samples` folder
1415
* GitHub Actions CI
1516
* Support for plugin dependencies! 🎉 ([#156]).
1617
* Plugins (generators) are now easier to build using `CodeGeneration.Roslyn.Plugin.Sdk` MSBuildSdk package ([#113]).
18+
* Plugins are now easier to distribute using `CodeGeneration.Roslyn.PluginMetapackage.Sdk` MSBuildSdk package, see
19+
[Readme section](https://github.com/AArnott/CodeGeneration.Roslyn#create-the-metapackage) ([#205]).
1720

1821
### Changed
1922
* .NET Core SDK version bumped to `3.1.100` ([#178]).
@@ -36,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3639
[#156]: https://github.com/AArnott/CodeGeneration.Roslyn/pull/156
3740
[#178]: https://github.com/AArnott/CodeGeneration.Roslyn/pull/178
3841
[#198]: https://github.com/AArnott/CodeGeneration.Roslyn/pull/198
42+
[#205]: https://github.com/AArnott/CodeGeneration.Roslyn/pull/205
3943
[v0.7 migration guide]: https://github.com/AArnott/CodeGeneration.Roslyn/wiki/Migrations#v07
4044

4145

0 commit comments

Comments
 (0)