Skip to content

Commit

Permalink
Merge pull request #21 from guibranco/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
guibranco committed Mar 28, 2020
2 parents 2f10461 + df2cf0c commit 1fe37da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ A .NET client wrapper for both .NET Core & .NET Framework projects of [Via CEP A

## Code Quality

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ed3ad9dbaf5e4ac5b51390a69fcdeea5)](https://www.codacy.com/manual/guilherme_9/ViaCEP?utm_source=github.com&utm_medium=referral&utm_content=guibranco/ViaCEP&utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/guibranco/SMSDev/branch/master/graph/badge.svg)](https://codecov.io/gh/guibranco/SMSDev)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=guibranco_ViaCEP&metric=alert_status)](https://sonarcloud.io/dashboard?id=guibranco_ViaCEP)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=guibranco_ViaCEP&metric=coverage)](https://sonarcloud.io/dashboard?id=guibranco_ViaCEP)
Expand Down
2 changes: 1 addition & 1 deletion Src/ViaCEP/ViaCEP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Guilherme Branco Stracini</Authors>
<Description>The ViaCEP WebService client for .NET projects</Description>
<Description>The ViaCEP WebService client for .NET projects (both .NET Core and .NET Framework)</Description>
<Copyright>© 2020 Guilherme Branco Stracini. All rights reserved.</Copyright>
<PackageLicense>https://github.com/guibranco/ViaCEP/blob/master/LICENSE</PackageLicense>
<PackageProjectUrl>https://github.com/guibranco/ViaCEP/</PackageProjectUrl>
Expand Down

0 comments on commit 1fe37da

Please sign in to comment.