Skip to content

Commit

Permalink
Update to Quartz 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Jan 13, 2013
1 parent dab7ee5 commit 6309f3b
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 15 deletions.
5 changes: 2 additions & 3 deletions QuartzNetWebConsole.Tests/QuartzNetWebConsole.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Quartz, Version=2.1.1.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.1.1\lib\net35\Quartz.dll</HintPath>
<Reference Include="Quartz">
<HintPath>..\packages\Quartz.2.1.2\lib\net35\Quartz.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
2 changes: 1 addition & 1 deletion QuartzNetWebConsole.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<package id="Common.Logging" version="2.1.2" targetFramework="net35" />
<package id="MiniMVC" version="1.0" targetFramework="net35" />
<package id="NUnit" version="2.6.2" targetFramework="net35" />
<package id="Quartz" version="2.1.1" targetFramework="net35" />
<package id="Quartz" version="2.1.2" targetFramework="net35" />
</packages>
4 changes: 2 additions & 2 deletions QuartzNetWebConsole.Views/QuartzNetWebConsole.Views.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
<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.1.1.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<Reference Include="Quartz, Version=2.1.2.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.1.1\lib\net35\Quartz.dll</HintPath>
<HintPath>..\packages\Quartz.2.1.2\lib\net35\Quartz.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
2 changes: 1 addition & 1 deletion QuartzNetWebConsole.Views/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="Common.Logging" version="2.1.2" targetFramework="net35" />
<package id="MiniMVC" version="1.0" targetFramework="net35" />
<package id="Quartz" version="2.1.1" targetFramework="net35" />
<package id="Quartz" version="2.1.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.1.1" />
<dependency id="Quartz" version="2.1.2" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions QuartzNetWebConsole/QuartzNetWebConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<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.1.1.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<Reference Include="Quartz, Version=2.1.2.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.1.1\lib\net35\Quartz.dll</HintPath>
<HintPath>..\packages\Quartz.2.1.2\lib\net35\Quartz.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
2 changes: 1 addition & 1 deletion QuartzNetWebConsole/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="Common.Logging" version="2.1.2" targetFramework="net35" />
<package id="MiniMVC" version="1.0" targetFramework="net35" />
<package id="Quartz" version="2.1.1" targetFramework="net35" />
<package id="Quartz" version="2.1.2" targetFramework="net35" />
</packages>
4 changes: 2 additions & 2 deletions SampleApp/SampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Common.Logging.2.1.2\lib\net35\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="Quartz, Version=2.1.1.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<Reference Include="Quartz, Version=2.1.2.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.1.1\lib\net35\Quartz.dll</HintPath>
<HintPath>..\packages\Quartz.2.1.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.1.400" newVersion="2.1.1.400" />
<bindingRedirect oldVersion="0.0.0.0-2.1.2.400" newVersion="2.1.2.400" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Common.Logging" version="2.1.2" targetFramework="net35" />
<package id="Quartz" version="2.1.1" targetFramework="net35" />
<package id="Quartz" version="2.1.2" targetFramework="net35" />
</packages>

0 comments on commit 6309f3b

Please sign in to comment.