Celigo.ServiceManager.NetSuite
4.1.5
See the version list below for details.
dotnet add package Celigo.ServiceManager.NetSuite --version 4.1.5
NuGet\Install-Package Celigo.ServiceManager.NetSuite -Version 4.1.5
<PackageReference Include="Celigo.ServiceManager.NetSuite" Version="4.1.5" />
paket add Celigo.ServiceManager.NetSuite --version 4.1.5
#r "nuget: Celigo.ServiceManager.NetSuite, 4.1.5"
// Install Celigo.ServiceManager.NetSuite as a Cake Addin #addin nuget:?package=Celigo.ServiceManager.NetSuite&version=4.1.5 // Install Celigo.ServiceManager.NetSuite as a Cake Tool #tool nuget:?package=Celigo.ServiceManager.NetSuite&version=4.1.5
ServiceManager for NetSuite SuiteTalk WebServices. Supports NetSuite SuiteTalk 2018.2
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.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.1
- Celigo.SuiteTalk (>= 3.5.1)
- Newtonsoft.Json (>= 12.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Celigo.ServiceManager.NetSuite:
Package | Downloads |
---|---|
Celigo.SuiteTalk.PassportProviders.EnvironmentVariables
This is a companion package for Celigo.SuiteTalk library. Not useful on its own. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
7.1.2 | 19,651 | 4/28/2023 |
7.1.1 | 926 | 4/3/2023 |
7.1.0 | 19,300 | 5/31/2022 |
7.0.1 | 682 | 5/24/2022 |
7.0.0 | 728 | 5/23/2022 |
6.0.0 | 33,517 | 4/4/2020 |
4.2.1 | 1,566 | 6/25/2020 |
4.2.0 | 5,431 | 10/9/2019 |
4.1.5 | 883 | 10/3/2019 |
3.4.3 | 874 | 9/27/2019 |
3.4.2 | 1,725 | 7/9/2019 |
3.4.1 | 868 | 7/9/2019 |
3.4.0 | 1,705 | 2/15/2019 |
3.3.0 | 946 | 2/13/2019 |
3.2.0 | 2,668 | 1/7/2019 |
3.1.0 | 979 | 12/12/2018 |
3.0.1 | 1,066 | 12/7/2018 |
3.0.0 | 1,342 | 11/8/2018 |
2.10.4 | 1,114 | 9/14/2018 |
2.10.0 | 1,141 | 8/2/2018 |
2.9.9 | 1,256 | 7/6/2018 |
2.9.8 | 1,165 | 6/19/2018 |
2.9.7 | 1,227 | 6/13/2018 |
2.7.3 | 1,334 | 5/30/2018 |
2.7.1 | 1,339 | 5/30/2018 |
2.7.0 | 1,335 | 5/30/2018 |
2.6.4 | 1,301 | 5/23/2018 |
2.5.0 | 1,445 | 4/20/2018 |
2.4.0-preview | 1,247 | 4/20/2018 |
2.2.0-preview | 1,189 | 4/12/2018 |
1.3.3 | 1,294 | 4/10/2018 |
1.3.1 | 1,312 | 4/6/2018 |
1.2.2 | 1,323 | 4/6/2018 |
1.2.0 | 1,295 | 4/4/2018 |
1.0.0 | 1,332 | 2/23/2018 |
3.3.0 IDynamicEndpointBahavior
3.4.2 Bug fix on Data Center URL construction.
3.4.3 Ensure that the auto generated Account specific subdomain conforms to the rules.
4.0.0 Skip this version. Sorry :(
4.1.0 BREAKING CHANGES:
INetSuiteClientFactory interface has been changed.
INetSuiteClientFactry.ApplicationId has been removed.
INetSuiteClientFactory.CreateClient() has been removed. If you are using the library with only a single user (where Passport or TbaUserToken would always be the same), you may subclass the ClientFactory and implement a paramterless CreateClient() method.