Api.Cielo.Lio 1.0.6

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

// Install Api.Cielo.Lio as a Cake Tool
#tool nuget:?package=Api.Cielo.Lio&version=1.0.6

Api.Cielo.Lio

Biblioteca de integração com a solução API da Cielo em .Net.

A solução API da Cielo possibilita os lojistas fazerem a integração de pagamento de suas lojas usando a plataforma e-commerce Cielo.

O objetivo dessa solução é facilitar e simplificar a chamada da integração Cielo.

A documentação da solução API da Cielo está disponível em https://desenvolvedores.cielo.com.br/api-portal/

Implementação

Adicione o projeto como referência na solução e siga o exemplo feito https://github.com/robertologyc/Api.Cielo/tree/master/src/main/Api.Cielo.Web

Release Notes

Versão 1.0.0 Envio de venda através de cartão de crédito com captura automática. Versão 1.0.1 Remoção de referências que não são necessárias, para não dar erro em frameworks inferiores. Versão 1.0.2 Correção do retorno Unauthorized, adicionando mensagem de erro amigável para Chaves sem acesso a API. Versão 1.0.3 Correção do retorno "KA", pagamentos não autorizados. Versão 1.0.4 Removendo enumerator de retorno, para tratar todos os casos enviados pela CIELO foi mantido o campo como string. Versão 1.0.5 Ajustando formatação do total para números com final zero. Versão 1.0.6 Ajustando o SecurityProtocol

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.6 1,195 6/25/2019
1.0.5 573 4/3/2019
1.0.4 523 4/3/2019
1.0.3 524 4/3/2019
1.0.2 540 4/3/2019
1.0.1 545 3/25/2019
1.0.0 521 3/25/2019

Ajustando SecurityProtocol