Skip to content

Releases: ricaun-io/ricaun.Nuke

1.9.0-beta.9

18 Dec 15:18
Compare
Choose a tag to compare
1.9.0-beta.9 Pre-release
Pre-release

Features

  • Enable sign files using Azure Key Vault.
  • Enable IAssetRelease to release assets before GitRelease and GitPreRelease.

Build

  • Add IAzureSignTool to check if AzureSignToolUtils is installed.
  • Add ILocalAssetRelease to test AssetRelease assets before release.

Updates

  • Add version Information in the CommonExtension.
  • Add AzureSignToolUtils to sign files using AzureSignToolTasks or NuGetKeyVaultSignToolTasks.
  • Add NuGetKeyVaultSignTool for nuke version 8.*.
  • Add AzureKeyVaultConfig with json file with Azure Key Vault without secrets.
  • Add PackageDownload to download AzureSignTool and NuGetKeyVaultSignTool on the fly.
  • Add HttpAuthTasks to get/post files.
  • Update HttpAuthTasks docs.
  • Update IsPathTooLong to equal or greater than 260.
  • Update SignExtension.Sign to sign NuGet or files.
  • Update SignProject to sign files using Azure Key Vault if available.
  • Update GetToolInstallationPath to use user temp folder.
  • Update TestRunUtil icons to circle with color.
  • Update AzureSignToolUtils sign to ignore exception.
  • Update AzureSignToolUtils to ignore if file is already signed.
  • Update HasSignature to use PathTooLongUtils to check if file is signed. (Fix: #77)

Example

  • Add Resource and Resource.pt-BR to test sign files.

Tests

  • Update NuGetExtensionTests
  • Add AzureKeyVaultConfigTests

1.9.0-beta.8

18 Dec 01:13
Compare
Choose a tag to compare
1.9.0-beta.8 Pre-release
Pre-release

Features

  • Enable sign files using Azure Key Vault.
  • Enable IAssetRelease to release assets before GitRelease and GitPreRelease.

Build

  • Add IAzureSignTool to check if AzureSignToolUtils is installed.
  • Add ILocalAssetRelease to test AssetRelease assets before release.

Updates

  • Add version Information in the CommonExtension.
  • Add AzureSignToolUtils to sign files using AzureSignToolTasks or NuGetKeyVaultSignToolTasks.
  • Add NuGetKeyVaultSignTool for nuke version 8.*.
  • Add AzureKeyVaultConfig with json file with Azure Key Vault without secrets.
  • Add PackageDownload to download AzureSignTool and NuGetKeyVaultSignTool on the fly.
  • Add HttpAuthTasks to get/post files.
  • Update HttpAuthTasks docs.
  • Update IsPathTooLong to equal or greater than 260.
  • Update SignExtension.Sign to sign NuGet or files.
  • Update SignProject to sign files using Azure Key Vault if available.
  • Update GetToolInstallationPath to use user temp folder.
  • Update TestRunUtil icons to circle with color.
  • Update AzureSignToolUtils sign to ignore exception.
  • Update AzureSignToolUtils to ignore if file is already signed.
  • Update HasSignature to use PathTooLongUtils to check if file is signed. (Fix: #77)

Example

  • Add Resource and Resource.pt-BR to test sign files.

Tests

  • Update NuGetExtensionTests
  • Add AzureKeyVaultConfigTests

1.9.0-beta.7

18 Dec 00:32
Compare
Choose a tag to compare
1.9.0-beta.7 Pre-release
Pre-release

Features

  • Enable sign files using Azure Key Vault.
  • Enable IAssetRelease to release assets before GitRelease and GitPreRelease.

Build

  • Add IAzureSignTool to check if AzureSignToolUtils is installed.

Updates

  • Add version Information in the CommonExtension.
  • Add AzureSignToolUtils to sign files using AzureSignToolTasks or NuGetKeyVaultSignToolTasks.
  • Add NuGetKeyVaultSignTool for nuke version 8.*.
  • Add AzureKeyVaultConfig with json file with Azure Key Vault without secrets.
  • Add PackageDownload to download AzureSignTool and NuGetKeyVaultSignTool on the fly.
  • Add HttpAuthTasks to get/post files.
  • Update HttpAuthTasks docs.
  • Update IsPathTooLong to equal or greater than 260.
  • Update SignExtension.Sign to sign NuGet or files.
  • Update SignProject to sign files using Azure Key Vault if available.
  • Update GetToolInstallationPath to use user temp folder.
  • Update TestRunUtil icons to circle with color.
  • Update AzureSignToolUtils sign to ignore exception.
  • Update AzureSignToolUtils to ignore if file is already signed.
  • Update HasSignature to use PathTooLongUtils to check if file is signed. (Fix: #77)

Example

  • Add Resource and Resource.pt-BR to test sign files.

Tests

  • Update NuGetExtensionTests
  • Add AzureKeyVaultConfigTests

1.9.0-beta.6

17 Dec 20:57
Compare
Choose a tag to compare
1.9.0-beta.6 Pre-release
Pre-release

Features

  • Enable sign files using Azure Key Vault.

Build

  • Add IAzureSignTool to check if AzureSignToolUtils is installed.

Updates

  • Add version Information in the CommonExtension.
  • Add AzureSignToolUtils to sign files using AzureSignToolTasks or NuGetKeyVaultSignToolTasks.
  • Add NuGetKeyVaultSignTool for nuke version 8.*.
  • Add AzureKeyVaultConfig with json file with Azure Key Vault without secrets.
  • Add PackageDownload to download AzureSignTool and NuGetKeyVaultSignTool on the fly.
  • Add HttpAuthTasks to get/post files.
  • Update HttpAuthTasks docs.
  • Update IsPathTooLong to equal or greater than 260.
  • Update SignExtension.Sign to sign NuGet or files.
  • Update SignProject to sign files using Azure Key Vault if available.
  • Update GetToolInstallationPath to use user temp folder.
  • Update TestRunUtil icons to circle with color.
  • Update AzureSignToolUtils sign to ignore exception.
  • Update AzureSignToolUtils to ignore if file is already signed.
  • Update HasSignature to use PathTooLongUtils to check if file is signed. (Fix: #77)

Example

  • Add Resource and Resource.pt-BR to test sign files.

Tests

  • Update NuGetExtensionTests
  • Add AzureKeyVaultConfigTests

1.9.0-beta.5

17 Dec 20:20
Compare
Choose a tag to compare
1.9.0-beta.5 Pre-release
Pre-release

Features

  • Enable sign files using Azure Key Vault.

Build

  • Add IAzureSignTool to check if AzureSignToolUtils is installed.
  • Update IAzureSignTool with Requires.
  • Add import build with .targets

Updates

  • Add version Information in the CommonExtension.
  • Add AzureSignToolUtils to sign files using AzureSignToolTasks or NuGetKeyVaultSignToolTasks.
  • Add NuGetKeyVaultSignTool for nuke version 8.*.
  • Add AzureKeyVaultConfig with json file with Azure Key Vault without secrets.
  • Add build with .targets to install packages AzureSignTool and NuGetKeyVaultSignTool.
  • Add PackageDownload to download AzureSignTool and NuGetKeyVaultSignTool on the fly.
  • Update IClear with CreateTemporaryIgnore.
  • Update ISign with Requires.
  • Add HttpAuthTasks to get/post files.
  • Update HttpAuthTasks docs.
  • Update IsPathTooLong to equal or greater than 260.
  • Update SignExtension.Sign to sign NuGet or files.
  • Update SignProject to sign files using Azure Key Vault if available.
  • Update GetToolInstallationPath to use user temp folder.
  • Update TestRunUtil icons to circle with color.
  • Update AzureSignToolUtils sign to ignore exception.
  • Update AzureSignToolUtils to ignore if file is already signed.
  • Update HasSignature to use PathTooLongUtils to check if file is signed. (Fix: #77)

Example

  • Add Resource and Resource.pt-BR to test sign files.

Tests

  • Update NuGetExtensionTests
  • Add AzureKeyVaultConfigTests

1.9.0-beta.4

17 Dec 19:50
Compare
Choose a tag to compare
1.9.0-beta.4 Pre-release
Pre-release

Features

  • Enable sign files using Azure Key Vault.

Build

  • Add IAzureSignTool to check if AzureSignToolUtils is installed.
  • Update IAzureSignTool with Requires.
  • Add import build with .targets

Updates

  • Add version Information in the CommonExtension.
  • Add AzureSignToolUtils to sign files using AzureSignToolTasks or NuGetKeyVaultSignToolTasks.
  • Add NuGetKeyVaultSignTool for nuke version 8.*.
  • Add AzureKeyVaultConfig with json file with Azure Key Vault without secrets.
  • Add build with .targets to install packages AzureSignTool and NuGetKeyVaultSignTool.
  • Add PackageDownload to download AzureSignTool and NuGetKeyVaultSignTool on the fly.
  • Update IClear with CreateTemporaryIgnore.
  • Update ISign with Requires.
  • Add HttpAuthTasks to get/post files.
  • Update HttpAuthTasks docs.
  • Update IsPathTooLong to equal or greater than 260.
  • Update SignExtension.Sign to sign NuGet or files.
  • Update SignProject to sign files using Azure Key Vault if available.
  • Update GetToolInstallationPath to use user temp folder.
  • Update TestRunUtil icons to circle with color.
  • Update AzureSignToolUtils sign to ignore exception.
  • Update AzureSignToolUtils to ignore if file is already signed.

Example

  • Add Resource and Resource.pt-BR to test sign files.

Tests

  • Update NuGetExtensionTests
  • Add AzureKeyVaultConfigTests

1.9.0-beta.3

17 Dec 19:30
Compare
Choose a tag to compare
1.9.0-beta.3 Pre-release
Pre-release

Features

  • Enable sign files using Azure Key Vault.

Build

  • Add IAzureSignTool to check if AzureSignToolUtils is installed.
  • Update IAzureSignTool with Requires.
  • Add import build with .targets

Updates

  • Add version Information in the CommonExtension.
  • Add AzureSignToolUtils to sign files using AzureSignToolTasks or NuGetKeyVaultSignToolTasks.
  • Add NuGetKeyVaultSignTool for nuke version 8.*.
  • Add AzureKeyVaultConfig with json file with Azure Key Vault without secrets.
  • Add build with .targets to install packages AzureSignTool and NuGetKeyVaultSignTool.
  • Add PackageDownload to download AzureSignTool and NuGetKeyVaultSignTool on the fly.
  • Update IClear with CreateTemporaryIgnore.
  • Update ISign with Requires.
  • Add HttpAuthTasks to get/post files.
  • Update HttpAuthTasks docs.
  • Update IsPathTooLong to equal or greater than 260.
  • Update SignExtension.Sign to sign NuGet or files.
  • Update SignProject to sign files using Azure Key Vault if available.
  • Update GetToolInstallationPath to use user temp folder.
  • Update TestRunUtil icons to circle with color.
  • Update AzureSignToolUtils sign to ignore exception.
  • Update AzureSignToolUtils to ignore if file is already signed.

Example

  • Add Resource and Resource.pt-BR to test sign files.

Tests

  • Update NuGetExtensionTests
  • Add AzureKeyVaultConfigTests

1.9.0-beta.2

17 Dec 19:10
Compare
Choose a tag to compare
1.9.0-beta.2 Pre-release
Pre-release

Features

  • Enable sign files using Azure Key Vault.

Build

  • Add IAzureSignTool to check if AzureSignToolUtils is installed.
  • Update IAzureSignTool with Requires.
  • Add import build with .targets

Updates

  • Add version Information in the CommonExtension.
  • Add AzureSignToolUtils to sign files using AzureSignToolTasks or NuGetKeyVaultSignToolTasks.
  • Add NuGetKeyVaultSignTool for nuke version 8.*.
  • Add AzureKeyVaultConfig with json file with Azure Key Vault without secrets.
  • Add build with .targets to install packages AzureSignTool and NuGetKeyVaultSignTool.
  • Add PackageDownload to download AzureSignTool and NuGetKeyVaultSignTool on the fly.
  • Update IClear with CreateTemporaryIgnore.
  • Update ISign with Requires.
  • Add HttpAuthTasks to get/post files.
  • Update HttpAuthTasks docs.
  • Update IsPathTooLong to equal or greater than 260.
  • Update SignExtension.Sign to sign NuGet or files.
  • Update SignProject to sign files using Azure Key Vault if available.
  • Update GetToolInstallationPath to use user temp folder.
  • Update TestRunUtil icons to circle with color.
  • Update AzureSignToolUtils sign to ignore exception.

Example

  • Add Resource and Resource.pt-BR to test sign files.

Tests

  • Update NuGetExtensionTests
  • Add AzureKeyVaultConfigTests

1.9.0-beta.1

17 Dec 17:43
Compare
Choose a tag to compare
1.9.0-beta.1 Pre-release
Pre-release

Features

  • Enable sign files using Azure Key Vault.

Build

  • Add IAzureSignTool to check if AzureSignToolUtils is installed.
  • Update IAzureSignTool with Requires.
  • Add import build with .targets

Updates

  • Add version Information in the CommonExtension.
  • Add AzureSignToolUtils to sign files using AzureSignToolTasks or NuGetKeyVaultSignToolTasks.
  • Add NuGetKeyVaultSignTool for nuke version 8.*.
  • Add AzureKeyVaultConfig with json file with Azure Key Vault without secrets.
  • Add build with .targets to install packages AzureSignTool and NuGetKeyVaultSignTool.
  • Add PackageDownload to download AzureSignTool and NuGetKeyVaultSignTool on the fly.
  • Update IClear with CreateTemporaryIgnore.
  • Update ISign with Requires.
  • Add HttpAuthTasks to get/post files.
  • Update HttpAuthTasks docs.
  • Update IsPathTooLong to equal or greater than 260.
  • Update SignExtension.Sign to sign NuGet or files.
  • Update SignProject to sign files using Azure Key Vault if available.
  • Update GetToolInstallationPath to use user temp folder.
  • Update TestRunUtil icons to circle with color.

Tests

  • Update NuGetExtensionTests
  • Add AzureKeyVaultConfigTests

1.9.0-beta

17 Dec 17:27
Compare
Choose a tag to compare
1.9.0-beta Pre-release
Pre-release

Features

  • Enable sign files using Azure Key Vault.

Build

  • Add IAzureSignTool to check if AzureSignToolUtils is installed.
  • Update IAzureSignTool with Requires.
  • Add import build with .targets

Updates

  • Add version Information in the CommonExtension.
  • Add AzureSignToolUtils to sign files using AzureSignToolTasks or NuGetKeyVaultSignToolTasks.
  • Add NuGetKeyVaultSignTool for nuke version 8.*.
  • Add AzureKeyVaultConfig with json file with Azure Key Vault without secrets.
  • Add build with .targets to install packages AzureSignTool and NuGetKeyVaultSignTool.
  • Add PackageDownload to download AzureSignTool and NuGetKeyVaultSignTool on the fly.
  • Update IClear with CreateTemporaryIgnore.
  • Update ISign with Requires.
  • Add HttpAuthTasks to get/post files.
  • Update HttpAuthTasks docs.
  • Update IsPathTooLong to equal or greater than 260.
  • Update SignExtension.Sign to sign NuGet or files.
  • Update SignProject to sign files using Azure Key Vault if available.
  • Update GetToolInstallationPath to use user temp folder.

Tests

  • Update NuGetExtensionTests
  • Add AzureKeyVaultConfigTests