diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index ad992a2..57e149f 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -19,19 +19,11 @@ jobs: steps: - uses: actions/checkout@v1 - - name: NuGet Setup - uses: actions/setup-dotnet@v2 - with: - dotnet-version: | - 6.0.x - 7.0.x - - name: "NuGet Add Source Organization" - run: if ("${{ secrets.ORGANIZATION_SOURCE_PACKAGE_PASSWORD }}" -ne "") { dotnet nuget add source --username ${{ secrets.ORGANIZATION_SOURCE_PACKAGE_USERNAME }} --password ${{ secrets.ORGANIZATION_SOURCE_PACKAGE_PASSWORD }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/${{github.repository_owner}}/index.json" } - - name: Run './build/build.cmd' run: ./build/build.cmd --root ./build env: GitHubToken: ${{ secrets.GITHUB_TOKEN }} SignFile: ${{ secrets.SIGN_FILE }} SignPassword: ${{ secrets.SIGN_PASSWORD }} - InstallationFiles: ${{ secrets.INSTALLATION_FILES }} \ No newline at end of file + NugetApiUrl: ${{ secrets.NUGET_API_URL }} + NugetApiKey: ${{ secrets.NUGET_API_KEY }} \ No newline at end of file diff --git a/README.md b/README.md index 7a4c15f..e72d93e 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ [![Nuke](https://img.shields.io/badge/Nuke-Build-blue)](https://nuke.build/) [![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Build](https://github.com/ricaun-io/ricaun.Security.WinTrust/actions/workflows/Build.yml/badge.svg)](https://github.com/ricaun-io/ricaun.Security.WinTrust/actions) -[![.NET Framework 4.5](https://img.shields.io/badge/.NET%20Framework%204.5-blue.svg)](https://github.com/ricaun-io/ricaun.Security.WinTrust) -[![.NET Standard 2.0](https://img.shields.io/badge/.NET%20Standard%202.0-blue.svg)](https://github.com/ricaun-io/ricaun.Security.WinTrust) +[![nuget](https://img.shields.io/nuget/v/ricaun.Security.WinTrust?logo=nuget&label=nuget&color=blue)](https://www.nuget.org/packages/ricaun.Security.WinTrust) ## Description diff --git a/ricaun.Security.WinTrust/ricaun.Security.WinTrust.csproj b/ricaun.Security.WinTrust/ricaun.Security.WinTrust.csproj index 84b7dfc..c3535d3 100644 --- a/ricaun.Security.WinTrust/ricaun.Security.WinTrust.csproj +++ b/ricaun.Security.WinTrust/ricaun.Security.WinTrust.csproj @@ -33,7 +33,7 @@ ricaun.Security.WinTrust - 1.1.0-alpha + 1.1.0-rc {AC121D4A-F00B-4B94-AD1B-ED7665C4803A}