Skip to content

Commit c7d02dc

Browse files
committed
Merge remote-tracking branch 'upstream/master' into 2019
2 parents 61f81a5 + d27a1fa commit c7d02dc

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## Version 2.10.1 - 2020-02-28
7+
## Version 2.11.0 - Unreleased
8+
### Added
9+
- Added `FileFormatVersions.2019` enum (#695)
10+
- Added `OpenXmlElementFunctionalExtensions.With` extension methods, which offer flexible means for constructing `OpenXmlElement` instances in the context of pure functional transformations.
811

12+
## Version 2.10.1 - 2020-02-28
913
### Fixed
10-
- Ensures attributes are available when `OpenXmlElement` is initialized with outer XML (#684, #692)
14+
- Ensured attributes are available when `OpenXmlElement` is initialized with outer XML (#684, #692)
1115
- Some documentation errors (#681)
1216
- Removed state that made it non-thread safe to validate elements under certain conditions (#686)
1317
- Correctly inserts strongly-typed elements before known elements that are not strongly-typed (#690)
@@ -16,7 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1620
### Added
1721
- Added initial Office 2016 support, including `FileFormatVersion.Office2016`, `ExtendedChartPart` and other new schema elements (#586)
1822
- Added .NET Standard 2.0 target (#587)
19-
- Include symbols support for debugging (#650)
23+
- Included symbols support for debugging (#650)
2024
- Exposed `IXmlNamespaceResolver` from `XmlPath` instead of formatted list of strings to expose namespace/prefix mapping (#536)
2125
- Implemented `IComparable<T>` and `IEquatable<T>` on `OpenXmlComparableSimpleValue` to allow comparisons without boxing (#550)
2226
- Added `OpenXmlPackage.RootPart` to easily access the root part on any package (#661)

src/DocumentFormat.OpenXml/DocumentFormat.OpenXml.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<!-- Remove all files under System as they need to be specifically opted into. They are
1616
helper files to fill the gaps of the various platforms that are targeted -->
1717
<Compile Remove="System\**\*.cs" />
18-
<Compile Remove="OpenXmlElementFunctionalExtensions.cs" />
1918
<Compile Include="System\UriHelper.cs" />
2019
</ItemGroup>
2120

test/DocumentFormat.OpenXml.Tests/DocumentFormat.OpenXml.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
<IsTestProject>true</IsTestProject>
66
</PropertyGroup>
77

8-
<ItemGroup>
9-
<Compile Remove="OpenXmlElementFunctionalExtensionsTests.cs" />
10-
</ItemGroup>
11-
128
<ItemGroup>
139
<ProjectReference Include="..\..\src\DocumentFormat.OpenXml\DocumentFormat.OpenXml.csproj" />
1410
<ProjectReference Include="..\DocumentFormat.OpenXml.Tests.Assets\DocumentFormat.OpenXml.Tests.Assets.csproj" />

0 commit comments

Comments
 (0)