File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 2.18.0] 2022-xx-xx
7
+ ## [ 2.18.0] 2022-09-06
8
8
9
9
### Added
10
- - Added DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021 namespace
11
- - Added durableId attribute to DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet
10
+ - Added DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021 namespace (#1196 )
11
+ - Added durableId attribute to DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet (#1196 )
12
+ - Added few base classes for typed elements, parts, and packages (#1185 )
13
+
14
+ ### Changed
15
+ - Adjusted LICENSE.md to conform to .NET Foundation requirements (#1194 )
16
+ - Miscellaneous changes for better perf for internal services
12
17
13
18
## [ 2.17.1] - 2022-06-28
14
19
Original file line number Diff line number Diff line change 3
3
1 . Update CHANGELOG.md with user visible changes
4
4
2 . Ensure backend is building successfully (it verifies that all data we expect is present in the SDK)
5
5
3 . Create release (tag)
6
- 4 . Create AzDo Release to push to NuGet.org
6
+ 4 . Create ( AzDo Release) [ https://office.visualstudio.com/OC/_release?_a=releases&view=mine&definitionId=231 ] to push to NuGet.org
7
7
5 . Update ` PackageValidationBaselineVersion ` [ here] ( src/Directory.Build.targets ) to new version for backwards compatibility checks
Original file line number Diff line number Diff line change 8
8
include :
9
9
- main
10
10
- release/*
11
+ paths :
12
+ exclude :
13
+ - ' **/*.md'
14
+ - docs
11
15
12
16
variables :
13
17
RunPeVerify : true
You can’t perform that action at this time.
0 commit comments