Skip to content

Commit

Permalink
Nuget Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelEstevamReis committed Oct 3, 2024
1 parent 9694e74 commit 5d923ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Sicoob.Cobranca/Sicoob.Cobranca.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>10.0</LangVersion>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<Version>0.0.6-alpha</Version>
<Version>1.0.0</Version>
<Authors>RafaelEstevam.Net</Authors>
<Company>SHARP SISTEMAS LTDA</Company>
<Product>Sicoob Cobrança for C#</Product>
Expand Down
2 changes: 1 addition & 1 deletion Sicoob.Conta/Sicoob.Conta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>10.0</LangVersion>
<LangVersion>12.0</LangVersion>
<Nullable>warnings</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<Version>0.9.3</Version>
Expand Down
4 changes: 2 additions & 2 deletions Sicoob.PIX/Sicoob.PIX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>10.0</LangVersion>
<LangVersion>12.0</LangVersion>
<Nullable>warnings</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<Version>0.9.7.5</Version>
<Version>0.9.8</Version>
<Authors>RafaelEstevam.Net</Authors>
<Company>SHARP SISTEMAS LTDA</Company>
<Product>Sicoob PIX for C#</Product>
Expand Down
4 changes: 2 additions & 2 deletions Sicoob.Shared/Sicoob.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>10.0</LangVersion>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<Authors>RafaelEstevam.Net</Authors>
<Company>SHARP SISTEMAS LTDA</Company>
<Product>Base library for Sicoob APIs for C#</Product>
Expand Down

0 comments on commit 5d923ac

Please sign in to comment.