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

Commit

Permalink
chore: v0.7 stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 committed Apr 8, 2020
1 parent f17b102 commit b6779bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[Readme section](https://github.com/AArnott/CodeGeneration.Roslyn#create-the-metapackage) ([#205]).

### Changed
* Readme demo is now simpler, and suggests usage of Templates package, and Sdks.
* .NET Core SDK version bumped to `3.1.100` ([#178]).
* `Attributes` package now targets `net20;net40` in addition to `netstandard1.0` ([#178]).
* Tool now has `RollForward=Major` policy to allow it to run on newer runtimes than 2.x,
Expand All @@ -28,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* ItemGroup now should contain full path to generator dll (previously it was a containing folder path)
* Old behavior has a compat-plug for now and the paths are searched for any dll, and those found are added to new ItemGroup.
* When using P2P generator (same solution), a consuming project needs to add an attribute `OutputItemType="CodeGenerationRoslynPlugin"` to the `ProjectReference` of the generator project. See [v0.7 migration guide].
* `dotnet-codegen` package is now `CodeGeneration.Roslyn.Tool` and is build very differently;
* `dotnet-codegen` package is now `CodeGeneration.Roslyn.Tool` and is built very differently;
also it includes build assets from `BuildTime` package ([#198]).

### Removed
Expand Down
2 changes: 1 addition & 1 deletion src/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.7-alpha",
"version": "0.7",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/tags/v\\d\\.\\d" // we also release tags starting with vN.N
Expand Down

0 comments on commit b6779bd

Please sign in to comment.