diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6510b1b..71f5677 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
## [v1.2.1-preview.17](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.2.1-preview.17) (2020-06-12)
+[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.2.1...HEAD)
+
+**Documentation and other chores:**
+
+- Bumps nanoFramework.Runtime.Events from 1.4.2 to 1.8.0 [\#107](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/107)
+
+## [v1.2.1](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.2.1) (2020-06-12)
+
+[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.2.1-preview.17...v1.2.1)
+
+**Documentation and other chores:**
+
+- Release release-v1.2.1 [\#106](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/106)
+
+## [v1.2.1-preview.17](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.2.1-preview.17) (2020-06-12)
+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.2.1-preview.15...v1.2.1-preview.17)
**Documentation and other chores:**
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ae20357..345ab9e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,28 +1,12 @@
trigger:
branches:
- include:
- - master
- - develop
- - release-/*
- - refs/tags/*
+ include: [master, develop, "release-*" ]
paths:
- exclude:
- - CHANGELOG.md
- - /*.md
- - .gitignore
- - appveyor.yml
- # waiting for feature to become available
- # tags:
- # include:
- # - v/*
+ exclude: ["*.md", .gitignore]
+ tags:
+ include: ["v*"]
-pr:
- branches:
- include:
- - master
- - develop
- - release/*
- autoCancel: true
+# PR always trigger build
# add nf-tools repo to resources (for Azure Pipelines templates)
resources:
@@ -36,6 +20,7 @@ pool:
vmImage: 'VS2017-Win2016'
variables:
+ DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
solution: '**/source/*.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
diff --git a/source/nanoFramework.Hardware.Esp32.DELIVERABLES.nuspec b/source/nanoFramework.Hardware.Esp32.DELIVERABLES.nuspec
index 89b887a..341adcc 100644
--- a/source/nanoFramework.Hardware.Esp32.DELIVERABLES.nuspec
+++ b/source/nanoFramework.Hardware.Esp32.DELIVERABLES.nuspec
@@ -19,7 +19,7 @@
-
+
diff --git a/source/nanoFramework.Hardware.Esp32.nuspec b/source/nanoFramework.Hardware.Esp32.nuspec
index 291bde6..c326c97 100644
--- a/source/nanoFramework.Hardware.Esp32.nuspec
+++ b/source/nanoFramework.Hardware.Esp32.nuspec
@@ -21,7 +21,7 @@ This package requires a target with nanoFramework.Hardware.Esp32 v$nativeVersion
nanoFramework C# csharp netmf netnf esp32
-
+
diff --git a/source/nanoFramework.Hardware.Esp32/nanoFramework.Hardware.Esp32.nfproj b/source/nanoFramework.Hardware.Esp32/nanoFramework.Hardware.Esp32.nfproj
index d82d7e6..ad72a03 100644
--- a/source/nanoFramework.Hardware.Esp32/nanoFramework.Hardware.Esp32.nfproj
+++ b/source/nanoFramework.Hardware.Esp32/nanoFramework.Hardware.Esp32.nfproj
@@ -42,7 +42,7 @@
false
-
+
false
@@ -68,8 +68,8 @@
..\packages\nanoFramework.CoreLibrary.1.7.3\lib\mscorlib.dll
True
-
- ..\packages\nanoFramework.Runtime.Events.1.4.2\lib\nanoFramework.Runtime.Events.dll
+
+ ..\packages\nanoFramework.Runtime.Events.1.8.0\lib\nanoFramework.Runtime.Events.dll
True
@@ -79,11 +79,11 @@
-
+
This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.
-
+
diff --git a/source/nanoFramework.Hardware.Esp32/packages.config b/source/nanoFramework.Hardware.Esp32/packages.config
index 53ee535..de8c90c 100644
--- a/source/nanoFramework.Hardware.Esp32/packages.config
+++ b/source/nanoFramework.Hardware.Esp32/packages.config
@@ -1,6 +1,6 @@
-
-
+
+
\ No newline at end of file
diff --git a/source/version.json b/source/version.json
index 84d1ef3..7e41bde 100644
--- a/source/version.json
+++ b/source/version.json
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
- "version": "1.2.1",
+ "version": "1.3.0",
"assemblyVersion": {
"precision": "revision"
},
@@ -18,6 +18,7 @@
},
"release": {
"branchName": "release-v{version}",
+ "versionIncrement": "build",
"firstUnstableTag": "preview"
}
}