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.
<PackageVersion Include="Api.Cielo.Lio" Version="1.0.6" />
                    
Directory.Packages.props
<PackageReference Include="Api.Cielo.Lio" />
                    
Project file
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 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.
#:package Api.Cielo.Lio@1.0.6
                    
#: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=Api.Cielo.Lio&version=1.0.6
                    
Install as a Cake Addin
#tool nuget:?package=Api.Cielo.Lio&version=1.0.6
                    
Install as a Cake Tool

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,875 6/25/2019
1.0.5 786 4/3/2019
1.0.4 723 4/3/2019
1.0.3 741 4/3/2019
1.0.2 756 4/3/2019
1.0.1 776 3/25/2019
1.0.0 737 3/25/2019

Ajustando SecurityProtocol