diff --git a/build/release-official.ps1 b/build/release-official.ps1
index fdf5a415..88fd2f9e 100644
--- a/build/release-official.ps1
+++ b/build/release-official.ps1
@@ -15,7 +15,7 @@ dotnet build $PSScriptRoot\..\src\lib\PnP.Framework\PnP.Framework.csproj --confi
# Sign the binaries
Write-Host "Signing the binaries..."
-d:\github\SharePointPnP\CodeSigning\PnP\sign-pnpbinaries.ps1 -SignJson pnpframeworkassemblies
+q:\github\SharePointPnP\CodeSigning\PnP\sign-pnpbinaries.ps1 -SignJson pnpframeworkassemblies
# Package the release version
Write-Host "Packinging PnP.Framework version $version..."
@@ -30,7 +30,7 @@ $apiKey = Read-Host "NuGet API key"
if ($apiKey.Length -gt 0)
{
# Push the actual package and the symbol package
- nuget push d:\github\pnpframework\src\lib\PnP.Framework\bin\release\PnP.Framework.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
+ nuget push q:\github\pnpframework\src\lib\PnP.Framework\bin\release\PnP.Framework.$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 b7cc185a..6ca5b0b9 100644
--- a/build/release-signed-nightly.ps1
+++ b/build/release-signed-nightly.ps1
@@ -15,7 +15,7 @@ dotnet build $PSScriptRoot\..\src\lib\PnP.Framework\PnP.Framework.csproj --confi
# Sign the binaries
Write-Host "Signing the binaries..."
-d:\github\SharePointPnP\CodeSigning\PnP\sign-pnpbinaries.ps1 -SignJson pnpframeworkassemblies
+q:\github\SharePointPnP\CodeSigning\PnP\sign-pnpbinaries.ps1 -SignJson pnpframeworkassemblies
# Package the release version
Write-Host "Packinging PnP.Framework version $version..."
@@ -30,7 +30,7 @@ $apiKey = Read-Host "NuGet API key"
if ($apiKey.Length -gt 0)
{
# Push the actual package and the symbol package
- nuget push d:\github\pnpframework\src\lib\PnP.Framework\bin\release\PnP.Framework.$version.nupkg -ApiKey $apiKey -source https://api.nuget.org/v3/index.json
+ nuget push q:\github\pnpframework\src\lib\PnP.Framework\bin\release\PnP.Framework.$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 def0686a..182d13e6 100644
--- a/build/version.debug
+++ b/build/version.debug
@@ -1 +1 @@
-1.16.{incremental}-nightly
\ No newline at end of file
+1.17.{incremental}-nightly
\ No newline at end of file
diff --git a/build/version.debug.increment b/build/version.debug.increment
index c7930257..c2270834 100644
--- a/build/version.debug.increment
+++ b/build/version.debug.increment
@@ -1 +1 @@
-7
\ 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 19c7bdba..8e2afd34 100644
--- a/build/version.release.increment
+++ b/build/version.release.increment
@@ -1 +1 @@
-16
\ No newline at end of file
+17
\ No newline at end of file
diff --git a/src/lib/CHANGELOG.md b/src/lib/CHANGELOG.md
index 40ab0376..9845e4f0 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.17.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 a31d8e51..b77e2c49 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 @@
-
+
diff --git a/src/lib/PnP.Framework/PnP.Framework.csproj b/src/lib/PnP.Framework/PnP.Framework.csproj
index 043d3558..6c6887cb 100644
--- a/src/lib/PnP.Framework/PnP.Framework.csproj
+++ b/src/lib/PnP.Framework/PnP.Framework.csproj
@@ -5,7 +5,7 @@
10.0
PnP.Framework
PnP.Framework
- 1.16.0
+ 1.17.0
PnP
PnP 2024
PnP Framework contains the PnP Provisioning engine and a ton of extension methods that will make you more productive while developing for Microsoft 365.
@@ -257,7 +257,7 @@
-
+