Skip to content

Commit fbe3c77

Browse files
authored
Merge pull request #651 from microsoftgraph/andrueastman/release
Include error information in request header instances
2 parents 9e9cec0 + aebe7cf commit fbe3c77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@
2020
<DelaySign>false</DelaySign>
2121
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
2222
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
23-
<VersionPrefix>3.0.5</VersionPrefix>
23+
<VersionPrefix>3.0.6</VersionPrefix>
2424
<VersionSuffix></VersionSuffix>
2525
<PackageReleaseNotes>
26-
- Adds support from create a new batch request from failed requests(https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/pull/636)
27-
- Updates batchReqeust builders to allow passing of error mappings from service libraries.
26+
- Include Request headers in APIException instances
2827
</PackageReleaseNotes>
2928
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3029
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)