Magnum.ServiceIntegration
2.0.9
See the version list below for details.
dotnet add package Magnum.ServiceIntegration --version 2.0.9
NuGet\Install-Package Magnum.ServiceIntegration -Version 2.0.9
<PackageReference Include="Magnum.ServiceIntegration" Version="2.0.9" />
<PackageVersion Include="Magnum.ServiceIntegration" Version="2.0.9" />
<PackageReference Include="Magnum.ServiceIntegration" />
paket add Magnum.ServiceIntegration --version 2.0.9
#r "nuget: Magnum.ServiceIntegration, 2.0.9"
#:package Magnum.ServiceIntegration@2.0.9
#addin nuget:?package=Magnum.ServiceIntegration&version=2.0.9
#tool nuget:?package=Magnum.ServiceIntegration&version=2.0.9
- Title and Description: A brief description of what the package does.
- Installation: Instructions on how to install the package via different methods.
- Usage: Examples of how to use the package.
- Documentation: A link to the full documentation.
- Contributing: Information on how to contribute to the project.
- License: Information about the project's license.
- Contact: Information on how to get in touch for support or questions.
| 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 | 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 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 | 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. |
-
.NETStandard 2.0
- Autofac (>= 7.1.0)
- HtmlAgilityPack (>= 1.11.34)
- MimeMapping (>= 1.0.1.17)
- MimeTypesMap (>= 1.0.8)
- Newtonsoft.Json (>= 12.0.3)
- System.Data.DataSetExtensions (>= 4.5.0)
- WindowsAzure.Storage (>= 9.3.3)
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 |
|---|---|---|
| 2.0.14-beta.7 | 44 | 7/7/2026 |
| 2.0.14-beta.6 | 49 | 7/7/2026 |
| 2.0.14-beta.5 | 87 | 6/26/2026 |
| 2.0.14-beta.4 | 60 | 6/25/2026 |
| 2.0.14-beta.3 | 57 | 6/25/2026 |
| 2.0.14-beta.2 | 55 | 6/24/2026 |
| 2.0.14-beta.1 | 60 | 6/22/2026 |
| 2.0.13 | 127 | 6/11/2026 |
| 2.0.13-beta.3 | 64 | 5/29/2026 |
| 2.0.13-beta.2 | 69 | 5/28/2026 |
| 2.0.13-beta.1 | 58 | 5/25/2026 |
| 2.0.12.1 | 103 | 5/29/2026 |
| 2.0.12 | 107 | 5/12/2026 |
| 2.0.11 | 204 | 5/7/2026 |
| 2.0.11-beta.1 | 59 | 5/7/2026 |
| 2.0.10 | 286 | 4/14/2026 |
| 2.0.10-beta.2 | 63 | 4/13/2026 |
| 2.0.10-beta.1 | 71 | 4/7/2026 |
| 2.0.9 | 262 | 3/27/2026 |
| 2.0.9-beta.2 | 68 | 3/26/2026 |
Improved:
- Se eliminó el requerimiento del campo PresentationCode, pasando a ser opcional.
- El campo TariffPositionCode ahora es opcional y ya no es requerido en las validaciones.
Added:
- Se creó un nuevo campo llamado UnidadComercial en ambas APIs OC y OV.
Fixed:
- Se realizó un ajuste en la longitud permitida del campo NumeroIdentificacion, aumentando la cantidad de caracteres admitidos.
- Se corrige la lógica del API de productos:
-- Para productos de Importación, el proveedor es obligatorio.
--Para productos de Exportación, el proveedor no es requerido.