Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaia committed Nov 19, 2016
1 parent 9f9f319 commit 8c71093
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.9.0 / 2016-11-19
==================

* ([5eeb2fd](https://github.com/bbaia/protractor-net/commit/5eeb2fd61c2b7246d1be445a3fa93255c5cb337d)) Fix AngularJS tutorial based samples (broken since Angular 1.5 is used)
* ([83ae33d](https://github.com/bbaia/protractor-net/commit/83ae33d651603675c5d44aa5ef963643b2991393)) Update to Selenium.WebDriver v3.0.0
* ([9504185](https://github.com/bbaia/protractor-net/commit/95041854d166b3968d1431e71f5e898327873fe4)) Set By.Description property on NgBy locators to improve ToString() support

0.8.2 / 2016-10-21
==================

Expand Down
4 changes: 2 additions & 2 deletions build/Protractor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Protractor</id>
<version>0.8.2</version>
<version>0.9.0</version>
<projectUrl>https://github.com/bbaia/protractor-net</projectUrl>
<licenseUrl>https://github.com/bbaia/protractor-net/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -12,7 +12,7 @@
<language>en-US</language>
<tags>Angular AngularJS Protractor Selenium WebDriver E2E Test</tags>
<dependencies>
<dependency id="Selenium.WebDriver" version="2.53.0" />
<dependency id="Selenium.WebDriver" version="3.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions src/Protractor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
[assembly: AssemblyProduct("Protractor for .NET")]

// Versions are incremented according to semver (http://semver.org/)
[assembly: AssemblyVersion("0.8.2.0")]
[assembly: AssemblyFileVersion("0.8.2.0")]
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]

0 comments on commit 8c71093

Please sign in to comment.