From a4e7e415b4342082b11c1b963ed7e01f6e35f7bf Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Sat, 21 Sep 2019 22:21:09 -0300 Subject: [PATCH 1/2] Update appveyor.yml --- appveyor.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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" }' From 0a1c87890be76425d43faebd56aeb37cbd8a1388 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Sat, 21 Sep 2019 22:49:48 -0300 Subject: [PATCH 2/2] Update csproj --- ViaCEP/ViaCEP.csproj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 - -