CiDi.SDK.Debug 2.0.3.1

Requires NuGet 2.8 or higher.

dotnet add package CiDi.SDK.Debug --version 2.0.3.1
NuGet\Install-Package CiDi.SDK.Debug -Version 2.0.3.1
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="CiDi.SDK.Debug" Version="2.0.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CiDi.SDK.Debug --version 2.0.3.1
#r "nuget: CiDi.SDK.Debug, 2.0.3.1"
#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.
// Install CiDi.SDK.Debug as a Cake Addin
#addin nuget:?package=CiDi.SDK.Debug&version=2.0.3.1

// Install CiDi.SDK.Debug as a Cake Tool
#tool nuget:?package=CiDi.SDK.Debug&version=2.0.3.1

Ofrece facilidades para MVC y Web Forms para integrar los servicios de Login, Comunicaciones y Documentaciones de CiDi.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net30 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.3.1 473 11/14/2014
2.0.3 188 11/14/2014

Versión 2.0.3 - 14/11/2014

- [NEW] CiDi.SDK.Common: Se agregan campos al objeto Usuario: Domicilio.IDBarrio,
 Domicilio.IDDepartamento, Domicilio.IDLocalidad, Domicilio.IDProvincia,
 Domicilio.IDPais, PinTarjeta, NombreFormateado, TelFormateado, CelFormateado,
 CuilFormateado.

Versión 2.0.2 - 10/11/2014

   - [NEW] CiDi.SDK: ObtenerUsuarioPorDni.

Versión 2.0.1 - 10/11/2011

   - [FIXED] CiDi.SDK.Common: se corrige un bug que ignoraba el valor del campo Calle
       en el objeto Domicilio.

Versión 2.0.0 - 03/11/2014

   - [NEW] CiDi.SDK: Sistema de relaciones y acceso al usuario representado.
   
   - [NEW] CiDi.SDK.AppManager: Permite el control de aplicaciones múltiples en un
       mismo proyecto.