Skip to content

Commit 3c49a54

Browse files
author
Bert Jansen
committed
Prep for version 1.15
1 parent 91b230a commit 3c49a54

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

build/version.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.{incremental}-nightly
1+
1.15.{incremental}-nightly

build/version.debug.increment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
249
1+
0

src/sdk/PnP.Core.Admin/PnP.Core.Admin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<LangVersion>10.0</LangVersion>
66
<RootNamespace>PnP.Core.Admin</RootNamespace>
77
<AssemblyName>PnP.Core.Admin</AssemblyName>
8-
<Version>1.14.0</Version>
8+
<Version>1.15.0</Version>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
10-
<Copyright>PnP 2024</Copyright>
10+
<Copyright>PnP 2025</Copyright>
1111
<Company>PnP</Company>
1212
<Authors>PnP</Authors>
1313
<Description>This library adds admin related functionality to PnP Core SDK</Description>

src/sdk/PnP.Core.Auth/PnP.Core.Auth.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<LangVersion>10.0</LangVersion>
66
<RootNamespace>PnP.Core.Auth</RootNamespace>
77
<AssemblyName>PnP.Core.Auth</AssemblyName>
8-
<Version>1.14.0</Version>
8+
<Version>1.15.0</Version>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
10-
<Copyright>PnP 2024</Copyright>
10+
<Copyright>PnP 2025</Copyright>
1111
<Company>PnP</Company>
1212
<Authors>PnP</Authors>
1313
<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>

src/sdk/PnP.Core.Transformation.SharePoint/PnP.Core.Transformation.SharePoint.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net8.0;net9.0</TargetFrameworks>
55
<LangVersion>10.0</LangVersion>
6-
<Version>1.14.0</Version>
6+
<Version>1.15.0</Version>
77
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
8-
<Copyright>PnP 2024</Copyright>
8+
<Copyright>PnP 2025</Copyright>
99
<Company>PnP</Company>
1010
<Authors>PnP</Authors>
1111
<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>

src/sdk/PnP.Core.Transformation/PnP.Core.Transformation.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<LangVersion>10.0</LangVersion>
66
<RootNamespace>PnP.Core.Transformation</RootNamespace>
77
<AssemblyName>PnP.Core.Transformation</AssemblyName>
8-
<Version>1.14.0</Version>
8+
<Version>1.15.0</Version>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
10-
<Copyright>PnP 2024</Copyright>
10+
<Copyright>PnP 2025</Copyright>
1111
<Company>PnP</Company>
1212
<Authors>PnP</Authors>
1313
<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>

src/sdk/PnP.Core/PnP.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<LangVersion>10.0</LangVersion>
66
<RootNamespace>PnP.Core</RootNamespace>
77
<AssemblyName>PnP.Core</AssemblyName>
8-
<Version>1.14.0</Version>
8+
<Version>1.15.0</Version>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
10-
<Copyright>PnP 2024</Copyright>
10+
<Copyright>PnP 2025</Copyright>
1111
<Company>PnP</Company>
1212
<Authors>PnP</Authors>
1313
<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>

0 commit comments

Comments
 (0)