Alexa.NET.Management
3.0.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Alexa.NET.Management --version 3.0.2
NuGet\Install-Package Alexa.NET.Management -Version 3.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Alexa.NET.Management" Version="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Alexa.NET.Management" Version="3.0.2" />
<PackageReference Include="Alexa.NET.Management" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Alexa.NET.Management --version 3.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Alexa.NET.Management, 3.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Alexa.NET.Management@3.0.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Alexa.NET.Management&version=3.0.2
#tool nuget:?package=Alexa.NET.Management&version=3.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Alexa.NET.Management
A .NET SDK for the Alexa Skills Management API
Nuget Package
Retrieving Skill Information
var manager = new ManagementApi(amazonLoginAccessToken);
var skillDetail = manager.Skills.Get(skillId);
var skillPublishingInformation = skillDetail.Manifest.PublishingInformation.Locales.First().Value;
var skillName = skillPublishingInformation.Name;
Get Vendors
var manager = new ManagementApi(amazonLoginAccessToken);
var vendors = await manager.Vendors.Get()
Create Skill Beta & Add Tester
var beta = await manager.Beta.Create(skillId,"feedbackemail@example.com")
await manager.Beta.AddTesters(skillId,new[]{"test1@example.com","test2@example.com"})
| 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. 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 | tizen30 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.6
- Alexa.NET (>= 1.5.1)
- NETStandard.Library (>= 1.6.1)
- Refit (>= 4.3.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 |
|---|---|---|
| 5.10.1 | 1,543 | 11/9/2024 |
| 5.10.0 | 28,742 | 7/22/2022 |
| 5.9.0 | 1,551 | 2/1/2022 |
| 5.8.0 | 2,474 | 8/19/2021 |
| 5.7.3 | 1,867 | 2/15/2021 |
| 5.7.2 | 12,614 | 11/13/2020 |
| 5.7.1 | 682 | 11/11/2020 |
| 5.7.0 | 769 | 10/28/2020 |
| 5.6.0 | 775 | 9/25/2020 |
| 5.5.0 | 1,425 | 9/2/2020 |
| 5.4.1 | 758 | 8/31/2020 |
| 5.4.0 | 914 | 8/10/2020 |
| 5.3.0 | 926 | 7/25/2020 |
| 5.2.0 | 919 | 6/10/2020 |
| 5.1.0 | 715 | 6/3/2020 |
| 5.0.0 | 746 | 4/10/2020 |
| 4.3.0 | 770 | 3/22/2020 |
| 4.2.0 | 743 | 3/11/2020 |
| 4.1.0 | 846 | 2/4/2020 |
| 4.0.0 | 805 | 12/8/2019 |
| 3.9.0 | 922 | 11/12/2019 |
| 3.8.1 | 778 | 11/5/2019 |
| 3.8.0 | 736 | 11/1/2019 |
| 3.7.0 | 827 | 10/9/2019 |
| 3.6.0 | 769 | 10/3/2019 |
| 3.5.0 | 1,233 | 9/8/2019 |
| 3.4.0 | 3,129 | 8/9/2019 |
| 3.3.1 | 954 | 7/17/2019 |
| 3.2.3 | 1,066 | 6/20/2019 |
| 3.2.2 | 932 | 6/14/2019 |
| 3.2.1 | 952 | 6/14/2019 |
| 3.2.0 | 838 | 6/14/2019 |
| 3.1.0 | 911 | 6/13/2019 |
| 3.0.4 | 925 | 6/12/2019 |
| 3.0.3 | 1,001 | 6/10/2019 |
| 3.0.2 | 1,034 | 6/10/2019 |
| 3.0.1 | 923 | 6/10/2019 |
| 3.0.0 | 945 | 6/8/2019 |
| 2.14.1 | 994 | 6/6/2019 |
| 2.14.0 | 951 | 4/4/2019 |
| 2.13.1 | 1,034 | 2/23/2019 |
| 2.13.0 | 969 | 2/22/2019 |
| 2.12.0 | 1,631 | 2/5/2019 |
| 2.11.3 | 1,002 | 2/4/2019 |
| 2.11.0 | 1,046 | 2/3/2019 |
| 2.10.0 | 1,034 | 1/26/2019 |
| 2.9.0 | 996 | 1/26/2019 |
| 2.8.22 | 1,017 | 1/24/2019 |
| 2.8.19 | 973 | 1/23/2019 |
| 2.8.16 | 974 | 1/22/2019 |
| 2.8.9 | 1,188 | 1/1/2019 |
| 2.8.8 | 1,129 | 12/18/2018 |
| 2.8.7 | 1,008 | 12/16/2018 |
| 2.8.6 | 1,062 | 12/13/2018 |
| 2.8.3 | 1,185 | 11/14/2018 |
| 2.8.2 | 1,108 | 11/13/2018 |
| 2.8.0 | 1,081 | 11/13/2018 |
| 2.7.0 | 1,105 | 11/11/2018 |
| 2.6.3 | 1,075 | 11/9/2018 |
| 2.6.2 | 1,065 | 11/9/2018 |
| 2.6.0 | 1,108 | 10/23/2018 |
| 2.5.0 | 1,256 | 10/6/2018 |
| 2.4.0 | 1,194 | 10/4/2018 |
| 2.3.1 | 1,181 | 9/14/2018 |
| 2.3.0 | 1,194 | 9/14/2018 |
| 2.2.3 | 1,882 | 4/13/2018 |
| 2.0.108 | 1,595 | 2/23/2018 |
| 2.0.103 | 1,612 | 2/15/2018 |
| 2.0.99 | 1,682 | 2/5/2018 |
| 2.0.97 | 1,502 | 2/5/2018 |
| 1.1.89 | 1,717 | 12/25/2017 |
| 1.0.85 | 1,348 | 10/5/2017 |
| 1.0.83-alpha | 1,133 | 9/17/2017 |
Correct simulation request