Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Versionize Bot committed Mar 9, 2023
1 parent c209e83 commit 9ebfd11
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.

<a name="1.3.0"></a>
## [1.3.0](https://www.github.com/ViMaSter/service-scorecard-generator/releases/tag/v1.3.0) (2023-3-9)

### Features

* **ProperDockerfile:** 100 points if `dotnet build` or `dotnet publish` exists ([c209e83](https://www.github.com/ViMaSter/service-scorecard-generator/commit/c209e8361b9909e3e37c44a3c4005a6e0b8e4f12))

### Other

* **deps:** bump NUnit3TestAdapter in /ScorecardGenerator.Test ([eeed8bb](https://www.github.com/ViMaSter/service-scorecard-generator/commit/eeed8bb30dc3c06e4cfb364f64f1b31b41b25ae9))
* **README:** Updated "Usage" chapter to use binaries via "dotnet tool install" instead of source ([a4e7b03](https://www.github.com/ViMaSter/service-scorecard-generator/commit/a4e7b03feebd57f66cb5fccb1c305ed7a7cd20ee))

<a name="1.2.0"></a>
## [1.2.0](https://www.github.com/ViMaSter/service-scorecard-generator/releases/tag/v1.2.0) (2023-2-28)

Expand Down
2 changes: 1 addition & 1 deletion ScorecardGenerator/ScorecardGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<PackAsTool>true</PackAsTool>
<PackageOutputPath>./nupkg</PackageOutputPath>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
Expand Down

0 comments on commit 9ebfd11

Please sign in to comment.