Skip to content

Commit a692594

Browse files
authored
2.8.0 notes added (#358)
Updated DocumentFormat.OpenXml.Package.props to include 2.8.0 release notes Updated README.md to include the date of 2.8.0 release
1 parent 9cc68bc commit a692594

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

DocumentFormat.OpenXml.Package.props

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@
1616
<Copyright>Copyright 2017 (c) Microsoft Corporation. All rights reserved.</Copyright>
1717
<PackageTags>openxml office</PackageTags>
1818
<PackageReleaseNotes><![CDATA[
19-
Version 2.7.3 : *In development*
20-
- Manual saving was fixed when autosave is false
19+
20+
Version 2.8.0 : December 28, 2017
21+
- Added default runtime directive for better .NET Native support
22+
- Fixed exceptions thrown when errors are encountered while opening packages to be consistent across platforms
2123
- Fixed issue on Mono platforms using System.IO.Packaging NuGet package (Xamarin, etc) when creating a document
24+
- Fixed manual saving of a package when autosave is false
25+
- Fixed schema constraint data and standardized serialization across platforms
26+
- Upgraded to System.IO.Packaging 4.4.0 which fixes some consistency with .NET Framework in opening packages
2227
2328
Version 2.7.2 : June 7, 2017
2429
- Fixed assembly version information for strong naming.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Once System.IO.Packaging on .NET Core has feature parity with WindowsBase (ie st
102102
Change Log
103103
==========
104104

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

0 commit comments

Comments
 (0)