forked from jsakamoto/nupkg-selenium-webdriver-iedriver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSelenium.WebDriver.IEDriver.nuspec
62 lines (62 loc) · 2.78 KB
/
Selenium.WebDriver.IEDriver.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Selenium.WebDriver.IEDriver</id>
<version>2.53.0.0</version>
<authors>jsakamoto</authors>
<summary>Selenium Internet Explorer Driver (Win32) (this package does not make your source repository to fat.)</summary>
<description>
Install IE Driver(x86) for Selenium WebDriver into your Unit Test Project.
"IEDriverServer.exe" added as a linked project item, and copied to bin folder at the build.
NuGet package restoring ready, and no need to commit "IEDriverServer.exe" binary into source code control repository.
/ Selenium WebDriver用 IE Driver(x86) を単体テストプロジェクトに追加します。
"IEDriverServer.exe" はリンクされたアイテムとしてプロジェクトに追加され、ビルド時に bin フォルダにコピーされます。
NuGet パッケージの復元に対応済み、"IEDriver.exe" をソース管理リポジトリに登録する必要はありません。
/ The installing/uninstalling script codes that contained this package are free and unencumbered software released into the public domain.
/ "iedriverserver.exe" is licensed under the Apache license v.2.0.
</description>
<language>en-US</language>
<projectUrl>https://github.com/jsakamoto/nupkg-selenium-webdriver-iedriver/</projectUrl>
<licenseUrl>http://unlicense.org/UNLICENSE</licenseUrl>
<tags>Selenium WebDriver IEDriverServer</tags>
<releaseNotes>
<![CDATA[
v.2.53
- IE Driver 2.53 release
v.2.52.2
- IE Driver 2.52.2 release
v.2.49
- IE Driver 2.49 release
v.2.48
- IE Driver 2.48 release
v.2.47
- IE Driver 2.47 release
v.2.46
- IE Driver 2.46 release
v.2.45.0.3
- Re-package to fix license URL.
v.2.45.0.2
- Include IEDriverServer.exe in this package, no downloading during package installation.
v.2.45
- IE Driver 2.45 release
v.2.44
- IE Driver 2.44 release
v.2.43
- Update package.
v.2.42.0.1
- Fix: Installing this package was fail when .csproj file and packages folder are in a same folder.
v.2.42
- Update package.
v.2.41.0.1
- HTTP proxy settings are available now.(1. HTTP_PROXY environment variable, 2. NuGet configuration)
- Fix: Occur exception at Add-Type in init.ps1 when installing the package.
]]>
</releaseNotes>
</metadata>
<files>
<file src="README-IEDriver.txt" target="content"/>
<file src="IEDriverServer.exe" target="driver"/>
<file src="Install.ps1" target="tools"/>
<file src="Uninstall.ps1" target="tools"/>
</files>
</package>