Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions DocumentFormat.OpenXml.Package.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@
<Copyright>Copyright 2017 (c) Microsoft Corporation. All rights reserved.</Copyright>
<PackageTags>openxml office</PackageTags>
<PackageReleaseNotes><![CDATA[
Version 2.7.3 : *In development*
- Manual saving was fixed when autosave is false
Copy link
Member

Choose a reason for hiding this comment

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

nit: extra newline

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oops. thanks.

Version 2.8.0 : December 28, 2017
- Added default runtime directive for better .NET Native support
- Fixed exceptions thrown when errors are encountered while opening packages to be consistent across platforms
- Fixed issue on Mono platforms using System.IO.Packaging NuGet package (Xamarin, etc) when creating a document
- Fixed manual saving of a package when autosave is false
- Fixed schema constraint data and standardized serialization across platforms
- Upgraded to System.IO.Packaging 4.4.0 which fixes some consistency with .NET Framework in opening packages
Version 2.7.2 : June 7, 2017
- Fixed assembly version information for strong naming.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Once System.IO.Packaging on .NET Core has feature parity with WindowsBase (ie st
Change Log
==========

Version 2.8.0 : *In development*
Version 2.8.0 : December 28, 2017
- Added default runtime directive for better .NET Native support
- Fixed exceptions thrown when errors are encountered while opening packages to be consistent across platforms
- Fixed issue on Mono platforms using System.IO.Packaging NuGet package (Xamarin, etc) when creating a document
Expand Down