diff --git a/build/release-official.ps1 b/build/release-official.ps1
index faee5dbf48..8a232a7d2d 100644
--- a/build/release-official.ps1
+++ b/build/release-official.ps1
@@ -19,7 +19,7 @@ dotnet build $PSScriptRoot\..\src\sdk\PnP.Core.Admin\PnP.Core.Admin.csproj --con
# Sign the binaries
Write-Host "Signing the binaries..."
-d:\github\SharePointPnP\CodeSigning\PnP\sign-pnpbinaries.ps1 -SignJson pnpcoreassemblies
+q:\github\SharePointPnP\CodeSigning\PnP\sign-pnpbinaries.ps1 -SignJson pnpcoreassemblies
# Package the release version
Write-Host "Packinging PnP.Core version $version..."
@@ -38,9 +38,9 @@ $apiKey = Read-Host "NuGet API key"
if ($apiKey.Length -gt 0)
{
# Push the actual packages and the symbol packages
- nuget push d:\github\pnpcore\src\sdk\PnP.Core\bin\release\PnP.Core.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
- nuget push d:\github\pnpcore\src\sdk\PnP.Core.Auth\bin\release\PnP.Core.Auth.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
- nuget push d:\github\pnpcore\src\sdk\PnP.Core.Admin\bin\release\PnP.Core.Admin.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
+ nuget push q:\github\pnpcore\src\sdk\PnP.Core\bin\release\PnP.Core.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
+ nuget push q:\github\pnpcore\src\sdk\PnP.Core.Auth\bin\release\PnP.Core.Auth.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
+ nuget push q:\github\pnpcore\src\sdk\PnP.Core.Admin\bin\release\PnP.Core.Admin.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
# Persist last used version
Write-Host "Writing $version to git"
diff --git a/build/release-signed-nightly.ps1 b/build/release-signed-nightly.ps1
index 2f3a5335f5..0b672101f0 100644
--- a/build/release-signed-nightly.ps1
+++ b/build/release-signed-nightly.ps1
@@ -23,7 +23,7 @@ dotnet build $PSScriptRoot\..\src\sdk\PnP.Core.Transformation.SharePoint\PnP.Cor
# Sign the binaries
Write-Host "Signing the binaries..."
-d:\github\SharePointPnP\CodeSigning\PnP\sign-pnpbinaries.ps1 -SignJson pnpcoreassemblies
+q:\github\SharePointPnP\CodeSigning\PnP\sign-pnpbinaries.ps1 -SignJson pnpcoreassemblies
# Package the release version
Write-Host "Packinging PnP.Core version $version..."
@@ -46,11 +46,11 @@ $apiKey = Read-Host "NuGet API key"
if ($apiKey.Length -gt 0)
{
# Push the actual packages and the symbol packages
- nuget push d:\github\pnpcore\src\sdk\PnP.Core\bin\release\PnP.Core.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
- nuget push d:\github\pnpcore\src\sdk\PnP.Core.Auth\bin\release\PnP.Core.Auth.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
- nuget push d:\github\pnpcore\src\sdk\PnP.Core.Admin\bin\release\PnP.Core.Admin.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
- nuget push d:\github\pnpcore\src\sdk\PnP.Core.Transformation\bin\release\PnP.Core.Transformation.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
- nuget push d:\github\pnpcore\src\sdk\PnP.Core.Transformation.SharePoint\bin\release\PnP.Core.Transformation.SharePoint.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
+ nuget push q:\github\pnpcore\src\sdk\PnP.Core\bin\release\PnP.Core.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
+ nuget push q:\github\pnpcore\src\sdk\PnP.Core.Auth\bin\release\PnP.Core.Auth.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
+ nuget push q:\github\pnpcore\src\sdk\PnP.Core.Admin\bin\release\PnP.Core.Admin.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
+ nuget push q:\github\pnpcore\src\sdk\PnP.Core.Transformation\bin\release\PnP.Core.Transformation.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
+ nuget push q:\github\pnpcore\src\sdk\PnP.Core.Transformation.SharePoint\bin\release\PnP.Core.Transformation.SharePoint.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
# Persist last used version
Write-Host "Writing $version to git"
diff --git a/build/version.debug b/build/version.debug
index 17e0472cda..24a24e6812 100644
--- a/build/version.debug
+++ b/build/version.debug
@@ -1 +1 @@
-1.13.{incremental}-nightly
\ No newline at end of file
+1.14.{incremental}-nightly
\ No newline at end of file
diff --git a/build/version.debug.increment b/build/version.debug.increment
index 82cced27d7..573541ac97 100644
--- a/build/version.debug.increment
+++ b/build/version.debug.increment
@@ -1 +1 @@
-51
+0
diff --git a/build/version.release.increment b/build/version.release.increment
index ca7bf83ac5..da2d3988d7 100644
--- a/build/version.release.increment
+++ b/build/version.release.increment
@@ -1 +1 @@
-13
\ No newline at end of file
+14
\ No newline at end of file
diff --git a/src/sdk/CHANGELOG.md b/src/sdk/CHANGELOG.md
index 987087c8ba..f1f61a5823 100644
--- a/src/sdk/CHANGELOG.md
+++ b/src/sdk/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.14]
### Added
diff --git a/src/sdk/PnP.Core.Admin/PnP.Core.Admin.csproj b/src/sdk/PnP.Core.Admin/PnP.Core.Admin.csproj
index 0151bd2ad0..1826b682a9 100644
--- a/src/sdk/PnP.Core.Admin/PnP.Core.Admin.csproj
+++ b/src/sdk/PnP.Core.Admin/PnP.Core.Admin.csproj
@@ -5,7 +5,7 @@
10.0
PnP.Core.Admin
PnP.Core.Admin
- 1.13.0
+ 1.14.0
false
PnP 2024
PnP
diff --git a/src/sdk/PnP.Core.Auth/PnP.Core.Auth.csproj b/src/sdk/PnP.Core.Auth/PnP.Core.Auth.csproj
index c35f7e5c15..cae10ef51c 100644
--- a/src/sdk/PnP.Core.Auth/PnP.Core.Auth.csproj
+++ b/src/sdk/PnP.Core.Auth/PnP.Core.Auth.csproj
@@ -5,7 +5,7 @@
10.0
PnP.Core.Auth
PnP.Core.Auth
- 1.13.0
+ 1.14.0
false
PnP 2024
PnP
diff --git a/src/sdk/PnP.Core.Transformation.SharePoint/PnP.Core.Transformation.SharePoint.csproj b/src/sdk/PnP.Core.Transformation.SharePoint/PnP.Core.Transformation.SharePoint.csproj
index d41167d9a7..7766e6ab97 100644
--- a/src/sdk/PnP.Core.Transformation.SharePoint/PnP.Core.Transformation.SharePoint.csproj
+++ b/src/sdk/PnP.Core.Transformation.SharePoint/PnP.Core.Transformation.SharePoint.csproj
@@ -3,7 +3,7 @@
netstandard2.0;net6.0;net7.0;net8.0
10.0
- 1.13.0
+ 1.14.0
false
PnP 2024
PnP
diff --git a/src/sdk/PnP.Core.Transformation/PnP.Core.Transformation.csproj b/src/sdk/PnP.Core.Transformation/PnP.Core.Transformation.csproj
index 75f93bfba5..73bd720117 100644
--- a/src/sdk/PnP.Core.Transformation/PnP.Core.Transformation.csproj
+++ b/src/sdk/PnP.Core.Transformation/PnP.Core.Transformation.csproj
@@ -5,7 +5,7 @@
10.0
PnP.Core.Transformation
PnP.Core.Transformation
- 1.13.0
+ 1.14.0
false
PnP 2024
PnP
diff --git a/src/sdk/PnP.Core/PnP.Core.csproj b/src/sdk/PnP.Core/PnP.Core.csproj
index 4779755218..42baa1c673 100644
--- a/src/sdk/PnP.Core/PnP.Core.csproj
+++ b/src/sdk/PnP.Core/PnP.Core.csproj
@@ -5,7 +5,7 @@
10.0
PnP.Core
PnP.Core
- 1.13.0
+ 1.14.0
false
PnP 2024
PnP