File tree 8 files changed +11
-11
lines changed
8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dotnet build $PSScriptRoot\..\src\lib\PnP.Framework\PnP.Framework.csproj --confi
15
15
16
16
# Sign the binaries
17
17
Write-Host " Signing the binaries..."
18
- d :\github\SharePointPnP\CodeSigning\PnP\sign- pnpbinaries.ps1 - SignJson pnpframeworkassemblies
18
+ q :\github\SharePointPnP\CodeSigning\PnP\sign- pnpbinaries.ps1 - SignJson pnpframeworkassemblies
19
19
20
20
# Package the release version
21
21
Write-Host " Packinging PnP.Framework version $version ..."
@@ -30,7 +30,7 @@ $apiKey = Read-Host "NuGet API key"
30
30
if ($apiKey.Length -gt 0 )
31
31
{
32
32
# Push the actual package and the symbol package
33
- 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
33
+ 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
34
34
35
35
# Persist last used version
36
36
Write-Host " Writing $version to git"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dotnet build $PSScriptRoot\..\src\lib\PnP.Framework\PnP.Framework.csproj --confi
15
15
16
16
# Sign the binaries
17
17
Write-Host " Signing the binaries..."
18
- d :\github\SharePointPnP\CodeSigning\PnP\sign- pnpbinaries.ps1 - SignJson pnpframeworkassemblies
18
+ q :\github\SharePointPnP\CodeSigning\PnP\sign- pnpbinaries.ps1 - SignJson pnpframeworkassemblies
19
19
20
20
# Package the release version
21
21
Write-Host " Packinging PnP.Framework version $version ..."
@@ -30,7 +30,7 @@ $apiKey = Read-Host "NuGet API key"
30
30
if ($apiKey.Length -gt 0 )
31
31
{
32
32
# Push the actual package and the symbol package
33
- 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
33
+ 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
34
34
35
35
# Persist last used version
36
36
Write-Host " Writing $version to git"
Original file line number Diff line number Diff line change 1
- 1.16 .{incremental}-nightly
1
+ 1.17 .{incremental}-nightly
Original file line number Diff line number Diff line change 1
- 7
1
+ 0
Original file line number Diff line number Diff line change 1
- 16
1
+ 17
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
6
6
7
7
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
8
8
9
- ## [ Unreleased ]
9
+ ## [ 1.17.0 ]
10
10
11
11
### Added
12
12
Original file line number Diff line number Diff line change 186
186
<PackageReference Include =" PrivateObjectExtensions" Version =" 1.4.0" />
187
187
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 8.0.0" />
188
188
<PackageReference Include =" System.Security.Cryptography.Xml" Version =" 8.0.0" />
189
- <PackageReference Include =" PnP.Core" Version =" 1.13 .*-*" Condition =" '$(PnPCoreSdkPath)' == ''" />
189
+ <PackageReference Include =" PnP.Core" Version =" 1.14 .*-*" Condition =" '$(PnPCoreSdkPath)' == ''" />
190
190
</ItemGroup >
191
191
192
192
<ItemGroup >
Original file line number Diff line number Diff line change 5
5
<LangVersion >10.0</LangVersion >
6
6
<RootNamespace >PnP.Framework</RootNamespace >
7
7
<AssemblyName >PnP.Framework</AssemblyName >
8
- <Version >1.16 .0</Version >
8
+ <Version >1.17 .0</Version >
9
9
<Authors >PnP</Authors >
10
10
<Copyright >PnP 2024</Copyright >
11
11
<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 >
257
257
<PackageReference Include =" Microsoft.Identity.Client" Version =" 4.61.3" />
258
258
<PackageReference Include =" Microsoft.SharePointOnline.CSOM" Version =" 16.1.*" />
259
259
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
260
- <PackageReference Include =" PnP.Core" Version =" 1.13 .*-*" Condition =" '$(PnPCoreSdkPath)' == ''" />
260
+ <PackageReference Include =" PnP.Core" Version =" 1.14 .*-*" Condition =" '$(PnPCoreSdkPath)' == ''" />
261
261
<PackageReference Include =" Portable.Xaml" Version =" 0.26.0" />
262
262
<PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 6.35.0" />
263
263
</ItemGroup >
You can’t perform that action at this time.
0 commit comments