Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
[*] Atualizações de dependências.
Browse files Browse the repository at this point in the history
  • Loading branch information
rftd committed May 28, 2021
1 parent e375b31 commit b020799
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/ACBr.Net.Sat.Demo/ACBr.Net.Sat.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@
<Version>1.2.5</Version>
</PackageReference>
<PackageReference Include="ACBr.Net.DFe.Core">
<Version>1.2.8.3</Version>
<Version>1.2.8.4</Version>
</PackageReference>
<PackageReference Include="ACBr.Net.Integrador">
<Version>1.2.0.9</Version>
</PackageReference>
<PackageReference Include="NLog">
<Version>4.7.9</Version>
<Version>4.7.10</Version>
</PackageReference>
<PackageReference Include="NLog.Windows.Forms">
<Version>4.4.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/ACBr.Net.Sat.Demo/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Fastreport" publicKeyToken="5ceb240df42bf6e8" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2021.2.14.0" newVersion="2021.2.14.0" />
<bindingRedirect oldVersion="0.0.0.0-2021.3.1.0" newVersion="2021.3.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FastReport.OpenSource" Version="2021.2.14" />
<PackageReference Include="FastReport.OpenSource.Export.PdfSimple" Version="2021.2.0" />
<PackageReference Include="FastReport.OpenSource" Version="2021.3.1" />
<PackageReference Include="FastReport.OpenSource.Export.PdfSimple" Version="2021.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/ACBr.Net.Sat/ACBr.Net.Sat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<NeutralLanguage>pt-BR</NeutralLanguage>
<AssemblyVersion>1.2.8.0</AssemblyVersion>
<FileVersion>1.2.8.0</FileVersion>
<Version>1.2.8.1</Version>
<Version>1.2.8.0</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
Expand Down Expand Up @@ -62,7 +62,7 @@

<ItemGroup>
<PackageReference Include="ACBr.Net.Core" Version="1.2.5" />
<PackageReference Include="ACBr.Net.DFe.Core" Version="1.2.8.3" />
<PackageReference Include="ACBr.Net.DFe.Core" Version="1.2.8.4" />
<PackageReference Include="ExtraConstraints.Fody" Version="1.14.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit b020799

Please sign in to comment.