Nuke.Azure
0.3.0
Prefix Reserved
See the version list below for details.
dotnet add package Nuke.Azure --version 0.3.0
NuGet\Install-Package Nuke.Azure -Version 0.3.0
<PackageReference Include="Nuke.Azure" Version="0.3.0" />
paket add Nuke.Azure --version 0.3.0
#r "nuget: Nuke.Azure, 0.3.0"
// Install Nuke.Azure as a Cake Addin #addin nuget:?package=Nuke.Azure&version=0.3.0 // Install Nuke.Azure as a Cake Tool #tool nuget:?package=Nuke.Azure&version=0.3.0
Azure CLI addon for the cross-plattform automation system Nuke.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- Nuke.Common (>= 0.4.0 && < 1.0.0)
-
.NETStandard 2.0
- Nuke.Common (>= 0.4.0 && < 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
0.9.0 | 20,773 | 10/15/2019 | |
0.8.0 | 3,805 | 6/21/2019 | |
0.7.0 | 1,793 | 11/8/2018 | |
0.6.0 | 1,701 | 9/21/2018 | |
0.5.3 | 1,318 | 8/29/2018 | |
0.5.2 | 1,217 | 8/23/2018 | |
0.5.1 | 1,207 | 8/22/2018 | |
0.5.0 | 1,303 | 8/14/2018 | |
0.4.0 | 1,221 | 8/5/2018 | |
0.3.5 | 1,246 | 6/20/2018 | |
0.3.3 | 1,208 | 6/14/2018 | |
0.3.1 | 1,218 | 6/6/2018 | |
0.3.0 | 1,154 | 6/5/2018 | |
0.2.1 | 1,329 | 5/14/2018 | |
0.1.0 | 1,149 | 5/9/2018 |
• Changed supported version to [Azure CLI 2.0.33](https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli?view=azure-cli-latest#may-22-2018)
• Changed the following db and dw properties to be read-only:
• requestedServiceObjectiveName. To update, use the --service-objective parameter or set the sku.name property.
• edition. To update, use the --edition parameter or set the sku.tier property.
• elasticPoolName. To update, use the --elastic-pool parameter or set the elasticPoolId property.
• Changed the following elastic-pool properties to be read-only:
• edition. To update, use the --edition parameter.
• dtu. To update, use the --capacity parameter.
• databaseDtuMin. To update, use the --db-min-capacity parameter.
• databaseDtuMax. To update, use the --db-max-capacity parameter.
• Removed --write-accelerator from vm create. The same support can be accessed through vm update or vm disk attach.
• Added new Dev-Spaces commands aks use-dev-spaces and aks remove-dev-spaces.
• Added support for exporting a container group in yaml format.
• Added support for using a yaml file to create / update a container group.
• Added --family and --capacity parameters to db, dw, and elastic-pool commands.
• Added table formatters to db, dw, and elastic-pool commands.
• Added --boot-diagnostics-storage to vm create to capture boot log
• Added --license-type to [vm|vmss] update.
• Fixed typo in help message.
Full changelog at https://github.com/nuke-build/azure/blob/master/CHANGELOG.md