diff --git a/build/version.debug b/build/version.debug index 24a24e681..4cdd98504 100644 --- a/build/version.debug +++ b/build/version.debug @@ -1 +1 @@ -1.14.{incremental}-nightly \ No newline at end of file +1.15.{incremental}-nightly \ No newline at end of file diff --git a/build/version.debug.increment b/build/version.debug.increment index a76c74dce..c22708346 100644 --- a/build/version.debug.increment +++ b/build/version.debug.increment @@ -1 +1 @@ -75 \ No newline at end of file +0 \ No newline at end of file diff --git a/build/version.release.increment b/build/version.release.increment index ca7bf83ac..3f10ffe7a 100644 --- a/build/version.release.increment +++ b/build/version.release.increment @@ -1 +1 @@ -13 \ No newline at end of file +15 \ No newline at end of file diff --git a/src/lib/CHANGELOG.md b/src/lib/CHANGELOG.md index dfcbc8f4e..af1439efb 100644 --- a/src/lib/CHANGELOG.md +++ b/src/lib/CHANGELOG.md @@ -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.15.0] ### Added diff --git a/src/lib/PnP.Framework.Test/PnP.Framework.Test.csproj b/src/lib/PnP.Framework.Test/PnP.Framework.Test.csproj index 22dd740ca..ea338dd04 100644 --- a/src/lib/PnP.Framework.Test/PnP.Framework.Test.csproj +++ b/src/lib/PnP.Framework.Test/PnP.Framework.Test.csproj @@ -186,7 +186,7 @@ <PackageReference Include="PrivateObjectExtensions" Version="1.4.0" /> <PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" /> <PackageReference Include="System.Security.Cryptography.Xml" Version="8.0.0" /> - <PackageReference Include="PnP.Core" Version="1.11.*-*" Condition="'$(PnPCoreSdkPath)' == ''" /> + <PackageReference Include="PnP.Core" Version="1.12.*-*" Condition="'$(PnPCoreSdkPath)' == ''" /> </ItemGroup> <ItemGroup> diff --git a/src/lib/PnP.Framework/PnP.Framework.csproj b/src/lib/PnP.Framework/PnP.Framework.csproj index 39e9414cf..4860104c0 100644 --- a/src/lib/PnP.Framework/PnP.Framework.csproj +++ b/src/lib/PnP.Framework/PnP.Framework.csproj @@ -5,9 +5,9 @@ <LangVersion>10.0</LangVersion> <RootNamespace>PnP.Framework</RootNamespace> <AssemblyName>PnP.Framework</AssemblyName> - <Version>1.14.0</Version> + <Version>1.15.0</Version> <Authors>PnP</Authors> - <Copyright>PnP 2023</Copyright> + <Copyright>PnP 2024</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> <PackageIcon>nugeticon.png</PackageIcon> <PublishRepositoryUrl>true</PublishRepositoryUrl> @@ -257,7 +257,7 @@ <PackageReference Include="Microsoft.Identity.Client" Version="4.50.0" /> <PackageReference Include="Microsoft.SharePointOnline.CSOM" Version="16.1.*" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> - <PackageReference Include="PnP.Core" Version="1.11.*-*" Condition="'$(PnPCoreSdkPath)' == ''" /> + <PackageReference Include="PnP.Core" Version="1.12.*-*" Condition="'$(PnPCoreSdkPath)' == ''" /> <PackageReference Include="Portable.Xaml" Version="0.26.0" /> <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.35.0" /> </ItemGroup>