Skip to content

Commit

Permalink
chore: update sonarscanner version
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2000 committed Jul 2, 2024
1 parent 2fcfc86 commit 0b673d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,25 @@
All notable changes to this project will be documented in this file. See [versionize](https://github.com/saintedlama/versionize) for commit guidelines.

## [0.3.2] - 2020-12-03

### Added

- Added documentation site

## [0.3.1] - 2020-11-26

### Changed

- Resolved issue with CI package release

## [0.3.0] - 2019-12-03

### Added

- Added tests for all public classes

### Changed

- Refactored generated code to latest C# 9 features

## 0.2.2 (2019-1-25)
Expand All @@ -23,7 +30,6 @@ All notable changes to this project will be documented in this file. See [versio

### Bug Fixes

* add parentheses for precedence clarity
- add parentheses for precedence clarity

## 0.2.0 (2019-1-24)

2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="Nuke.Common" Version="8.0.0" />
<PackageDownload Include="GitVersion.Tool" Version="[6.0.0-rc.1]" />
<PackageDownload Include="dotnet-sonarscanner" Version="[6.0.0]" />
<PackageDownload Include="dotnet-sonarscanner" Version="[5.15.0]" />
</ItemGroup>

</Project>

0 comments on commit 0b673d8

Please sign in to comment.