Skip to content

Commit

Permalink
Prepare release 1.0.7-preview [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Buildvana committed Nov 25, 2022
1 parent 1fa7d88 commit 6e5a549
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### New features

- The [`Nerdbank.GitVersioning`](https://github.com/dotnet/Nerdbank.GitVersioning) package is now automatically referenced if either a `version.json` or a `.version.json` file is found looking from the project directory up until `HomeDirectory`. To disable this behavior, set `UseNerdbankGitVersioning` to `false` either in your project file or in a `Common.props` file. To issue an error `BVSDK2000` if a version JSON file is _not_ found, set `UseNerdbankGitVersioning` to `true` either in your project file or in a `Common.props` file.

### Changes to existing features

- Errors and warnings issued by Buildvana SDK are no longer prefixed differently: `BVSDK` is the new prefix for all diagnostics.

### Bugs fixed in this release

### Known problems introduced by this release

## [1.0.6-preview](https://github.com/Tenacom/Buildvana.Sdk/releases/tag/1.0.6-preview) (2022-11-25)

### New features

- The [`Nerdbank.GitVersioning`](https://github.com/dotnet/Nerdbank.GitVersioning) package is now automatically referenced if either a `version.json` or a `.version.json` file is found looking from the project directory up until `HomeDirectory`. To disable this behavior, set `UseNerdbankGitVersioning` to `false` either in your project file or in a `Common.props` file. To issue an error `BVSDK2000` if a version JSON file is _not_ found, set `UseNerdbankGitVersioning` to `true` either in your project file or in a `Common.props` file.

### Changes to existing features

- Errors and warnings issued by Buildvana SDK are no longer prefixed differently: `BVSDK` is the new prefix for all diagnostics.

## [1.0.0-alpha.23](https://github.com/Tenacom/Buildvana.Sdk/releases/tag/1.0.0-alpha.23) (2022-11-13)

### New features
Expand Down

0 comments on commit 6e5a549

Please sign in to comment.