"Fossies" - the Fresh Open Source Software Archive 
Member "selenium-selenium-4.8.1/dotnet/src/webdriver/WebDriver.nuspec" (17 Feb 2023, 2734 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the last
Fossies "Diffs" side-by-side code changes report for "WebDriver.nuspec":
4.6.0_vs_4.7.0.
1 <?xml version="1.0" encoding="utf-8"?>
2 <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3 <metadata>
4 <id>$packageid$</id>
5 <version>$version$</version>
6 <authors>Selenium Committers</authors>
7 <copyright>Copyright © 2020 Software Freedom Conservancy</copyright>
8 <owners>selenium</owners>
9 <title>Selenium WebDriver</title>
10 <requireLicenseAcceptance>false</requireLicenseAcceptance>
11 <summary>.NET bindings for the Selenium WebDriver API</summary>
12 <description>
13 Selenium is a set of different software tools each with a different approach
14 to supporting browser automation. These tools are highly flexible, allowing
15 many options for locating and manipulating elements within a browser, and one
16 of its key features is the support for automating multiple browser platforms.
17 This package contains the .NET bindings for the concise and object-based
18 Selenium WebDriver API, which uses native OS-level events to manipulate the
19 browser, bypassing the JavaScript sandbox, and does not require the Selenium
20 Server to automate the browser.
21 </description>
22 <projectUrl>https://selenium.dev</projectUrl>
23 <repository url="https://github.com/SeleniumHQ/selenium" />
24 <license type="expression">Apache-2.0</license>
25 <iconUrl>https://selenium.dev/images/selenium_logo_square_green.png</iconUrl>
26 <icon>images\icon.png</icon>
27 <tags>selenium webdriver browser automation</tags>
28 <dependencies>
29 <group targetFramework="net45" />
30 <group targetFramework="net46" />
31 <group targetFramework="net47" />
32 <group targetFramework="net48" />
33 <group targetFramework="netstandard2.0">
34 <dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
35 </group>
36 <group targetFramework="netstandard2.1">
37 <dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
38 </group>
39 <group targetFramework="net5.0">
40 <dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
41 </group>
42 <group targetFramework="net6.0">
43 <dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
44 </group>
45 </dependencies>
46 <frameworkAssemblies>
47 <frameworkAssembly assemblyName="System.Drawing" />
48 </frameworkAssemblies>
49 </metadata>
50 <files>
51 <file src="**\WebDriver.dll" target="lib" />
52 <file src="**\WebDriver.pdb" target="lib" />
53 <file src="**\WebDriver.xml" target="lib" />
54 <file src="..\icon.png" target="images" />
55 <file src="..\manager\**" target="manager" />
56 <file src="..\Selenium.WebDriver.targets" target="build" />
57 </files>
58 </package>