Skip to content

Commit

Permalink
Update CHANGELOG for 2.18.0 release (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick authored Sep 6, 2022
1 parent beaa6c3 commit e1a8d01
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.18.0] 2022-xx-xx
## [2.18.0] 2022-09-06

### Added
- Added DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021 namespace
- Added durableId attribute to DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet
- Added DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021 namespace (#1196)
- Added durableId attribute to DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet (#1196)
- Added few base classes for typed elements, parts, and packages (#1185)

### Changed
- Adjusted LICENSE.md to conform to .NET Foundation requirements (#1194)
- Miscellaneous changes for better perf for internal services

## [2.17.1] - 2022-06-28

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
1. Update CHANGELOG.md with user visible changes
2. Ensure backend is building successfully (it verifies that all data we expect is present in the SDK)
3. Create release (tag)
4. Create AzDo Release to push to NuGet.org
4. Create (AzDo Release)[https://office.visualstudio.com/OC/_release?_a=releases&view=mine&definitionId=231] to push to NuGet.org
5. Update `PackageValidationBaselineVersion` [here](src/Directory.Build.targets) to new version for backwards compatibility checks
4 changes: 4 additions & 0 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ pr:
include:
- main
- release/*
paths:
exclude:
- '**/*.md'
- docs

variables:
RunPeVerify: true
Expand Down

0 comments on commit e1a8d01

Please sign in to comment.