Skip to content

Commit

Permalink
Upgrade to Quartz 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Jun 17, 2014
1 parent cbaacc2 commit 2b41cc9
Show file tree
Hide file tree
Showing 14 changed files with 1,487 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ _ReSharper.*
*/Build/*
packages/*
.nuget/nuget.exe
*.nupkg
*.nupkg
*.sln.ide
14 changes: 10 additions & 4 deletions QuartzNetWebConsole.Tests/QuartzNetWebConsole.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,19 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging">
<HintPath>..\packages\Common.Logging.2.1.2\lib\net35\Common.Logging.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="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Quartz, Version=2.2.400.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<Reference Include="Quartz, Version=2.2.3.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.2\lib\net35\Quartz.dll</HintPath>
<HintPath>..\packages\Quartz.2.2.3\lib\net35\Quartz.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down Expand Up @@ -75,6 +78,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="job_scheduling_data_2_0.xsd">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
361 changes: 361 additions & 0 deletions QuartzNetWebConsole.Tests/job_scheduling_data_2_0.xsd

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions QuartzNetWebConsole.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<packages>
<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.2" targetFramework="net35" />
<package id="NUnit" version="2.6.3" targetFramework="net35" />
<package id="Quartz" version="2.2.3" targetFramework="net35" />
</packages>
10 changes: 8 additions & 2 deletions QuartzNetWebConsole.Views/QuartzNetWebConsole.Views.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,15 @@
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging">
<HintPath>..\packages\Common.Logging.2.1.2\lib\net35\Common.Logging.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.400.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<Reference Include="Quartz, Version=2.2.3.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.2\lib\net35\Quartz.dll</HintPath>
<HintPath>..\packages\Quartz.2.2.3\lib\net35\Quartz.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -86,6 +89,9 @@
<Folder Include="My Project\" />
</ItemGroup>
<ItemGroup>
<None Include="job_scheduling_data_2_0.xsd">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
Expand Down
361 changes: 361 additions & 0 deletions QuartzNetWebConsole.Views/job_scheduling_data_2_0.xsd

Large diffs are not rendered by default.

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.2" targetFramework="net35" />
<package id="Quartz" version="2.2.3" 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" />
<dependency id="Quartz" version="2.2.3" />
</dependencies>
</metadata>
<files>
Expand Down
10 changes: 8 additions & 2 deletions QuartzNetWebConsole/QuartzNetWebConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,15 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging">
<HintPath>..\packages\Common.Logging.2.1.2\lib\net35\Common.Logging.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.400.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<Reference Include="Quartz, Version=2.2.3.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.2\lib\net35\Quartz.dll</HintPath>
<HintPath>..\packages\Quartz.2.2.3\lib\net35\Quartz.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down Expand Up @@ -87,6 +90,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="job_scheduling_data_2_0.xsd">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Loading

0 comments on commit 2b41cc9

Please sign in to comment.