ORiN3.Provider.Config
2.0.0
dotnet add package ORiN3.Provider.Config --version 2.0.0
NuGet\Install-Package ORiN3.Provider.Config -Version 2.0.0
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="ORiN3.Provider.Config" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ORiN3.Provider.Config" Version="2.0.0" />
<PackageReference Include="ORiN3.Provider.Config" />
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 ORiN3.Provider.Config --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ORiN3.Provider.Config, 2.0.0"
#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 ORiN3.Provider.Config@2.0.0
#: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=ORiN3.Provider.Config&version=2.0.0
#tool nuget:?package=ORiN3.Provider.Config&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ORiN3.Provider.Config
| 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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | 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 2.1
- System.Text.Json (>= 8.0.6 && < 8.1.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ORiN3.Provider.Config:
| Package | Downloads |
|---|---|
|
ORiN3.Provider.Core.Auth
C# implementation of ORiN3. |
|
|
GeoLibrary.ORiN3.Provider.TestBaseLib
GeoLibrary.ORiN3.Provider.TestBaseLib is a Test Library for ORiN3 provider |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0 | 1,152 | 8/3/2026 |
| 1.1.1 | 6,115 | 3/17/2026 |
| 1.1.0-rc.2 | 159 | 3/2/2026 |
| 1.0.429 | 16,960 | 1/8/2025 |
| 1.0.428 | 876 | 12/26/2024 |
| 1.0.427 | 1,277 | 12/11/2024 |
| 1.0.426 | 883 | 11/19/2024 |
| 1.0.424 | 980 | 11/8/2024 |
| 1.0.423 | 218 | 11/8/2024 |
| 1.0.422 | 203 | 11/8/2024 |
| 1.0.421 | 202 | 11/8/2024 |
| 1.0.420 | 501 | 11/4/2024 |
- Added OptionSchemaVersion to separate the option schema version from the Provider application version.
- GetDefaultOptions() now uses OptionSchemaVersion for @Version.
- OptionSchemaVersion defaults to 1.0.0 when omitted.
- The existing 17-parameter constructor remains available for compatibility.