File tree Expand file tree Collapse file tree 7 files changed +10
-12
lines changed
Expand file tree Collapse file tree 7 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 88 <RootNamespace >CSF.WebDriverExtras.Tests</RootNamespace >
99 <AssemblyName >CSF.WebDriverExtras.Tests</AssemblyName >
1010 <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
11- <ReleaseVersion >1.0.3 </ReleaseVersion >
11+ <ReleaseVersion >1.0.4 </ReleaseVersion >
1212 </PropertyGroup >
1313 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1414 <DebugSymbols >true</DebugSymbols >
Original file line number Diff line number Diff line change 2323 GlobalSection (NestedProjects ) = preSolution
2424 EndGlobalSection
2525 GlobalSection (MonoDevelopProperties ) = preSolution
26- version = 1.0.3
26+ version = 1.0.4
2727 EndGlobalSection
2828EndGlobal
Original file line number Diff line number Diff line change 88 <RootNamespace >CSF.WebDriverExtras</RootNamespace >
99 <AssemblyName >CSF.WebDriverExtras</AssemblyName >
1010 <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
11- <ReleaseVersion >1.0.3 </ReleaseVersion >
11+ <ReleaseVersion >1.0.4 </ReleaseVersion >
1212 <AssemblyOriginatorKeyFile >..\CSF-Software-OSS.snk</AssemblyOriginatorKeyFile >
1313 </PropertyGroup >
1414 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
3838 </Reference >
3939 <Reference Include =" System.Drawing" />
4040 <Reference Include =" System.Configuration" />
41- <Reference Include =" Newtonsoft.Json" >
42- <HintPath >..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
43- </Reference >
4441 <Reference Include =" CSF.Configuration" >
4542 <HintPath >..\packages\CSF.Configuration.1.1.2\lib\net45\CSF.Configuration.dll</HintPath >
4643 </Reference >
44+ <Reference Include =" Newtonsoft.Json" >
45+ <HintPath >..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
46+ </Reference >
4747 </ItemGroup >
4848 <ItemGroup >
4949 <Compile Include =" Properties\AssemblyInfo.cs" />
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >CSF.WebDriverExtras</id >
5- <version >1.0.3 </version >
5+ <version >1.0.4 </version >
66 <title >CSF.WebDriverExtras</title >
77 <authors >CSF Software Ltd</authors >
88 <licenseUrl >https://opensource.org/licenses/MIT</licenseUrl >
1212 <copyright >Copyright 2017</copyright >
1313 <dependencies >
1414 <dependency id =" CSF.Configuration" version =" [1.1.2,2.0.0)" />
15- <dependency id =" Newtonsoft.Json" version =" [10.0.3,11 .0.0)" />
15+ <dependency id =" Newtonsoft.Json" version =" [10.0.3,13 .0.0)" />
1616 <dependency id =" Selenium.WebDriver" version =" [3.4.0,4.0.0)" />
1717 </dependencies >
1818 </metadata >
Original file line number Diff line number Diff line change 1717// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919
20- [ assembly: AssemblyVersion ( "1.0.3 " ) ]
20+ [ assembly: AssemblyVersion ( "1.0.4.0 " ) ]
2121
2222// The following attributes are used to specify the signing key for the assembly,
2323// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
33 <package id =" CSF.Configuration" version =" 1.1.2" targetFramework =" net45" />
4- <package id =" Newtonsoft.Json" version =" 10 .0.3 " targetFramework =" net45" />
4+ <package id =" Newtonsoft.Json" version =" 12 .0.1 " targetFramework =" net45" />
55 <package id =" Selenium.WebDriver" version =" 3.4.0" targetFramework =" net45" />
66</packages >
Original file line number Diff line number Diff line change 77 exit 1
88fi
99
10- sn -R CSF.WebDriverExtras/bin/Release/CSF.WebDriverExtras.dll CSF-Software-OSS.snk
11-
1210find . \
1311 -type f \
1412 -name " *.nuspec" \
You can’t perform that action at this time.
0 commit comments