diff --git a/ViaCEP/ViaCEP.csproj b/ViaCEP/ViaCEP.csproj index 7543b3e..f846ecb 100644 --- a/ViaCEP/ViaCEP.csproj +++ b/ViaCEP/ViaCEP.csproj @@ -1,5 +1,4 @@ - netstandard2.0 true @@ -10,16 +9,15 @@ https://github.com/guibranco/ViaCEP/ https://github.com/guibranco/ViaCEP GIT - The first release + cep zipcode postalcode postal zip address location api webservice brasil brazil correios ibge gia mf fazenda https://raw.githubusercontent.com/guibranco/ViaCEP/master/logo.png 1.0.0 1.0.0.0 + https://github.com/guibranco/ViaCEP/blob/master/LICENSE - - diff --git a/appveyor.yml b/appveyor.yml index 61c770a..26c3bd6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,10 +30,12 @@ build: build_script: - dotnet tool install --global dotnet-sonarscanner - ps: 'if (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) { & dotnet - sonarscanner begin /k:"guibranco_ViaCEP" - /d:sonar.organization="guibranco-github" + sonarscanner begin + /k:"guibranco_ViaCEP" + /o:"guibranco-github" /d:sonar.host.url="https://sonarcloud.io" - /d:sonar.login="$env:SONAR_TOKEN" /v:"$env:APPVEYOR_BUILD_NUMBER" + /d:sonar.login="$env:SONAR_TOKEN" + /v:"$env:APPVEYOR_BUILD_NUMBER" /d:sonar.exclusions="**/bin/**/*,**/obj/**/*" /d:sonar.coverage.exclusions="ViaCEP.Tests/**,**/*Tests.cs" /d:sonar.cs.opencover.reportsPaths="$env:CD\ViaCEP.Tests\coverage.opencover.xml" }'