Skip to content

Commit

Permalink
Merge branch 'releases/3.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
cd21h committed Nov 1, 2016
2 parents 17c9cda + 1a8f2ec commit 26f33fa
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 29 deletions.
8 changes: 0 additions & 8 deletions ReleaseNotes.md

This file was deleted.

2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<Target Name="Test" DependsOnTargets="BuildAll">
<Exec WorkingDirectory="$(SrcDir)\Tests\bin\$(BuildConfig)"
Command="$(PkgDir)\Nunit.ConsoleRunner.3.4.1\tools\nunit3-console.exe Autofac.Extras.Quartz.Tests.dll /stoponerror --dispose-runners --noheader"
Command="$(PkgDir)\Nunit.ConsoleRunner.3.5.0\tools\nunit3-console.exe Autofac.Extras.Quartz.Tests.dll /stoponerror --dispose-runners --noheader"
/>
</Target>

Expand Down
4 changes: 2 additions & 2 deletions src/Autofac.Extras.Quartz/Autofac.Extras.Quartz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
<HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="JetBrains.Annotations, Version=10.2.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\JetBrains.Annotations.10.2.0\lib\net\JetBrains.Annotations.dll</HintPath>
<Reference Include="JetBrains.Annotations, Version=10.2.1.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\JetBrains.Annotations.10.2.1\lib\net\JetBrains.Annotations.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Quartz, Version=2.4.1.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac.Extras.Quartz/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="Autofac" version="4.1.1" targetFramework="net451" />
<package id="Common.Logging" version="3.3.1" targetFramework="net40" />
<package id="Common.Logging.Core" version="3.3.1" targetFramework="net40" />
<package id="JetBrains.Annotations" version="10.2.0" targetFramework="net451" developmentDependency="true" />
<package id="JetBrains.Annotations" version="10.2.1" targetFramework="net451" developmentDependency="true" />
<package id="Quartz" version="2.4.1" targetFramework="net451" />
<package id="System.Runtime" version="4.1.0" targetFramework="net451" />
</packages>
4 changes: 2 additions & 2 deletions src/Samples/SimpleService/SimpleService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Topshelf, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
<HintPath>..\..\packages\Topshelf.4.0.2\lib\net452\Topshelf.dll</HintPath>
<HintPath>..\..\packages\Topshelf.4.0.3\lib\net452\Topshelf.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Topshelf.Autofac, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Topshelf.Autofac.3.0.0\lib\net452\Topshelf.Autofac.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Topshelf.Log4Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
<HintPath>..\..\packages\Topshelf.Log4Net.4.0.2\lib\net452\Topshelf.Log4Net.dll</HintPath>
<HintPath>..\..\packages\Topshelf.Log4Net.4.0.3\lib\net452\Topshelf.Log4Net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Topshelf.Quartz, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down
4 changes: 2 additions & 2 deletions src/Samples/SimpleService/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<package id="Common.Logging.Log4Net1213" version="3.3.1" targetFramework="net45" />
<package id="log4net" version="2.0.5" targetFramework="net45" />
<package id="Quartz" version="2.4.1" targetFramework="net452" />
<package id="Topshelf" version="4.0.2" targetFramework="net452" />
<package id="Topshelf" version="4.0.3" targetFramework="net452" />
<package id="Topshelf.Autofac" version="3.0.0" targetFramework="net452" />
<package id="Topshelf.Log4Net" version="4.0.2" targetFramework="net452" />
<package id="Topshelf.Log4Net" version="4.0.3" targetFramework="net452" />
<package id="Topshelf.Quartz" version="0.4.0.1" targetFramework="net45" />
</packages>
16 changes: 8 additions & 8 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,21 @@
<HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="FluentAssertions, Version=4.14.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
<HintPath>..\packages\FluentAssertions.4.14.0\lib\net45\FluentAssertions.dll</HintPath>
<Reference Include="FluentAssertions, Version=4.16.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
<HintPath>..\packages\FluentAssertions.4.16.0\lib\net45\FluentAssertions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="FluentAssertions.Core, Version=4.14.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
<HintPath>..\packages\FluentAssertions.4.14.0\lib\net45\FluentAssertions.Core.dll</HintPath>
<Reference Include="FluentAssertions.Core, Version=4.16.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
<HintPath>..\packages\FluentAssertions.4.16.0\lib\net45\FluentAssertions.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="JetBrains.Annotations, Version=10.2.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\JetBrains.Annotations.10.2.0\lib\net\JetBrains.Annotations.dll</HintPath>
<Reference Include="JetBrains.Annotations, Version=10.2.1.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\JetBrains.Annotations.10.2.1\lib\net\JetBrains.Annotations.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Moq, Version=4.5.22.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<HintPath>..\packages\Moq.4.5.22\lib\net45\Moq.dll</HintPath>
<Reference Include="Moq, Version=4.5.23.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<HintPath>..\packages\Moq.4.5.23\lib\net45\Moq.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nunit.framework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Moq" publicKeyToken="69f491c39445e920" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.5.22.0" newVersion="4.5.22.0" />
<bindingRedirect oldVersion="0.0.0.0-4.5.23.0" newVersion="4.5.23.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="neutral" />
Expand Down
8 changes: 4 additions & 4 deletions src/Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
<package id="Common.Logging" version="3.3.1" targetFramework="net45" />
<package id="Common.Logging.Core" version="3.3.1" targetFramework="net45" />
<package id="FluentAssertions" version="4.14.0" targetFramework="net451" />
<package id="JetBrains.Annotations" version="10.2.0" targetFramework="net451" />
<package id="Moq" version="4.5.22" targetFramework="net451" />
<package id="FluentAssertions" version="4.16.0" targetFramework="net451" />
<package id="JetBrains.Annotations" version="10.2.1" targetFramework="net451" />
<package id="Moq" version="4.5.23" targetFramework="net451" />
<package id="NUnit" version="3.5.0" targetFramework="net451" />
<package id="NUnit.ConsoleRunner" version="3.4.1" targetFramework="net451" />
<package id="NUnit.ConsoleRunner" version="3.5.0" targetFramework="net451" />
<package id="Quartz" version="2.4.1" targetFramework="net451" />
<package id="System.Runtime" version="4.1.0" targetFramework="net451" />
</packages>

0 comments on commit 26f33fa

Please sign in to comment.