Skip to content

Commit 824e4ca

Browse files
author
Chris Brody
authored
[email protected] (patch) release notes (apache#1048)
* [email protected] (patch) release notes * update the date in the post URL
1 parent 4cacdda commit 824e4ca

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: post
3+
author:
4+
name: Christopher J. Brody
5+
title: "Cordova Windows 7.0.1 Released!"
6+
categories: announcements
7+
tags: news releases
8+
---
9+
10+
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.
11+
12+
* [[email protected]](https://www.npmjs.com/package/cordova-windows)
13+
14+
## Release Highlights
15+
16+
**To upgrade:**
17+
18+
```
19+
cordova platform remove windows
20+
cordova platform add [email protected]
21+
```
22+
23+
Patch release to resolve issue with path to `winjs` dependency ([#331](https://github.com/apache/cordova-windows/pull/331))
24+
25+
<!--more-->
26+
# Changes include:
27+
28+
* Support latest Visual Studio 2017 (15.9.x) ([#329](https://github.com/apache/cordova-windows/pull/329))
29+
* Fix path to `winjs` dependency ([#331](https://github.com/apache/cordova-windows/pull/331))

0 commit comments

Comments
 (0)