Skip to content

Commit e208ea2

Browse files
authored
Merge pull request #635 from microsoftgraph/dev
Release 3.0.4
2 parents 921e07b + 7e8cd53 commit e208ea2

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/validatePullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
solutionName: Microsoft.Graph.Core.sln
1616
relativePath: ./src/Microsoft.Graph.Core
1717
steps:
18-
- uses: actions/checkout@v3.4.0
18+
- uses: actions/checkout@v3.5.0
1919

2020
- name: Setup .NET
2121
uses: actions/[email protected]

src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@
2020
<DelaySign>false</DelaySign>
2121
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
2222
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
23-
<VersionPrefix>3.0.3</VersionPrefix>
23+
<VersionPrefix>3.0.4</VersionPrefix>
2424
<VersionSuffix></VersionSuffix>
2525
<PackageReleaseNotes>
26-
- Allows checking for status codes without parsing request bodies in batch requests (https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/pull/626)
27-
- Updates kiota abstraction library dependencies to fix serialization errors.
28-
26+
- Updates kiota abstraction library dependencies to for generation updates to reduce code size
2927
</PackageReleaseNotes>
3028
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3129
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -58,8 +56,8 @@
5856
<PackageReference Include="System.Security.Claims" Version="4.3.0" />
5957
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.27.0" />
6058
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
61-
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.0.1" />
62-
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.1" />
59+
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.1.0" />
60+
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.2" />
6361
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.0.3" />
6462
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.0.1" />
6563
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.0.1" />

0 commit comments

Comments
 (0)