-
Notifications
You must be signed in to change notification settings - Fork 62
Release 1.20.1 - fix DeltaResponseHandler #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Update pool to Hosted Windows 2019 with VS2019
Update validatePR.yml for Azure Pipelines
Fixes #93. The propertyValue of an array item can be a JObject or a JValue in the case of a primitive.
…Handler Support JSON array of primitives
Bump version to 1.22
Set preview version in versionSuffix. Need to delete this before merging to master.
| <AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile> | ||
| <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | ||
| <VersionPrefix>1.20.0</VersionPrefix> | ||
| <VersionPrefix>1.20.1</VersionPrefix> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think 1.20.1 is correct but the title is indicating this should be 1.21.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed that. https://www.nuget.org/packages/Microsoft.Graph.Core 1.20.0 is the last release for this major version.
ddyett
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
|
…imeFrameworkVersion
- Dummy commit in csproj to trigger CI
Remove hanging quote to fix CI
|
One last change, I swear. Need to enable tests on building for preview and production build pipelines. |
Contains the fix for DeltaResponseHandler and CI/CD updates.
This will result in a release for 1.21.1.
@andrueastman I suggest you add a task to cherry pick c392714.