Boleto.Net
2.0.17
See the version list below for details.
dotnet add package Boleto.Net --version 2.0.17
NuGet\Install-Package Boleto.Net -Version 2.0.17
<PackageReference Include="Boleto.Net" Version="2.0.17" />
paket add Boleto.Net --version 2.0.17
#r "nuget: Boleto.Net, 2.0.17"
// Install Boleto.Net as a Cake Addin #addin nuget:?package=Boleto.Net&version=2.0.17 // Install Boleto.Net as a Cake Tool #tool nuget:?package=Boleto.Net&version=2.0.17
Boleto.net is a library developed for use in Brazil, given it has been programmed with Brazilian retail legislation and business rules for bank registered billing integration.
Boleto.Net é um componente desenvolvido em C# e ASP.Net e contempla entendeuas seguintes funcionalidades:
Emissão e Impressão de Boletos Bancários
Geração de Arquivo de Remessa (CNAB 240 e 400)
Leitura do Arquivo de Retorno (CNAB 240 e 400)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. 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. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.0.24 | 725 | 4/16/2015 |
2.1.0.18 | 97 | 4/10/2015 |
2.1.0.11 | 161 | 4/2/2015 |
2.0.24 | 1,258 | 8/26/2014 |
2.0.23 | 531 | 4/30/2014 |
2.0.22 | 154 | 4/29/2014 |
2.0.21 | 128 | 4/22/2014 |
2.0.20 | 138 | 4/16/2014 |
2.0.19 | 90 | 3/26/2014 |
2.0.18 | 120 | 2/25/2014 |
2.0.17 | 119 | 1/7/2014 |
2.0.16 | 85 | 12/17/2013 |
2.0.15 | 69 | 11/25/2013 |
2.0.14 | 125 | 7/24/2013 |
2.0.13 | 77 | 7/2/2013 |
2.0.12 | 68 | 6/27/2013 |
2.0.11 | 64 | 6/25/2013 |
2.0.10 | 63 | 6/19/2013 |
2.0.9 | 62 | 6/17/2013 |
2.0.8 | 61 | 6/17/2013 |
2.0.7 | 64 | 6/17/2013 |
2.0.6 | 63 | 6/12/2013 |
2.0.5 | 62 | 6/12/2013 |
2.0.4 | 70 | 5/3/2013 |
2.0.3 | 62 | 5/3/2013 |
2.0.2 | 76 | 4/9/2013 |
2.0.1 | 67 | 4/2/2013 |
2.0.0 | 94 | 8/22/2012 |
Processo de homologação para a carteira CR do banco Caixa - SIGCB.
Adicionei a carteira "CR" (Registrada) no ValidaBoleto.
No local onde é formatado Agência/Cód. do Benef. troquei aquele monte de Else-If por um Switch Case
Banrisul:
Alterei a forma de montar a linha digitável, onde eu usava a Conta bancária e deveria ser usado o código do cedente
Banco Brasil:
Alterei o campo valor tarifas na leitura de retorno, pois o mesmo é composto de 15 posições (199-213) e não de 13
Alteração no arquivo Banco_Brasil
Por jefhtavares