Skip to content

Commit

Permalink
Remoção das APIs do Portal do Sacado.
Browse files Browse the repository at this point in the history
  • Loading branch information
Israel Aece committed Aug 26, 2024
1 parent a4a9f55 commit 3c84f09
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 1,360 deletions.
14 changes: 7 additions & 7 deletions CessaoDigital.Proxy/CessaoDigital.Proxy.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<DocumentationFile>C:\Projetos\BITFIN\CessaoDigital.Proxy\CessaoDigital.Proxy\CessaoDigital.Proxy.xml</DocumentationFile>
<PackageId>BITFIN.CessaoDigital.Proxy</PackageId>
<Version>0.8.0.5</Version>
<Version>0.9.0.0</Version>
<Authors>BITFIN Tecnologia Ltda.</Authors>
<Company>BITFIN Tecnologia Ltda.</Company>
<Copyright>Copyright 2023</Copyright>
<Copyright>Copyright 2024</Copyright>
<PackageProjectUrl>https://cessaodigital.com.br</PackageProjectUrl>
<RepositoryUrl>https://github.com/BITFIN-Software/CessaoDigital.Proxy</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -23,10 +23,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
602 changes: 3 additions & 599 deletions CessaoDigital.Proxy/CessaoDigital.Proxy.xml

Large diffs are not rendered by default.

181 changes: 0 additions & 181 deletions CessaoDigital.Proxy/Comunicacao/APIs/Recebiveis.cs

This file was deleted.

21 changes: 0 additions & 21 deletions CessaoDigital.Proxy/DTOs/BuscaDeRecebiveis.cs

This file was deleted.

49 changes: 0 additions & 49 deletions CessaoDigital.Proxy/DTOs/Chamado.cs

This file was deleted.

34 changes: 0 additions & 34 deletions CessaoDigital.Proxy/DTOs/Conciliacao.cs

This file was deleted.

Loading

0 comments on commit 3c84f09

Please sign in to comment.