This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 824e4ca  cordova-windows@7.0.1 (patch) release notes (#1048)
824e4ca is described below

commit 824e4ca98b8dad4e5e37202dc7d9bff26b71a54c
Author: Chris Brody <chris@brody.consulting>
AuthorDate: Mon Jan 6 10:21:41 2020 -0500

    cordova-windows@7.0.1 (patch) release notes (#1048)
    
    * cordova-windows@7.0.1 (patch) release notes
    
    * update the date in the post URL
---
 .../2020-01-06-cordova-windows-release-7.0.1.md    | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/www/_posts/2020-01-06-cordova-windows-release-7.0.1.md 
b/www/_posts/2020-01-06-cordova-windows-release-7.0.1.md
new file mode 100644
index 0000000..6ccf318
--- /dev/null
+++ b/www/_posts/2020-01-06-cordova-windows-release-7.0.1.md
@@ -0,0 +1,29 @@
+---
+layout: post
+author:
+    name: Christopher J. Brody
+title:  "Cordova Windows 7.0.1 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released Cordova Windows version 
`7.0.1`!  This is one of Cordova's supported platforms for building Windows 
applications.
+
+* [cordova-windows@7.0.1](https://www.npmjs.com/package/cordova-windows)
+
+## Release Highlights
+
+**To upgrade:**
+
+```
+cordova platform remove windows
+cordova platform add windows@7.0.1
+```
+
+Patch release to resolve issue with path to `winjs` dependency 
([#331](https://github.com/apache/cordova-windows/pull/331))
+
+<!--more-->
+# Changes include:
+
+* Support latest Visual Studio 2017 (15.9.x) 
([#329](https://github.com/apache/cordova-windows/pull/329))
+* Fix path to `winjs` dependency 
([#331](https://github.com/apache/cordova-windows/pull/331))


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to