Skip to content

Commit

Permalink
Merge pull request #571 from christianhelle/dependabot/nuget/Microsof…
Browse files Browse the repository at this point in the history
…t.Kiota.Abstractions-1.1.4

Bump Microsoft.Kiota.Abstractions from 1.1.3 to 1.1.4
  • Loading branch information
christianhelle committed Jun 23, 2023
2 parents e97f3d4 + 2f0633b commit 143c21e
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The **OpenAPI Generator** code generator produces code that depends on the follo
- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3)

The project **Kiota** code generator produces code that depends on the following NuGet packages
- [Microsoft.Kiota.Abstractions](https://www.nuget.org/packages/Microsoft.Kiota.Abstractions/1.1.3)
- [Microsoft.Kiota.Abstractions](https://www.nuget.org/packages/Microsoft.Kiota.Abstractions/1.1.4)
- [Microsoft.Kiota.Http.HttpClientLibrary](https://www.nuget.org/packages/Microsoft.Kiota.Http.HttpClientLibrary/1.0.4)
- [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)
Expand Down
2 changes: 1 addition & 1 deletion docs/Marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The **OpenAPI Generator** code generator produces code that depends on the follo
- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3)

The project **Kiota** code generator produces code that depends on the following NuGet packages
- [Microsoft.Kiota.Abstractions](https://www.nuget.org/packages/Microsoft.Kiota.Abstractions/1.1.3)
- [Microsoft.Kiota.Abstractions](https://www.nuget.org/packages/Microsoft.Kiota.Abstractions/1.1.4)
- [Microsoft.Kiota.Http.HttpClientLibrary](https://www.nuget.org/packages/Microsoft.Kiota.Http.HttpClientLibrary/1.0.4)
- [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)
Expand Down
2 changes: 1 addition & 1 deletion docs/Marketplace2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The **OpenAPI Generator** code generator produces code that depends on the follo
- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3)

The project **Kiota** code generator produces code that depends on the following NuGet packages
- [Microsoft.Kiota.Abstractions](https://www.nuget.org/packages/Microsoft.Kiota.Abstractions/1.1.3)
- [Microsoft.Kiota.Abstractions](https://www.nuget.org/packages/Microsoft.Kiota.Abstractions/1.1.4)
- [Microsoft.Kiota.Http.HttpClientLibrary](https://www.nuget.org/packages/Microsoft.Kiota.Http.HttpClientLibrary/1.0.4)
- [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)
Expand Down
2 changes: 1 addition & 1 deletion docs/VisualStudioForMac.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The **OpenAPI Generator** code generator produces code that depends on the follo
- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3)

The project **Kiota** code generator produces code that depends on the following NuGet packages
- [Microsoft.Kiota.Abstractions](https://www.nuget.org/packages/Microsoft.Kiota.Abstractions/1.1.3)
- [Microsoft.Kiota.Abstractions](https://www.nuget.org/packages/Microsoft.Kiota.Abstractions/1.1.4)
- [Microsoft.Kiota.Http.HttpClientLibrary](https://www.nuget.org/packages/Microsoft.Kiota.Http.HttpClientLibrary/1.0.4)
- [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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static class PackageDependencies
public static readonly PackageDependency MicrosoftKiotaAbstractions =
new PackageDependency(
"Microsoft.Kiota.Abstractions",
new Version(1, 1, 2));
new Version(1, 1, 4));

public static readonly PackageDependency MicrosoftKiotaAuthenticationAzure =
new PackageDependency(
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Kiota/Net462/Net462.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.9.0" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.4" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.2" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.0.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Kiota/Net472/Net472.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.9.0" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.4" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.2" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.0.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Kiota/Net48/Net48.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.9.0" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.4" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.2" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.0.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Kiota/Net481/Net481.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.9.0" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.4" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.2" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.0.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Kiota/Net6/Net6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.9.0" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.4" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.2" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.0.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Kiota/Net7/Net7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.9.0" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.4" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.2" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.0.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.9.0" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.4" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.2" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.0.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.9.0" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.4" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.2" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.0.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.0.1" />
Expand Down

0 comments on commit 143c21e

Please sign in to comment.