Skip to content

Commit

Permalink
Upgrade to Quartz 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Jun 25, 2015
1 parent 9f96368 commit 48f043b
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 26 deletions.
12 changes: 8 additions & 4 deletions QuartzNetWebConsole.Tests/QuartzNetWebConsole.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging">
<HintPath>..\packages\Common.Logging.2.1.2\lib\net35\Common.Logging.dll</HintPath>
<Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Common.Logging.3.0.0\lib\net35\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="Common.Logging.Core">
<HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net35\Common.Logging.Core.dll</HintPath>
</Reference>
<Reference Include="MiniMVC, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MiniMVC.1.0\lib\net35\MiniMVC.dll</HintPath>
Expand All @@ -48,9 +52,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Quartz, Version=2.2.3.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<Reference Include="Quartz, Version=2.3.2.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.2.3\lib\net35\Quartz.dll</HintPath>
<HintPath>..\packages\Quartz.2.3.2\lib\net35\Quartz.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
5 changes: 3 additions & 2 deletions QuartzNetWebConsole.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Common.Logging" version="2.1.2" targetFramework="net35" />
<package id="Common.Logging" version="3.0.0" targetFramework="net35" />
<package id="Common.Logging.Core" version="3.0.0" targetFramework="net35" />
<package id="MiniMVC" version="1.0" targetFramework="net35" />
<package id="NUnit" version="2.6.3" targetFramework="net35" />
<package id="Quartz" version="2.2.3" targetFramework="net35" />
<package id="Quartz" version="2.3.2" targetFramework="net35" />
</packages>
12 changes: 8 additions & 4 deletions QuartzNetWebConsole.Views/QuartzNetWebConsole.Views.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,19 @@
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging">
<HintPath>..\packages\Common.Logging.2.1.2\lib\net35\Common.Logging.dll</HintPath>
<Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Common.Logging.3.0.0\lib\net35\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="Common.Logging.Core">
<HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net35\Common.Logging.Core.dll</HintPath>
</Reference>
<Reference Include="MiniMVC, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MiniMVC.1.0\lib\net35\MiniMVC.dll</HintPath>
</Reference>
<Reference Include="Quartz, Version=2.2.3.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<Reference Include="Quartz, Version=2.3.2.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.2.3\lib\net35\Quartz.dll</HintPath>
<HintPath>..\packages\Quartz.2.3.2\lib\net35\Quartz.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
5 changes: 3 additions & 2 deletions QuartzNetWebConsole.Views/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Common.Logging" version="2.1.2" targetFramework="net35" />
<package id="Common.Logging" version="3.0.0" targetFramework="net35" />
<package id="Common.Logging.Core" version="3.0.0" targetFramework="net35" />
<package id="MiniMVC" version="1.0" targetFramework="net35" />
<package id="Quartz" version="2.2.3" targetFramework="net35" />
<package id="Quartz" version="2.3.2" targetFramework="net35" />
</packages>
2 changes: 1 addition & 1 deletion QuartzNetWebConsole.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://www.ohloh.net/p/QuartzNetWebConsole</projectUrl>
<language>en-US</language>
<dependencies>
<dependency id="Quartz" version="2.2.3" />
<dependency id="Quartz" version="2.3.2" />
</dependencies>
</metadata>
<files>
Expand Down
12 changes: 8 additions & 4 deletions QuartzNetWebConsole/QuartzNetWebConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,19 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging">
<HintPath>..\packages\Common.Logging.2.1.2\lib\net35\Common.Logging.dll</HintPath>
<Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Common.Logging.3.0.0\lib\net35\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="Common.Logging.Core">
<HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net35\Common.Logging.Core.dll</HintPath>
</Reference>
<Reference Include="MiniMVC, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MiniMVC.1.0\lib\net35\MiniMVC.dll</HintPath>
</Reference>
<Reference Include="Quartz, Version=2.2.3.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<Reference Include="Quartz, Version=2.3.2.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.2.3\lib\net35\Quartz.dll</HintPath>
<HintPath>..\packages\Quartz.2.3.2\lib\net35\Quartz.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
5 changes: 3 additions & 2 deletions QuartzNetWebConsole/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Common.Logging" version="2.1.2" targetFramework="net35" />
<package id="Common.Logging" version="3.0.0" targetFramework="net35" />
<package id="Common.Logging.Core" version="3.0.0" targetFramework="net35" />
<package id="MiniMVC" version="1.0" targetFramework="net35" />
<package id="Quartz" version="2.2.3" targetFramework="net35" />
<package id="Quartz" version="2.3.2" targetFramework="net35" />
</packages>
12 changes: 8 additions & 4 deletions SampleApp/SampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,16 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging">
<HintPath>..\packages\Common.Logging.2.1.2\lib\net35\Common.Logging.dll</HintPath>
<Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Common.Logging.3.0.0\lib\net35\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="Common.Logging.Core">
<HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net35\Common.Logging.Core.dll</HintPath>
</Reference>
<Reference Include="Quartz, Version=2.2.3.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<Reference Include="Quartz, Version=2.3.2.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.2.3\lib\net35\Quartz.dll</HintPath>
<HintPath>..\packages\Quartz.2.3.2\lib\net35\Quartz.dll</HintPath>
</Reference>
<Reference Include="QuartzNetWebConsole, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Quartz" publicKeyToken="f6b8c98a402cc8a4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.1.2.400" newVersion="2.1.2.400" />
<bindingRedirect oldVersion="0.0.0.0-2.3.2.0" newVersion="2.3.2.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
5 changes: 3 additions & 2 deletions SampleApp/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Common.Logging" version="2.1.2" targetFramework="net35" />
<package id="Quartz" version="2.2.3" targetFramework="net35" />
<package id="Common.Logging" version="3.0.0" targetFramework="net35" />
<package id="Common.Logging.Core" version="3.0.0" targetFramework="net35" />
<package id="Quartz" version="2.3.2" targetFramework="net35" />
</packages>

0 comments on commit 48f043b

Please sign in to comment.