Skip to content

Commit

Permalink
Updated version and removed SonarQube step
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvs97 committed Jun 5, 2021
1 parent b862d9a commit 89a3726
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v1.5
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion AspNetCore.ReCaptcha/AspNetCore.ReCaptcha.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<PackageId>AspNetCore.ReCaptcha</PackageId>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<Authors>Michaelvs97,sleeuwen</Authors>
<Description>Google ReCAPTCHA v2/v3 Library for .NET Core 3.x/5.x</Description>
<PackageDescription>Google ReCAPTCHA v2/v3 Library for .NET Core 3.x/5.x</PackageDescription>
Expand Down

0 comments on commit 89a3726

Please sign in to comment.