Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenbe committed Jun 7, 2021
1 parent ef7501f commit de20503
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 14 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ PnP.Framework | The PnP Framework library | [![PnP.Framework Nuget package](http

This library is the cross platform successor of the [PnP-Sites-Core](https://github.com/PnP/PnP-Sites-Core), see the [Migrating from PnP Sites Core to PnP Framework guide](docs/MigratingFromPnPSitesCore.md) to learn how to switch over.

## PnP .NET roadmap status

We've shipped version 1.2.0 of PnP Framework and version 1.0.0 (GA 🎉) of the [PnP Core SDK](https://github.com/pnp/pnpcore).

![PnP dotnet roadmap](PnP%20dotnet%20Roadmap%20-%20March%20status.png)

## I've found a bug, where do I need to log an issue or create a PR

Issues and PR's need to be created in the PnP Framework repo, the PnP Sites Core repo has been archived.
Expand Down
2 changes: 1 addition & 1 deletion build/version.debug
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.{incremental}-nightly
1.5.{incremental}-nightly
2 changes: 1 addition & 1 deletion build/version.debug.increment
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68
0
2 changes: 1 addition & 1 deletion build/version.release.increment
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4
5
2 changes: 1 addition & 1 deletion src/lib/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.5.0]

### Added

Expand Down
2 changes: 1 addition & 1 deletion src/lib/PnP.Framework.Test/PnP.Framework.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<PackageReference Include="PrivateObjectExtensions" Version="1.4.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="5.0.0" />
<PackageReference Include="PnP.Core" Version="1.1.*-*" Condition="'$(PnPCoreSdkPath)' == ''" />
<PackageReference Include="PnP.Core" Version="1.2.*-*" Condition="'$(PnPCoreSdkPath)' == ''" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/lib/PnP.Framework/PnP.Framework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<LangVersion>8.0</LangVersion>
<RootNamespace>PnP.Framework</RootNamespace>
<AssemblyName>PnP.Framework</AssemblyName>
<Version>1.4.0</Version>
<Version>1.5.0</Version>
<Authors>PnP</Authors>
<Copyright>PnP 2020</Copyright>
<Copyright>PnP 2021</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>
Expand Down Expand Up @@ -220,7 +220,7 @@
<PackageReference Include="Microsoft.Identity.Client" Version="4.30.1" />
<PackageReference Include="Microsoft.SharePointOnline.CSOM" Version="16.1.*" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="PnP.Core" Version="1.1.*-*" Condition="'$(PnPCoreSdkPath)' == ''" />
<PackageReference Include="PnP.Core" Version="1.2.*-*" Condition="'$(PnPCoreSdkPath)' == ''" />
<PackageReference Include="Portable.Xaml" Version="0.26.0" />
<PackageReference Include="ResXResourceReader.NetStandard" Version="1.0.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.11.1" />
Expand Down

0 comments on commit de20503

Please sign in to comment.