Skip to content

Commit

Permalink
Merge pull request #15 from guibranco/feature/correção-padrão
Browse files Browse the repository at this point in the history
Feature/correção padrão
  • Loading branch information
guibranco committed Mar 28, 2020
2 parents 1ab3e41 + 734ca24 commit b73b69a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ViaCEP/ViaCEP.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>A251D320-410E-48F1-889D-9F59EB8CFEB9</ProjectGuid>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Guilherme Branco Stracini</Authors>
<Description>The ViaCEP WebService client for .NET projects</Description>
<Copyright2019 Guilherme Branco Stracini. All rights reserved.</Copyright>
<Copyright2020 Guilherme Branco Stracini. All rights reserved.</Copyright>
<PackageLicense>https://github.com/guibranco/ViaCEP/blob/master/LICENSE</PackageLicense>
<PackageProjectUrl>https://github.com/guibranco/ViaCEP/</PackageProjectUrl>
<RepositoryUrl>https://github.com/guibranco/ViaCEP</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageTags>cep zipcode postalcode postal zip address location api webservice brasil brazil correios ibge gia mf fazenda</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/guibranco/ViaCEP/master/logo.png</PackageIconUrl>
<Version>1.0.0</Version>
<PackageIconUrl>https://raw.githubusercontent.com/guibranco/ViaCEP/master/logo.png?v=1</PackageIconUrl>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageLicenseUrl>https://github.com/guibranco/ViaCEP/blob/master/LICENSE</PackageLicenseUrl>
</PropertyGroup>
Expand Down

0 comments on commit b73b69a

Please sign in to comment.