diff --git a/build/version.debug b/build/version.debug index a01756dad..b08f9d836 100644 --- a/build/version.debug +++ b/build/version.debug @@ -1 +1 @@ -1.2.{incremental}-nightly \ No newline at end of file +1.3.{incremental}-nightly \ No newline at end of file diff --git a/build/version.debug.increment b/build/version.debug.increment index 368f89cee..c22708346 100644 --- a/build/version.debug.increment +++ b/build/version.debug.increment @@ -1 +1 @@ -28 \ 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 d8263ee98..e440e5c84 100644 --- a/build/version.release.increment +++ b/build/version.release.increment @@ -1 +1 @@ -2 \ No newline at end of file +3 \ No newline at end of file diff --git a/src/lib/CHANGELOG.md b/src/lib/CHANGELOG.md index 620a31d5f..eb1065193 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.3.0] ### Added diff --git a/src/lib/PnP.Framework/PnP.Framework.csproj b/src/lib/PnP.Framework/PnP.Framework.csproj index 53357c098..716a2d791 100644 --- a/src/lib/PnP.Framework/PnP.Framework.csproj +++ b/src/lib/PnP.Framework/PnP.Framework.csproj @@ -5,7 +5,7 @@ <LangVersion>8.0</LangVersion> <RootNamespace>PnP.Framework</RootNamespace> <AssemblyName>PnP.Framework</AssemblyName> - <Version>1.2.0</Version> + <Version>1.3.0</Version> <Authors>PnP</Authors> <Copyright>PnP 2020</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>