From d21078e570267422766a642b6d87629f6d3e4d4f Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Mon, 27 Sep 2021 05:37:29 -0300 Subject: [PATCH 1/2] Change IsCertified to nullable --- Src/VTEX/Transport/Marketplace.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/VTEX/Transport/Marketplace.cs b/Src/VTEX/Transport/Marketplace.cs index 54eb913..f838ae3 100644 --- a/Src/VTEX/Transport/Marketplace.cs +++ b/Src/VTEX/Transport/Marketplace.cs @@ -43,7 +43,7 @@ public sealed class Marketplace /// true if this instance is certified; otherwise, false. /// [JsonProperty("isCertified")] - public bool IsCertified { get; set; } + public bool? IsCertified { get; set; } } } From 2b20929acdac7f6a605db9a42fba608e1744f206 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Mon, 27 Sep 2021 05:37:50 -0300 Subject: [PATCH 2/2] Update nuget packages --- Src/VTEX.API/VTEX.API.csproj | 2 +- Src/VTEX.Core/VTEX.Core.csproj | 2 +- Src/VTEX.Health/VTEX.Health.csproj | 6 +++--- Src/VTEX/VTEX.csproj | 4 ++-- Tests/VTEX.Tests/VTEX.Tests.csproj | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Src/VTEX.API/VTEX.API.csproj b/Src/VTEX.API/VTEX.API.csproj index 93c712d..46b44de 100644 --- a/Src/VTEX.API/VTEX.API.csproj +++ b/Src/VTEX.API/VTEX.API.csproj @@ -6,7 +6,7 @@ - + diff --git a/Src/VTEX.Core/VTEX.Core.csproj b/Src/VTEX.Core/VTEX.Core.csproj index a5fbe4b..f6d0a21 100644 --- a/Src/VTEX.Core/VTEX.Core.csproj +++ b/Src/VTEX.Core/VTEX.Core.csproj @@ -6,7 +6,7 @@ - + diff --git a/Src/VTEX.Health/VTEX.Health.csproj b/Src/VTEX.Health/VTEX.Health.csproj index fe7eecd..6b134c7 100644 --- a/Src/VTEX.Health/VTEX.Health.csproj +++ b/Src/VTEX.Health/VTEX.Health.csproj @@ -20,9 +20,9 @@ - - - + + + diff --git a/Src/VTEX/VTEX.csproj b/Src/VTEX/VTEX.csproj index 40fc109..7f89264 100644 --- a/Src/VTEX/VTEX.csproj +++ b/Src/VTEX/VTEX.csproj @@ -21,8 +21,8 @@ - - + + diff --git a/Tests/VTEX.Tests/VTEX.Tests.csproj b/Tests/VTEX.Tests/VTEX.Tests.csproj index 0c9fdc3..46ba9e3 100644 --- a/Tests/VTEX.Tests/VTEX.Tests.csproj +++ b/Tests/VTEX.Tests/VTEX.Tests.csproj @@ -8,12 +8,12 @@ - + runtime; build; native; contentfiles; analyzers all - - + +