Skip to content

Commit

Permalink
Version 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenbe committed Mar 1, 2024
1 parent be27723 commit f468729
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build/version.debug
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.{incremental}-nightly
1.12.{incremental}-nightly
2 changes: 1 addition & 1 deletion build/version.debug.increment
Original file line number Diff line number Diff line change
@@ -1 +1 @@
83
0
2 changes: 1 addition & 1 deletion build/version.release.increment
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11
12
2 changes: 1 addition & 1 deletion src/sdk/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/).

## [Unreleased]
## [1.12.0]

### Added

Expand Down
4 changes: 2 additions & 2 deletions src/sdk/PnP.Core.Admin/PnP.Core.Admin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<LangVersion>10.0</LangVersion>
<RootNamespace>PnP.Core.Admin</RootNamespace>
<AssemblyName>PnP.Core.Admin</AssemblyName>
<Version>1.11.0</Version>
<Version>1.12.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Copyright>PnP 2023</Copyright>
<Copyright>PnP 2024</Copyright>
<Company>PnP</Company>
<Authors>PnP</Authors>
<Description>This library adds admin related functionality to PnP Core SDK</Description>
Expand Down
4 changes: 2 additions & 2 deletions src/sdk/PnP.Core.Auth/PnP.Core.Auth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<LangVersion>10.0</LangVersion>
<RootNamespace>PnP.Core.Auth</RootNamespace>
<AssemblyName>PnP.Core.Auth</AssemblyName>
<Version>1.11.0</Version>
<Version>1.12.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Copyright>PnP 2023</Copyright>
<Copyright>PnP 2024</Copyright>
<Company>PnP</Company>
<Authors>PnP</Authors>
<Description>The PnP Core Auth library supports the PnP Core SDK providing a set of OAuth Authentication Providers internally based on the Microsoft Authentication Library.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<LangVersion>10.0</LangVersion>
<Version>1.11.0</Version>
<Version>1.12.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Copyright>PnP 2023</Copyright>
<Copyright>PnP 2024</Copyright>
<Company>PnP</Company>
<Authors>PnP</Authors>
<Description>[EXPERIMENTAL - Not yet officially released!] The PnP Core Transformation library provides a set of tools for the PnP Transformation Framework. Internally it is based on PnP.Core and PnP.Core.Auth.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<LangVersion>10.0</LangVersion>
<RootNamespace>PnP.Core.Transformation</RootNamespace>
<AssemblyName>PnP.Core.Transformation</AssemblyName>
<Version>1.11.0</Version>
<Version>1.12.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Copyright>PnP 2023</Copyright>
<Copyright>PnP 2024</Copyright>
<Company>PnP</Company>
<Authors>PnP</Authors>
<Description>[EXPERIMENTAL - Not yet officially released!] The PnP Core Transformation library provides a set of tools for the PnP Transformation Framework. Internally it is based on PnP.Core and PnP.Core.Auth.</Description>
Expand Down
4 changes: 2 additions & 2 deletions src/sdk/PnP.Core/PnP.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<LangVersion>10.0</LangVersion>
<RootNamespace>PnP.Core</RootNamespace>
<AssemblyName>PnP.Core</AssemblyName>
<Version>1.11.0</Version>
<Version>1.12.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Copyright>PnP 2023</Copyright>
<Copyright>PnP 2024</Copyright>
<Company>PnP</Company>
<Authors>PnP</Authors>
<Description>The PnP Core SDK provides a development model that unites SharePoint REST and Microsoft Graph in a high performance, lightweight library. The SDK uses a model which under the covers is automatically translated to the needed SharePoint REST or Microsoft Graph queries.</Description>
Expand Down

0 comments on commit f468729

Please sign in to comment.