Skip to content

Commit

Permalink
fix new version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunohash committed Jan 22, 2024
1 parent bb6f5f5 commit 807352b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ApiBrasil/ApiBrasil.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Company>Api Brasil</Company>
<Authors>Bruno Hashimoto</Authors>
<Description>Nugget para integração com os serviços da Api Brasil.</Description>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<iconUrl>https://apibrasil.io/frontend/img/logo.png</iconUrl>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions ApiBrasil/GenericCaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

namespace ApiBrasil
{
public static class GenericCaller
public static class ApiBrasilCommunity
{
public static async Task<string> Call(string type, string action, object content, ApiBrasilConfiguration config)
public static async Task<string> ApiBrasilCaller(string type, string action, object content, ApiBrasilConfiguration config)
{
var options = new RestClientOptions("https://gateway.apibrasil.io")
{
Expand Down

0 comments on commit 807352b

Please sign in to comment.