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/Build/Build.cs b/Build/Build.cs index aaa54e1..6b24085 100644 --- a/Build/Build.cs +++ b/Build/Build.cs @@ -3,7 +3,7 @@ using ricaun.Nuke; using ricaun.Nuke.Components; -class Build : NukeBuild, IPublishPack, ITest +class Build : NukeBuild, IPublishPack, ITest, IPrePack { public static int Main() => Execute(x => x.From().Build); } \ No newline at end of file diff --git a/Build/Build.csproj b/Build/Build.csproj index 8148d40..459bd84 100644 --- a/Build/Build.csproj +++ b/Build/Build.csproj @@ -1,7 +1,7 @@  Exe - net7.0 + net8.0 CS0649;CS0169 . diff --git a/CHANGELOG.md b/CHANGELOG.md index fd1a699..feaf56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.1.0] / 2024-12-16 +### Updates +- Update `Build` prerelease + ## [1.0.1] / 2023-09-19 - `Certificate` features `GetSignedFileSubject` and `GetSignedFileIssuer` @@ -11,5 +15,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - First Release [vNext]: ../../compare/1.0.0...HEAD +[1.1.0]: ../../compare/1.0.1...1.1.0 [1.0.1]: ../../compare/1.0.0...1.0.1 [1.0.0]: ../../compare/1.0.0 \ No newline at end of file diff --git a/README.md b/README.md index 61b13dc..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 @@ -60,7 +59,7 @@ The [signfile.pfx](ricaun.Security.WinTrust.Tests/signfile) is a dummy certifica ## License -This project is [licensed](LICENSE) under the [MIT Licence](https://en.wikipedia.org/wiki/MIT_License). +This project is [licensed](LICENSE) under the [MIT License](https://en.wikipedia.org/wiki/MIT_License). --- diff --git a/ricaun.Security.WinTrust.Tests/ricaun.Security.WinTrust.Tests.csproj b/ricaun.Security.WinTrust.Tests/ricaun.Security.WinTrust.Tests.csproj index 899fa1c..cf89b49 100644 --- a/ricaun.Security.WinTrust.Tests/ricaun.Security.WinTrust.Tests.csproj +++ b/ricaun.Security.WinTrust.Tests/ricaun.Security.WinTrust.Tests.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/ricaun.Security.WinTrust/ricaun.Security.WinTrust.csproj b/ricaun.Security.WinTrust/ricaun.Security.WinTrust.csproj index 3f8eea4..5f6c1d7 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.0.1 + 1.1.0 {AC121D4A-F00B-4B94-AD1B-ED7665C4803A}