Skip to content

Releases: ricaun-io/ricaun.Nuke

1.9.2

19 Jan 16:17
229bd9a
Compare
Choose a tag to compare

Updated

  • Add NuGetTasks delete, sign and verify.
  • Rename NuGetApiUrl, NuGetApiKey and UnlistNuGet.

Fixed

  • Fix HttpAuthTasks dispose file stream in CreateFormDataContent.

1.9.2-beta.1

19 Jan 14:57
Compare
Choose a tag to compare
1.9.2-beta.1 Pre-release
Pre-release

Updated

  • Add NuGetTasks delete, sign and verify.
  • Rename NuGetApiUrl, NuGetApiKey and UnlistNuGet.

Fixed

  • Fix HttpAuthTasks dispose file stream in CreateFormDataContent.

1.9.2-beta

19 Jan 14:45
Compare
Choose a tag to compare
1.9.2-beta Pre-release
Pre-release

Updated

  • Add NuGetTasks delete, sign and verify.

Fixed

  • Fix HttpAuthTasks dispose file stream in CreateFormDataContent.

1.9.2-alpha

19 Jan 14:41
Compare
Choose a tag to compare
1.9.2-alpha Pre-release
Pre-release

Updated

  • Add NuGetTasks delete, sign and verify.

Fixed

  • Fix HttpAuthTasks dispose CreateFormDataContent.

1.9.1

03 Jan 15:42
c2a217f
Compare
Choose a tag to compare

Updated

  • Force to uninstall local Tools to remove cache when .exe is not found. (Fix: #79)

1.9.1-alpha

03 Jan 14:29
Compare
Choose a tag to compare
1.9.1-alpha Pre-release
Pre-release

Updated

  • Force to uninstall local Tools to remove cache when .exe is not found. (Fix: #79)

1.9.0

19 Dec 14:02
b38e828
Compare
Choose a tag to compare

Features

  • Enable sign files using Azure Key Vault.
  • Enable IAssetRelease to release assets before GitRelease and GitPreRelease.
  • Enable SkipForked to skip release if forked repository.

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)
  • Update ExecuteReleaseAsset to execute IHazAssetRelease and build with IAssetRelease

Example

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

Tests

  • Update NuGetExtensionTests
  • Add AzureKeyVaultConfigTests

1.9.0-rc.2

18 Dec 23:54
Compare
Choose a tag to compare
1.9.0-rc.2 Pre-release
Pre-release

Features

  • Enable sign files using Azure Key Vault.
  • Enable IAssetRelease to release assets before GitRelease and GitPreRelease.
  • Enable SkipForked to skip release if forked repository.

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)
  • Update ExecuteReleaseAsset to execute IHazAssetRelease and build with IAssetRelease

Example

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

Tests

  • Update NuGetExtensionTests
  • Add AzureKeyVaultConfigTests

1.9.0-rc.1

18 Dec 20:25
Compare
Choose a tag to compare
1.9.0-rc.1 Pre-release
Pre-release

Features

  • Enable sign files using Azure Key Vault.
  • Enable IAssetRelease to release assets before GitRelease and GitPreRelease.
  • Enable SkipForked to skip release if forked repository.

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-rc

18 Dec 19:12
Compare
Choose a tag to compare
1.9.0-rc Pre-release
Pre-release

Features

  • Enable sign files using Azure Key Vault.
  • Enable IAssetRelease to release assets before GitRelease and GitPreRelease.
  • Enable SkipForked to skip release if forked repository.

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