From ac7ee2734939c6b4767203cb7618888524c0df8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 06:31:13 +0000 Subject: [PATCH 1/3] Bump microsoft/setup-msbuild from 1.3 to 2 Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.3 to 2. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.3...v2) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deep-source.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deep-source.yml b/.github/workflows/deep-source.yml index 7e7eb3a..e009c35 100644 --- a/.github/workflows/deep-source.yml +++ b/.github/workflows/deep-source.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Setup MSBuild Path - uses: microsoft/setup-msbuild@v1.3 + uses: microsoft/setup-msbuild@v2 env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true From 23dbc79726a20da185e0d39ee7400a677e6668d1 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Mon, 15 Apr 2024 14:57:55 +0100 Subject: [PATCH 2/3] Update CEPAbertoClientTest.cs --- Tests/CEPAberto.Tests/CEPAbertoClientTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CEPAberto.Tests/CEPAbertoClientTest.cs b/Tests/CEPAberto.Tests/CEPAbertoClientTest.cs index 6fea790..46469f9 100644 --- a/Tests/CEPAberto.Tests/CEPAbertoClientTest.cs +++ b/Tests/CEPAberto.Tests/CEPAbertoClientTest.cs @@ -41,7 +41,7 @@ public void TestSearchNearest() // Assert result.Success.Should().BeTrue(); result.Altitude.Should().Be(1072.4); - result.PostalCode.Should().Be("36420000"); + result.PostalCode.Should().Be("36420970"); result.Latitude.Should().Be("-20.5236387"); result.Longitude.Should().Be("-43.691412"); result.Street.Should().BeNull(); From d89567cab27edc14792194680ca9ebb443a137fb Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Mon, 15 Apr 2024 15:44:22 +0100 Subject: [PATCH 3/3] Update CEPAbertoClientTest.cs --- Tests/CEPAberto.Tests/CEPAbertoClientTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CEPAberto.Tests/CEPAbertoClientTest.cs b/Tests/CEPAberto.Tests/CEPAbertoClientTest.cs index 46469f9..44fd8c7 100644 --- a/Tests/CEPAberto.Tests/CEPAbertoClientTest.cs +++ b/Tests/CEPAberto.Tests/CEPAbertoClientTest.cs @@ -42,7 +42,7 @@ public void TestSearchNearest() result.Success.Should().BeTrue(); result.Altitude.Should().Be(1072.4); result.PostalCode.Should().Be("36420970"); - result.Latitude.Should().Be("-20.5236387"); + result.Latitude.Should().Be("-20.5246307637"); result.Longitude.Should().Be("-43.691412"); result.Street.Should().BeNull(); result.Neighborhood.Should().BeNull();