diff --git a/.github/workflows/PublishNugetPackage.yml b/.github/workflows/PublishNugetPackage.yml index 4f5521d..9eea364 100644 --- a/.github/workflows/PublishNugetPackage.yml +++ b/.github/workflows/PublishNugetPackage.yml @@ -33,7 +33,7 @@ jobs: - name: Publish run: dotnet pack -c Release - name: Push to Nuget - run: dotnet nuget push ./Nick.RobotsParser/bin/Release/Nick.RobotsParser.2.0.7.nupkg --api-key ${{ secrets.NUGETAPIKEY }} -s https://api.nuget.org/v3/index.json + run: dotnet nuget push ./Nick.RobotsParser/bin/Release/Nick.RobotsParser.2.0.8.nupkg --api-key ${{ secrets.NUGETAPIKEY }} -s https://api.nuget.org/v3/index.json Create_Release: needs: Test @@ -45,8 +45,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: v2.0.7 - release_name: v2.0.7 + tag_name: v2.0.8 + release_name: v2.0.8 draft: false prerelease: false diff --git a/Nick.RobotsParser/Nick.RobotsParser.csproj b/Nick.RobotsParser/Nick.RobotsParser.csproj index 17069c8..88a747c 100644 --- a/Nick.RobotsParser/Nick.RobotsParser.csproj +++ b/Nick.RobotsParser/Nick.RobotsParser.csproj @@ -5,7 +5,7 @@ enable enable Nick.RobotsParser - 2.0.7 + 2.0.8 Nicholas Bergesen Nicholas Bergesen diff --git a/README.md b/README.md index b7de0e0..8c18120 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ **Nuget Page**: https://www.nuget.org/packages/Nick.RobotsParser/ ## Install options -- Install-Package Nick.RobotsParser -Version 2.0.7 -- dotnet add package Nick.RobotsParser --version 2.0.7 +- Install-Package Nick.RobotsParser -Version 2.0.8 +- dotnet add package Nick.RobotsParser --version 2.0.8 ## Example Snippets ### Load robots.txt