Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenbe committed Feb 11, 2021
1 parent aa0d84a commit d05c518
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/version.debug
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.{incremental}-nightly
1.2.{incremental}-nightly
2 changes: 1 addition & 1 deletion build/version.debug.increment
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22
0
2 changes: 1 addition & 1 deletion build/version.release.increment
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
2
10 changes: 5 additions & 5 deletions src/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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/).

## [Nightly]
## [1.2.0]

### Added

Expand All @@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Support for using the ICustomWebUi to enable interactive auth in PnP PowerShell [erwinvanhunen - Erwin van Hunen]
- Support for offline CSOM testing! #100 [mgwojciech - Marcin Wojciechowski]
- Support for on-premises context creation and cloning, internal only as it's needed to support page transformation from on-prem [jansenbe - Bert Jansen]
- Allow use of tokens for TopicHeader and AlternativeText in Pages #137 [magarma - Miguel Angel García Martínez]
- Allow use of tokens for TopicHeader and AlternativeText in Pages #137 [magarma - Miguel Angel Garc�a Mart�nez]

### Changed

Expand All @@ -25,8 +25,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Refactor ACS token creation #119 [sebastianmattar - Sebastian Mattar]
- Fix wrong ReadOnly setting on ContentType LinkedFields #128 [czullu - Christian Zuellig]
- Fix for #117: failed to set content type on client side page #135 [czullu - Christian Zuellig]
- Fix bug when trying to add existing member or owner to a unified group. #139 [magarma - Miguel Angel García Martínez]
- Fix: Updating WebTemplateExtensionId value in payload dictionary. #143 [magarma - Miguel Angel García Martínez]
- Fix bug when trying to add existing member or owner to a unified group. #139 [magarma - Miguel Angel Garc�a Mart�nez]
- Fix: Updating WebTemplateExtensionId value in payload dictionary. #143 [magarma - Miguel Angel Garc�a Mart�nez]
- Fix some warnings #147 [jackpoz - Giacomo Pozzoni]
- Fix Escaped whiteSpace break JSON in NewDocumentTemplates #152 [czullu - Christian Zuellig]
- Fix because Modern List Creation creates CTType with 0x0100ParentOne00Id but ParentOne does not exist #153 [czullu - Christian Zuellig]
Expand Down Expand Up @@ -95,7 +95,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Feature - update beta endpoints to v1.0 for UnifiedGroups methods #62 [gautamdsheth - Gautam Sheth]
- Feature - added additional props for Team Site No Group #63 [gautamdsheth - Gautam Sheth]
- Fix - Parse tokens in the SearchCenterUrl #72 [YannickRe - Yannick Reekmans]
- Cert loading improvements #68 [mbakhoff - Märt]
- Cert loading improvements #68 [mbakhoff - M�rt]
- Fix - Keep the existing stack information on rethrowing the exception. #83 [YannickRe - Yannick Reekmans]
- Fix a null reference exception in cases where ClientContextSettings are null. #82 [YannickRe - Yannick Reekmans]
- Fix - app-only issue for teamifying group sites #78 [gautamdsheth - Gautam Sheth]
Expand Down
2 changes: 1 addition & 1 deletion src/lib/PnP.Framework/PnP.Framework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>8.0</LangVersion>
<RootNamespace>PnP.Framework</RootNamespace>
<AssemblyName>PnP.Framework</AssemblyName>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<Authors>PnP</Authors>
<Copyright>PnP 2020</Copyright>
<Description>PnP Framework contains the PnP Provisioning engine and a ton of extension methods that will make you more productive while developing for Microsoft 365.</Description>
Expand Down

0 comments on commit d05c518

Please sign in to comment.