diff --git a/README.md b/README.md index 742c91411a..777525e39a 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ The project **Kiota** code generator produces code that depends on the following - [Microsoft.Kiota.Abstractions](https://www.nuget.org/packages/Microsoft.Kiota.Abstractions/1.2.1) - [Microsoft.Kiota.Http.HttpClientLibrary](https://www.nuget.org/packages/Microsoft.Kiota.Http.HttpClientLibrary/1.0.6) - [Microsoft.Kiota.Serialization.Form](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Form/1.0.1) -- [Microsoft.Kiota.Serialization.Text](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Text/1.0.1) +- [Microsoft.Kiota.Serialization.Text](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Text/1.0.3) - [Microsoft.Kiota.Serialization.Json](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Json/1.0.7) - [Microsoft.Kiota.Authentication.Azure](https://www.nuget.org/packages/Microsoft.Kiota.Authentication.Azure/1.0.3) - [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.9.0) diff --git a/docs/Marketplace.md b/docs/Marketplace.md index 29d8b1a2e9..1e2fe1ed0b 100644 --- a/docs/Marketplace.md +++ b/docs/Marketplace.md @@ -61,7 +61,7 @@ The project **Kiota** code generator produces code that depends on the following - [Microsoft.Kiota.Abstractions](https://www.nuget.org/packages/Microsoft.Kiota.Abstractions/1.2.1) - [Microsoft.Kiota.Http.HttpClientLibrary](https://www.nuget.org/packages/Microsoft.Kiota.Http.HttpClientLibrary/1.0.6) - [Microsoft.Kiota.Serialization.Form](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Form/1.0.1) -- [Microsoft.Kiota.Serialization.Text](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Text/1.0.1) +- [Microsoft.Kiota.Serialization.Text](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Text/1.0.3) - [Microsoft.Kiota.Serialization.Json](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Json/1.0.7) - [Microsoft.Kiota.Authentication.Azure](https://www.nuget.org/packages/Microsoft.Kiota.Authentication.Azure/1.0.3) - [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.9.0) diff --git a/docs/Marketplace2022.md b/docs/Marketplace2022.md index 72445c4cbe..cdd311c848 100644 --- a/docs/Marketplace2022.md +++ b/docs/Marketplace2022.md @@ -61,7 +61,7 @@ The project **Kiota** code generator produces code that depends on the following - [Microsoft.Kiota.Abstractions](https://www.nuget.org/packages/Microsoft.Kiota.Abstractions/1.2.1) - [Microsoft.Kiota.Http.HttpClientLibrary](https://www.nuget.org/packages/Microsoft.Kiota.Http.HttpClientLibrary/1.0.6) - [Microsoft.Kiota.Serialization.Form](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Form/1.0.1) -- [Microsoft.Kiota.Serialization.Text](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Text/1.0.1) +- [Microsoft.Kiota.Serialization.Text](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Text/1.0.3) - [Microsoft.Kiota.Serialization.Json](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Json/1.0.7) - [Microsoft.Kiota.Authentication.Azure](https://www.nuget.org/packages/Microsoft.Kiota.Authentication.Azure/1.0.3) - [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.9.0) diff --git a/docs/VisualStudioForMac.md b/docs/VisualStudioForMac.md index ac3a245ef5..0eae758d40 100644 --- a/docs/VisualStudioForMac.md +++ b/docs/VisualStudioForMac.md @@ -52,7 +52,7 @@ The project **Kiota** code generator produces code that depends on the following - [Microsoft.Kiota.Abstractions](https://www.nuget.org/packages/Microsoft.Kiota.Abstractions/1.2.1) - [Microsoft.Kiota.Http.HttpClientLibrary](https://www.nuget.org/packages/Microsoft.Kiota.Http.HttpClientLibrary/1.0.6) - [Microsoft.Kiota.Serialization.Form](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Form/1.0.1) -- [Microsoft.Kiota.Serialization.Text](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Text/1.0.1) +- [Microsoft.Kiota.Serialization.Text](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Text/1.0.3) - [Microsoft.Kiota.Serialization.Json](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Json/1.0.7) - [Microsoft.Kiota.Authentication.Azure](https://www.nuget.org/packages/Microsoft.Kiota.Authentication.Azure/1.0.3) - [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/1.9.0) diff --git a/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs b/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs index efbfb925c4..139d21647a 100644 --- a/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs +++ b/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs @@ -101,7 +101,7 @@ public static class PackageDependencies public static readonly PackageDependency MicrosoftKiotaSerializationText = new PackageDependency( "Microsoft.Kiota.Serialization.Text", - "1.0.1"); + "1.0.3"); public static readonly PackageDependency Refit = new PackageDependency( diff --git a/test/GeneratedCode/Kiota/Net462/Net462.csproj b/test/GeneratedCode/Kiota/Net462/Net462.csproj index fdbffaad00..4082b00441 100644 --- a/test/GeneratedCode/Kiota/Net462/Net462.csproj +++ b/test/GeneratedCode/Kiota/Net462/Net462.csproj @@ -21,6 +21,6 @@ - + \ No newline at end of file diff --git a/test/GeneratedCode/Kiota/Net472/Net472.csproj b/test/GeneratedCode/Kiota/Net472/Net472.csproj index 2735aa1867..7c2e887f03 100644 --- a/test/GeneratedCode/Kiota/Net472/Net472.csproj +++ b/test/GeneratedCode/Kiota/Net472/Net472.csproj @@ -21,6 +21,6 @@ - + \ No newline at end of file diff --git a/test/GeneratedCode/Kiota/Net48/Net48.csproj b/test/GeneratedCode/Kiota/Net48/Net48.csproj index e65548b4a2..1cb50f393a 100644 --- a/test/GeneratedCode/Kiota/Net48/Net48.csproj +++ b/test/GeneratedCode/Kiota/Net48/Net48.csproj @@ -21,6 +21,6 @@ - + \ No newline at end of file diff --git a/test/GeneratedCode/Kiota/Net481/Net481.csproj b/test/GeneratedCode/Kiota/Net481/Net481.csproj index 43e2f6afb9..61dc7f0d29 100644 --- a/test/GeneratedCode/Kiota/Net481/Net481.csproj +++ b/test/GeneratedCode/Kiota/Net481/Net481.csproj @@ -21,6 +21,6 @@ - + \ No newline at end of file diff --git a/test/GeneratedCode/Kiota/Net6/Net6.csproj b/test/GeneratedCode/Kiota/Net6/Net6.csproj index 3e68b8bcac..ea7b4ee152 100644 --- a/test/GeneratedCode/Kiota/Net6/Net6.csproj +++ b/test/GeneratedCode/Kiota/Net6/Net6.csproj @@ -9,6 +9,6 @@ - + \ No newline at end of file diff --git a/test/GeneratedCode/Kiota/Net7/Net7.csproj b/test/GeneratedCode/Kiota/Net7/Net7.csproj index 8fb6e4e1e6..8c6af1f688 100644 --- a/test/GeneratedCode/Kiota/Net7/Net7.csproj +++ b/test/GeneratedCode/Kiota/Net7/Net7.csproj @@ -9,6 +9,6 @@ - + \ No newline at end of file diff --git a/test/GeneratedCode/Kiota/NetStandard20/NetStandard20.csproj b/test/GeneratedCode/Kiota/NetStandard20/NetStandard20.csproj index fa70685752..986aa97c15 100644 --- a/test/GeneratedCode/Kiota/NetStandard20/NetStandard20.csproj +++ b/test/GeneratedCode/Kiota/NetStandard20/NetStandard20.csproj @@ -9,6 +9,6 @@ - + \ No newline at end of file diff --git a/test/GeneratedCode/Kiota/NetStandard21/NetStandard21.csproj b/test/GeneratedCode/Kiota/NetStandard21/NetStandard21.csproj index 848f916ee9..751c59983f 100644 --- a/test/GeneratedCode/Kiota/NetStandard21/NetStandard21.csproj +++ b/test/GeneratedCode/Kiota/NetStandard21/NetStandard21.csproj @@ -9,6 +9,6 @@ - + \ No newline at end of file