Skip to content
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

Microsoft365 schemas update #1097

Merged
merged 12 commits into from
Dec 16, 2021
Merged

Microsoft365 schemas update #1097

merged 12 commits into from
Dec 16, 2021

Conversation

tomjebo
Copy link
Collaborator

@tomjebo tomjebo commented Dec 14, 2021

This adds code for new and updated schema types for the subscription releases of Office.

New stuff:
http://schemas.microsoft.com/office/drawing/2021/oembed:
DocumentFormat.OpenXml.Microsoft365.Drawing.OEmbed.OEmbedShared - CT_OEmbedShared and global aoe:oembedShared element

http://schemas.microsoft.com/office/drawing/2021/scriptlink
DocumentFormat.OpenXml.Microsoft365.Drawing.ScriptLink.ScriptLink - CT_ScriptLink and global asl:scriptLink element

http://schemas.microsoft.com/office/powerpoint/2021/06/main
DocumentFormat.OpenXml.Microsoft365.PowerPoint.Tasks.TaskHistoryDetails - CT_TaskHistoryDetails and global
p216:taskHistoryDetails

NOTE: this type and element were moved from
http://schemas.microsoft.com/office/powerpoint/2019/12/main but remain in the
DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks namespace for backward
compatibility.

http://schemas.microsoft.com/office/word/2020/oembed
DocumentFormat.OpenXml.Microsoft365.Word.OEmbed.OEmbed - CT_OEmbed and global woe:oembed element

@twsouthwick
Copy link
Member

@tomjebo Don't forget to run the Generator.Linq project to generate the latest for that project (hopefully soon will be a true source gneerator but is not at the moment).

Copy link
Member

@twsouthwick twsouthwick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the launchSettings file and can you verify that the namespace that is being removed is intentional?

@tomjebo tomjebo merged commit 2831c8b into dotnet:main Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants