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

Commit b6779bd

Browse files
committedApr 8, 2020
chore: v0.7 stable release
1 parent f17b102 commit b6779bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
[Readme section](https://github.com/AArnott/CodeGeneration.Roslyn#create-the-metapackage) ([#205]).
2020

2121
### Changed
22+
* Readme demo is now simpler, and suggests usage of Templates package, and Sdks.
2223
* .NET Core SDK version bumped to `3.1.100` ([#178]).
2324
* `Attributes` package now targets `net20;net40` in addition to `netstandard1.0` ([#178]).
2425
* Tool now has `RollForward=Major` policy to allow it to run on newer runtimes than 2.x,
@@ -28,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2829
* ItemGroup now should contain full path to generator dll (previously it was a containing folder path)
2930
* Old behavior has a compat-plug for now and the paths are searched for any dll, and those found are added to new ItemGroup.
3031
* 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].
31-
* `dotnet-codegen` package is now `CodeGeneration.Roslyn.Tool` and is build very differently;
32+
* `dotnet-codegen` package is now `CodeGeneration.Roslyn.Tool` and is built very differently;
3233
also it includes build assets from `BuildTime` package ([#198]).
3334

3435
### Removed

‎src/version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.7-alpha",
3+
"version": "0.7",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$", // we release out of master
66
"^refs/tags/v\\d\\.\\d" // we also release tags starting with vN.N

0 commit comments

Comments
 (0)
Failed to load comments.