File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
2328Version 2.7.2 : June 7, 2017
2429- Fixed assembly version information for strong naming.
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Once System.IO.Packaging on .NET Core has feature parity with WindowsBase (ie st
102102Change 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
You can’t perform that action at this time.
0 commit comments