Skip to content

Commit e1a8d01

Browse files
authored
Update CHANGELOG for 2.18.0 release (#1202)
1 parent beaa6c3 commit e1a8d01

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ 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-
## [2.18.0] 2022-xx-xx
7+
## [2.18.0] 2022-09-06
88

99
### 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
1217

1318
## [2.17.1] - 2022-06-28
1419

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
1. Update CHANGELOG.md with user visible changes
44
2. Ensure backend is building successfully (it verifies that all data we expect is present in the SDK)
55
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
77
5. Update `PackageValidationBaselineVersion` [here](src/Directory.Build.targets) to new version for backwards compatibility checks

build/azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ pr:
88
include:
99
- main
1010
- release/*
11+
paths:
12+
exclude:
13+
- '**/*.md'
14+
- docs
1115

1216
variables:
1317
RunPeVerify: true

0 commit comments

Comments
 (0)