Skip to content

Commit

Permalink
Updating .NET nuspec files to replace deprecated LicenseUrl with License
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Jul 8, 2019
1 parent 103245a commit 5644886
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dotnet/src/support/WebDriver.Support.StrongNamed.nuspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>$packageid$</id>
Expand All @@ -21,7 +21,7 @@
</description>
<projectUrl>https://www.seleniumhq.org</projectUrl>
<repository url="https://github.com/SeleniumHQ/selenium" />
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<license type="expression">Apache-2.0</license>
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
<tags>selenium webdriver support browser automation</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/support/WebDriver.Support.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</description>
<projectUrl>https://www.seleniumhq.org</projectUrl>
<repository url="https://github.com/SeleniumHQ/selenium" />
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<license type="expression">Apache-2.0</license>
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
<tags>selenium webdriver support browser automation</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/WebDriver.StrongNamed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</description>
<projectUrl>https://www.seleniumhq.org</projectUrl>
<repository url="https://github.com/SeleniumHQ/selenium" />
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<license type="expression">Apache-2.0</license>
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
<tags>selenium webdriver browser automation</tags>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions dotnet/src/webdriver/WebDriver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
</description>
<projectUrl>https://www.seleniumhq.org</projectUrl>
<repository url="https://github.com/SeleniumHQ/selenium" />
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<license type="expression">Apache-2.0</license>
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
<tags>selenium webdriver browser automation</tags>
<dependencies>
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETFramework4.6" />
<group targetFramework=".NETFramework4.7" />
<group targetFramework=".NETStandard2.0">
<dependency id="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="12.0.2" exclude="Build,Analyzers" />
</group>
</dependencies>
<frameworkAssemblies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>$packageid$</id>
Expand All @@ -25,7 +25,7 @@
</description>
<projectUrl>https://www.seleniumhq.org</projectUrl>
<repository url="https://github.com/SeleniumHQ/selenium" />
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<license type="expression">Apache-2.0</license>
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
<tags>selenium webdriver remote control rc browser automation</tags>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</description>
<projectUrl>https://www.seleniumhq.org</projectUrl>
<repository url="https://github.com/SeleniumHQ/selenium" />
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<license type="expression">Apache-2.0</license>
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
<tags>selenium webdriver remote control rc browser automation</tags>
<dependencies>
Expand Down

0 comments on commit 5644886

Please sign in to comment.