Skip to content

Commit dc402a5

Browse files
committed
Updating NuGet packaging information
1 parent 81eecbf commit dc402a5

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

src/PageObjects/SeleniumExtras.PageObjects.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
<TargetFrameworks>net45;net40;net35;netstandard2.0</TargetFrameworks>
55
<AssemblyName>SeleniumExtras.PageObjects</AssemblyName>
66
<RootNamespace>SeleniumExtras</RootNamespace>
7+
<AssemblyVersion>3.11.0.0</AssemblyVersion>
8+
<FileVersion>3.11.0.0</FileVersion>
9+
<Version>3.11.0</Version>
10+
<PackageId>DotNetSeleniumExtras.PageObjects</PackageId>
11+
<Authors>DotNetSeleniumExtras Contributors</Authors>
12+
<Description>This package provides an implementation of the PageFactory for .NET, replacing the implementation originally provided by the Selenium project.</Description>
13+
<Copyright>Copyright 2018, Software Freedom Conservancy</Copyright>
714
</PropertyGroup>
815

916
<ItemGroup>

src/WaitHelpers/SeleniumExtras.WaitHelpers.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<TargetFrameworks>net45;net40;net35;netstandard2.0</TargetFrameworks>
55
<AssemblyName>SeleniumExtras.WaitHelpers</AssemblyName>
66
<RootNamespace>SeleniumExtras</RootNamespace>
7+
<PackageId>DotNetSeleniumExtras.WaitHelpers</PackageId>
8+
<AssemblyVersion>3.11.0.0</AssemblyVersion>
9+
<FileVersion>3.11.0.0</FileVersion>
10+
<Version>3.11.0</Version>
11+
<Description>This package provides an implementation of the ExpectedConditions class for use with WebDriverWait in .NET, replacing the implementation originally provided by the Selenium project.</Description>
12+
<Copyright>Copyright 2018, Software Freedom Conservancy</Copyright>
713
</PropertyGroup>
814

915
<ItemGroup>

test/PageObjects/SeleniumExtras.PageObjects.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@
1717
<ProjectReference Include="..\Common\SeleniumExtras.Common.Tests.csproj" />
1818
</ItemGroup>
1919

20+
<ItemGroup>
21+
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
22+
</ItemGroup>
23+
2024
</Project>

0 commit comments

Comments
 (0)