Skip to content

Commit

Permalink
Merge pull request #983 from christianhelle/renovate/jsonsubtypes-1.x
Browse files Browse the repository at this point in the history
Update dependency JsonSubTypes to 1.9.0
  • Loading branch information
christianhelle authored Sep 19, 2024
2 parents 0c73e37 + d9de533 commit c4999f9
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The project **Kiota** code generator produces code that depends on the following
- [Microsoft.Kiota.Authentication.Azure](https://www.nuget.org/packages/Microsoft.Kiota.Authentication.Azure)
- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity)

The **Swagger Codegen CLI** code generator produces code that depends on the [RestSharp](https://www.nuget.org/packages/RestSharp/105.1.0) and [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/1.2.0) NuGet packages
The **Swagger Codegen CLI** code generator produces code that depends on the [RestSharp](https://www.nuget.org/packages/RestSharp/105.1.0) and [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/1.9.0) NuGet packages

The **AutoRest** code generator produces code that depends on the [Microsoft.Rest.ClientRuntime](https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime/2.3.24) and [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) NuGet packages

Expand Down
2 changes: 1 addition & 1 deletion docs/Marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The project **Kiota** code generator produces code that depends on the following
- [Microsoft.Kiota.Authentication.Azure](https://www.nuget.org/packages/Microsoft.Kiota.Authentication.Azure)
- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity)

The **Swagger Codegen CLI** code generator produces code that depends on the [RestSharp](https://www.nuget.org/packages/RestSharp/105.1.0) and [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/1.2.0) NuGet packages
The **Swagger Codegen CLI** code generator produces code that depends on the [RestSharp](https://www.nuget.org/packages/RestSharp/105.1.0) and [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/1.9.0) NuGet packages

The **AutoRest** code generator produces code that depends on the [Microsoft.Rest.ClientRuntime](https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime/2.3.24) and [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) NuGet packages

Expand Down
2 changes: 1 addition & 1 deletion docs/Marketplace2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The project **Kiota** code generator produces code that depends on the following
- [Microsoft.Kiota.Authentication.Azure](https://www.nuget.org/packages/Microsoft.Kiota.Authentication.Azure)
- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity)

The **Swagger Codegen CLI** code generator produces code that depends on the [RestSharp](https://www.nuget.org/packages/RestSharp/105.1.0) and [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/1.2.0) NuGet packages
The **Swagger Codegen CLI** code generator produces code that depends on the [RestSharp](https://www.nuget.org/packages/RestSharp/105.1.0) and [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/1.9.0) NuGet packages

The **AutoRest** code generator produces code that depends on the [Microsoft.Rest.ClientRuntime](https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime/2.3.24) and [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) NuGet packages

Expand Down
2 changes: 1 addition & 1 deletion docs/VisualStudioForMac.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The project **Kiota** code generator produces code that depends on the following
- [Microsoft.Kiota.Authentication.Azure](https://www.nuget.org/packages/Microsoft.Kiota.Authentication.Azure)
- [Azure.Identity](https://www.nuget.org/packages/Azure.Identity)

The **Swagger Codegen CLI** code generator produces code that depends on the [RestSharp](https://www.nuget.org/packages/RestSharp/105.1.0) and [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/1.2.0) NuGet packages
The **Swagger Codegen CLI** code generator produces code that depends on the [RestSharp](https://www.nuget.org/packages/RestSharp/105.1.0) and [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/1.9.0) NuGet packages

The **AutoRest** code generator produces code that depends on the [Microsoft.Rest.ClientRuntime](https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime/2.3.24) and [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) NuGet packages

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static class PackageDependencies
public static readonly PackageDependency JsonSubTypes =
new PackageDependency(
"JsonSubTypes",
"1.8.0");
"1.9.0");

public static readonly PackageDependency RestSharpLatest =
new PackageDependency(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class SwaggerProjectFileContents
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include = ""JsonSubTypes"" Version=""1.2.0"" />
<PackageReference Include = ""JsonSubTypes"" Version=""1.9.0"" />
<PackageReference Include = ""RestSharp"" Version=""105.1.0"" />
<PackageReference Include = ""System.ComponentModel.Annotations"" Version=""4.5.0"" />
<PackageReference Include = ""System.Runtime.Serialization.Primitives"" Version=""4.3.0"" />
Expand All @@ -21,7 +21,7 @@ public static class SwaggerProjectFileContents
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include = ""JsonSubTypes"" Version=""1.2.0"" />
<PackageReference Include = ""JsonSubTypes"" Version=""1.9.0"" />
<PackageReference Include = ""RestSharp"" Version=""105.1.0"" />
<PackageReference Include = ""System.ComponentModel.Annotations"" Version=""4.5.0"" />
<PackageReference Include = ""System.Runtime.Serialization.Primitives"" Version=""4.3.0"" />
Expand All @@ -46,7 +46,7 @@ public static class SwaggerProjectFileContents
<Reference Include=""System.Xml"" />
</ItemGroup>
<ItemGroup>
<PackageReference Include = ""JsonSubTypes"" Version=""1.2.0"" />
<PackageReference Include = ""JsonSubTypes"" Version=""1.9.0"" />
<PackageReference Include = ""RestSharp"" Version=""105.1.0"" />
<PackageReference Include = ""System.ComponentModel.Annotations"" Version=""4.5.0"" />
<PackageReference Include = ""System.Runtime.Serialization.Primitives"" Version=""4.3.0"" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/SwaggerCodegen/Net462/Net462.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="1.2.0" />
<PackageReference Include="JsonSubTypes" Version="1.9.0" />
<PackageReference Include="RestSharp" Version="105.1.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/SwaggerCodegen/Net472/Net472.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="1.2.0" />
<PackageReference Include="JsonSubTypes" Version="1.9.0" />
<PackageReference Include="RestSharp" Version="105.1.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/SwaggerCodegen/Net48/Net48.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="1.2.0" />
<PackageReference Include="JsonSubTypes" Version="1.9.0" />
<PackageReference Include="RestSharp" Version="105.1.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/SwaggerCodegen/Net481/Net481.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="1.2.0" />
<PackageReference Include="JsonSubTypes" Version="1.9.0" />
<PackageReference Include="RestSharp" Version="105.1.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/SwaggerCodegen/Net6/Net6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="1.2.0" />
<PackageReference Include="JsonSubTypes" Version="1.9.0" />
<PackageReference Include="RestSharp" Version="105.1.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/SwaggerCodegen/Net7/Net7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="1.2.0" />
<PackageReference Include="JsonSubTypes" Version="1.9.0" />
<PackageReference Include="RestSharp" Version="105.1.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="1.2.0" />
<PackageReference Include="JsonSubTypes" Version="1.9.0" />
<PackageReference Include="RestSharp" Version="105.1.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="1.2.0" />
<PackageReference Include="JsonSubTypes" Version="1.9.0" />
<PackageReference Include="RestSharp" Version="105.1.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
Expand Down

0 comments on commit c4999f9

Please sign in to comment.