Skip to content

Commit

Permalink
Version 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen committed Aug 16, 2024
1 parent 7570263 commit 753e714
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions build/release-official.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand All @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions build/release-signed-nightly.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion build/version.debug
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.{incremental}-nightly
1.14.{incremental}-nightly
2 changes: 1 addition & 1 deletion build/version.debug.increment
Original file line number Diff line number Diff line change
@@ -1 +1 @@
51
0
2 changes: 1 addition & 1 deletion build/version.release.increment
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13
14
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.14]

### Added

Expand Down
2 changes: 1 addition & 1 deletion src/sdk/PnP.Core.Admin/PnP.Core.Admin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>10.0</LangVersion>
<RootNamespace>PnP.Core.Admin</RootNamespace>
<AssemblyName>PnP.Core.Admin</AssemblyName>
<Version>1.13.0</Version>
<Version>1.14.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Copyright>PnP 2024</Copyright>
<Company>PnP</Company>
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/PnP.Core.Auth/PnP.Core.Auth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>10.0</LangVersion>
<RootNamespace>PnP.Core.Auth</RootNamespace>
<AssemblyName>PnP.Core.Auth</AssemblyName>
<Version>1.13.0</Version>
<Version>1.14.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Copyright>PnP 2024</Copyright>
<Company>PnP</Company>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<LangVersion>10.0</LangVersion>
<Version>1.13.0</Version>
<Version>1.14.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Copyright>PnP 2024</Copyright>
<Company>PnP</Company>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>10.0</LangVersion>
<RootNamespace>PnP.Core.Transformation</RootNamespace>
<AssemblyName>PnP.Core.Transformation</AssemblyName>
<Version>1.13.0</Version>
<Version>1.14.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Copyright>PnP 2024</Copyright>
<Company>PnP</Company>
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/PnP.Core/PnP.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>10.0</LangVersion>
<RootNamespace>PnP.Core</RootNamespace>
<AssemblyName>PnP.Core</AssemblyName>
<Version>1.13.0</Version>
<Version>1.14.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Copyright>PnP 2024</Copyright>
<Company>PnP</Company>
Expand Down

0 comments on commit 753e714

Please sign in to comment.