SI.SmartConnection
1.0.1
dotnet add package SI.SmartConnection --version 1.0.1
NuGet\Install-Package SI.SmartConnection -Version 1.0.1
<PackageReference Include="SI.SmartConnection" Version="1.0.1" />
<PackageVersion Include="SI.SmartConnection" Version="1.0.1" />
<PackageReference Include="SI.SmartConnection" />
paket add SI.SmartConnection --version 1.0.1
#r "nuget: SI.SmartConnection, 1.0.1"
#:package SI.SmartConnection@1.0.1
#addin nuget:?package=SI.SmartConnection&version=1.0.1
#tool nuget:?package=SI.SmartConnection&version=1.0.1
-- Release 1.0.1 -- ** Added connection creation by URL, Application Id and Client Secret as parameters.
-- Installation -- After installing the Package add a manual reference to Newtonsoft.Json v10.0.3 to your local .csproj file project: <PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
Create your local IOrganizationService: var service = CrmConnectionFactory.GetOrganizationService(connectionString);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.CrmSdk.CoreAssemblies (>= 9.0.2.25)
- Microsoft.CrmSdk.XrmTooling.CoreAssembly (>= 9.1.0.68)
- Newtonsoft.Json (>= 10.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added connection creation by URL, Application Id and Client Secret as parameters.