Skip to content

Commit

Permalink
Update to Quartz 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Sep 9, 2013
1 parent 53b9fed commit 7ae47f2
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 14 deletions.
4 changes: 4 additions & 0 deletions QuartzNetWebConsole.Tests/DummyTrigger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ public int CompareTo(ITrigger other) {
throw new NotImplementedException();
}

public TriggerBuilder GetTriggerBuilder() {
throw new NotImplementedException();
}

public IScheduleBuilder GetScheduleBuilder() {
throw new NotImplementedException();
}
Expand Down
5 changes: 3 additions & 2 deletions QuartzNetWebConsole.Tests/QuartzNetWebConsole.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Quartz">
<HintPath>..\packages\Quartz.2.1.2\lib\net35\Quartz.dll</HintPath>
<Reference Include="Quartz, Version=2.2.400.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.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.2" targetFramework="net35" />
<package id="Quartz" version="2.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.2.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<Reference Include="Quartz, Version=2.2.400.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.1.2\lib\net35\Quartz.dll</HintPath>
<HintPath>..\packages\Quartz.2.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.2" targetFramework="net35" />
<package id="Quartz" version="2.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.2" />
<dependency id="Quartz" version="2.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.2.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<Reference Include="Quartz, Version=2.2.400.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.1.2\lib\net35\Quartz.dll</HintPath>
<HintPath>..\packages\Quartz.2.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.2" targetFramework="net35" />
<package id="Quartz" version="2.2" targetFramework="net35" />
</packages>
9 changes: 6 additions & 3 deletions SampleApp/SampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
<UseIISExpress>false</UseIISExpress>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -44,9 +48,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Common.Logging.2.1.2\lib\net35\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="Quartz, Version=2.1.2.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.1.2\lib\net35\Quartz.dll</HintPath>
<Reference Include="Quartz">
<HintPath>..\packages\Quartz.2.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/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.2" targetFramework="net35" />
<package id="Quartz" version="2.2" targetFramework="net35" />
</packages>

0 comments on commit 7ae47f2

Please sign in to comment.