Browse Source

update packages

master
Jay Vilalta 10 years ago
parent
commit
e112c7b9e7
37 changed files with 37631 additions and 31309 deletions
  1. +10
    -6
      ClickForensics.Quartz.Manager/ClickForensics.Quartz.Manager.csproj
  2. +16
    -3
      ClickForensics.Quartz.Manager/app.config
  3. +4
    -3
      ClickForensics.Quartz.Manager/packages.config
  4. BIN
      packages/Common.Logging.2.1.2/Common.Logging.2.1.2.nupkg
  5. +0
    -13
      packages/Common.Logging.2.1.2/Common.Logging.2.1.2.nuspec
  6. BIN
      packages/Common.Logging.2.1.2/lib/net35/Common.Logging.dll
  7. BIN
      packages/Common.Logging.2.1.2/lib/net35/Common.Logging.pdb
  8. BIN
      packages/Common.Logging.2.1.2/lib/net40/Common.Logging.dll
  9. BIN
      packages/Common.Logging.2.1.2/lib/net40/Common.Logging.pdb
  10. +1407
    -1931
      packages/Common.Logging.3.1.0/lib/net35/Common.Logging.xml
  11. +1454
    -1984
      packages/Common.Logging.3.1.0/lib/net40/Common.Logging.xml
  12. BIN
      packages/Quartz.2.2/Quartz.2.2.nupkg
  13. +0
    -58
      packages/Quartz.2.2/Quartz.2.2.nuspec
  14. BIN
      packages/Quartz.2.2/lib/net35-client/Quartz.dll
  15. BIN
      packages/Quartz.2.2/lib/net35-client/Quartz.pdb
  16. BIN
      packages/Quartz.2.2/lib/net35/Quartz.dll
  17. BIN
      packages/Quartz.2.2/lib/net35/Quartz.pdb
  18. BIN
      packages/Quartz.2.2/lib/net40-client/Quartz.dll
  19. BIN
      packages/Quartz.2.2/lib/net40-client/Quartz.pdb
  20. BIN
      packages/Quartz.2.2/lib/net40/Quartz.dll
  21. BIN
      packages/Quartz.2.2/lib/net40/Quartz.pdb
  22. +0
    -0
      packages/Quartz.2.3.2/content/job_scheduling_data_2_0.xsd
  23. BIN
      packages/Quartz.2.3.2/lib/net35-client/Quartz.pdb
  24. +2017
    -1839
      packages/Quartz.2.3.2/lib/net35-client/Quartz.xml
  25. BIN
      packages/Quartz.2.3.2/lib/net35/Quartz.pdb
  26. +2017
    -1839
      packages/Quartz.2.3.2/lib/net35/Quartz.xml
  27. BIN
      packages/Quartz.2.3.2/lib/net40-client/Quartz.pdb
  28. +2017
    -1839
      packages/Quartz.2.3.2/lib/net40-client/Quartz.xml
  29. BIN
      packages/Quartz.2.3.2/lib/net40/Quartz.pdb
  30. +2017
    -1839
      packages/Quartz.2.3.2/lib/net40/Quartz.xml
  31. BIN
      packages/log4net.1.2.10/lib/1.0/log4net.dll
  32. BIN
      packages/log4net.1.2.10/lib/1.1/log4net.dll
  33. BIN
      packages/log4net.1.2.10/lib/2.0/log4net.dll
  34. BIN
      packages/log4net.1.2.10/log4net.1.2.10.nupkg
  35. +10777
    -8907
      packages/log4net.2.0.3/lib/net10-full/log4net.xml
  36. +10797
    -8904
      packages/log4net.2.0.3/lib/net11-full/log4net.xml
  37. +5098
    -2144
      packages/log4net.2.0.3/lib/net35-client/log4net.xml

+ 10
- 6
ClickForensics.Quartz.Manager/ClickForensics.Quartz.Manager.csproj View File

@@ -51,16 +51,20 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging, Version=2.1.2.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<Reference Include="Common.Logging, Version=3.1.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Common.Logging.2.1.2\lib\net40\Common.Logging.dll</HintPath>
<HintPath>..\packages\Common.Logging.3.1.0\lib\net40\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="log4net">
<HintPath>..\packages\log4net.1.2.10\lib\2.0\log4net.dll</HintPath>
<Reference Include="Common.Logging.Core">
<HintPath>..\packages\Common.Logging.Core.3.1.0\lib\net40\Common.Logging.Core.dll</HintPath>
</Reference>
<Reference Include="Quartz, Version=2.2.400.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.2\lib\net40\Quartz.dll</HintPath>
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Quartz, Version=2.3.2.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Quartz.2.3.2\lib\net40\Quartz.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />


+ 16
- 3
ClickForensics.Quartz.Manager/app.config View File

@@ -1,3 +1,16 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /></startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Common.Logging.Core" publicKeyToken="af08829b84f0328e" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Common.Logging" publicKeyToken="af08829b84f0328e" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

+ 4
- 3
ClickForensics.Quartz.Manager/packages.config View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Common.Logging" version="2.1.2" targetFramework="net40" />
<package id="log4net" version="1.2.10" />
<package id="Quartz" version="2.2" targetFramework="net40" />
<package id="Common.Logging" version="3.1.0" targetFramework="net40" />
<package id="Common.Logging.Core" version="3.1.0" targetFramework="net40" />
<package id="log4net" version="2.0.3" targetFramework="net40" />
<package id="Quartz" version="2.3.2" targetFramework="net40" />
</packages>

BIN
packages/Common.Logging.2.1.2/Common.Logging.2.1.2.nupkg View File


+ 0
- 13
packages/Common.Logging.2.1.2/Common.Logging.2.1.2.nuspec View File

@@ -1,13 +0,0 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Common.Logging</id>
<version>2.1.2</version>
<authors>Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen</authors>
<owners>Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen</owners>
<projectUrl>http://netcommon.sourceforge.net/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.</description>
<language>en-US</language>
</metadata>
</package>

BIN
packages/Common.Logging.2.1.2/lib/net35/Common.Logging.dll View File


BIN
packages/Common.Logging.2.1.2/lib/net35/Common.Logging.pdb View File


BIN
packages/Common.Logging.2.1.2/lib/net40/Common.Logging.dll View File


BIN
packages/Common.Logging.2.1.2/lib/net40/Common.Logging.pdb View File


packages/Common.Logging.3.1.0/lib/net35/Common.Logging.xml
File diff suppressed because it is too large
View File


packages/Common.Logging.3.1.0/lib/net40/Common.Logging.xml
File diff suppressed because it is too large
View File


BIN
packages/Quartz.2.2/Quartz.2.2.nupkg View File


+ 0
- 58
packages/Quartz.2.2/Quartz.2.2.nuspec View File

@@ -1,58 +0,0 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Quartz</id>
<version>2.2</version>
<title>Quartz.NET</title>
<authors>Marko Lahma</authors>
<owners>Marko Lahma</owners>
<projectUrl>http://www.quartz-scheduler.net/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Quartz.NET Scheduling Framework for .NET Platform</description>
<releaseNotes>This release contains important bug fixes, new functionality and minor breaking changes.
UPGRADING
Database schema upgrade is needed from 2.x series to 2.2:
* SQL Server: alter table QRTZ_FIRED_TRIGGERS add SCHED_TIME [BIGINT] NOT NULL;
* MySQL: alter table QRTZ_FIRED_TRIGGERS add SCHED_TIME BIGINT(19) NOT NULL
* Oracle: alter table QRTZ_FIRED_TRIGGERS add SCHED_TIME NUMBER(19) NOT NULL
* this adds a new column SCHED_TIME to table QRTZ_FIRED_TRIGGERS
BREAKING CHANGES
* database schema needs upgrade
* add SchedulerStarting() method to ISchedulerListener interface
* make the scheduler's TypeLoadHelper available to plugins when they are initialized
* dbFailureRetryInterval parameter was removed from DirectSchedulerFactory APIs
NEW FEATURES
* ability to override worker thread names (when using SimpleThreadPool)
* add new IScheduler method: ScheduleJob(IJobDetail job, ISet trigger) to schedule multiple triggers for a job all at once
* allow 'triggerless' initial storing of non-durable jobs.
* improvements for job recovery information
* package job_scheduling_data_2_0.xsd to nuget package's content folder
* allow scheduler exported with remoting to be used from local machine only
* support for Oracle managed ODP driver
FIXES
* job ending with exception and trigger not going to fire again, trigger is incorrectly not removed from job store
* XML schema supports multiple schedule elements but processor does not
* DailyTimeIntervalTriggerPersistenceDelegate does not handle empty time interval properly
* DailyTimeIntervalScheduleBuilder.EndingDailyAfterCount(...) doesn't pass validation
* trace throwing exception
* bug in QuartzSchedulerThread.GetRandomizedIdleWaitTime()
* can't delete or replace job without the referenced class
MISC
* Performance improvements, including improvements to some select statements in AdoJobStore</releaseNotes>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="2.1.2" />
</dependencies>
</metadata>
</package>

BIN
packages/Quartz.2.2/lib/net35-client/Quartz.dll View File


BIN
packages/Quartz.2.2/lib/net35-client/Quartz.pdb View File


BIN
packages/Quartz.2.2/lib/net35/Quartz.dll View File


BIN
packages/Quartz.2.2/lib/net35/Quartz.pdb View File


BIN
packages/Quartz.2.2/lib/net40-client/Quartz.dll View File


BIN
packages/Quartz.2.2/lib/net40-client/Quartz.pdb View File


BIN
packages/Quartz.2.2/lib/net40/Quartz.dll View File


BIN
packages/Quartz.2.2/lib/net40/Quartz.pdb View File


packages/Quartz.2.2/content/job_scheduling_data_2_0.xsd → packages/Quartz.2.3.2/content/job_scheduling_data_2_0.xsd View File


BIN
packages/Quartz.2.3.2/lib/net35-client/Quartz.pdb View File


packages/Quartz.2.3.2/lib/net35-client/Quartz.xml
File diff suppressed because it is too large
View File


BIN
packages/Quartz.2.3.2/lib/net35/Quartz.pdb View File


packages/Quartz.2.3.2/lib/net35/Quartz.xml
File diff suppressed because it is too large
View File


BIN
packages/Quartz.2.3.2/lib/net40-client/Quartz.pdb View File


packages/Quartz.2.3.2/lib/net40-client/Quartz.xml
File diff suppressed because it is too large
View File


BIN
packages/Quartz.2.3.2/lib/net40/Quartz.pdb View File


packages/Quartz.2.3.2/lib/net40/Quartz.xml
File diff suppressed because it is too large
View File


BIN
packages/log4net.1.2.10/lib/1.0/log4net.dll View File


BIN
packages/log4net.1.2.10/lib/1.1/log4net.dll View File


BIN
packages/log4net.1.2.10/lib/2.0/log4net.dll View File


BIN
packages/log4net.1.2.10/log4net.1.2.10.nupkg View File


packages/log4net.2.0.3/lib/net10-full/log4net.xml
File diff suppressed because it is too large
View File


packages/log4net.2.0.3/lib/net11-full/log4net.xml
File diff suppressed because it is too large
View File


packages/log4net.2.0.3/lib/net35-client/log4net.xml
File diff suppressed because it is too large
View File


Loading…
Cancel
Save