Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
lira92 committed Oct 4, 2019
1 parent d0dc42e commit d9be0f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"projects": [ "src", "test" ],
"sdk": {
"version": "2.2.401"
}
}
3 changes: 2 additions & 1 deletion src/NubankClient/NubankClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.3.0</Version>
<Version>0.4.0</Version>
<Authors>Alan Lira</Authors>
<Description>Unoficial Nubank Api client for .Net</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/lira92/nubank-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/lira92/nubank-dotnet</RepositoryUrl>
<PackageTags>Nubank;Api;Credit Card</PackageTags>
Expand Down

0 comments on commit d9be0f0

Please sign in to comment.