diff --git a/ReleaseNotes.md b/ReleaseNotes.md deleted file mode 100644 index f4e33ad..0000000 --- a/ReleaseNotes.md +++ /dev/null @@ -1,8 +0,0 @@ - - [#26](https://github.com/alphacloud/Autofac.Extras.Quartz/issues/26) - Custom scheduler configuration is ignored +fix - - [#24](https://github.com/alphacloud/Autofac.Extras.Quartz/pull/24) - Updated to Autofac 4.0.0-rc3-280 and fixed PropertiesAutowired contributed by Job Vermeulen ([jmvermeulen](https://github.com/jmvermeulen)) - - [#23](https://github.com/alphacloud/Autofac.Extras.Quartz/pull/23) - Updated to Autofac 4.0.0-rc3-280 and fixed PropertiesAutowired contributed by Job Vermeulen ([jmvermeulen](https://github.com/jmvermeulen)) - - [#22](https://github.com/alphacloud/Autofac.Extras.Quartz/issues/22) - MissingMethodException with Autofac 4.0.0-rc3-280 - - [#21](https://github.com/alphacloud/Autofac.Extras.Quartz/issues/21) - How to use Autofac.Extras.Quartz with web appilcation MVC 4 & Autofac - - [#20](https://github.com/alphacloud/Autofac.Extras.Quartz/issues/20) - Jobs with dependencies.. +enhancement - -Commits: 222aa4c834...359a078dd9 diff --git a/build.proj b/build.proj index b62b728..3b1ee27 100644 --- a/build.proj +++ b/build.proj @@ -46,7 +46,7 @@ diff --git a/src/Autofac.Extras.Quartz/Autofac.Extras.Quartz.csproj b/src/Autofac.Extras.Quartz/Autofac.Extras.Quartz.csproj index 54e14e1..303b148 100644 --- a/src/Autofac.Extras.Quartz/Autofac.Extras.Quartz.csproj +++ b/src/Autofac.Extras.Quartz/Autofac.Extras.Quartz.csproj @@ -54,8 +54,8 @@ ..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll True - - ..\packages\JetBrains.Annotations.10.2.0\lib\net\JetBrains.Annotations.dll + + ..\packages\JetBrains.Annotations.10.2.1\lib\net\JetBrains.Annotations.dll True diff --git a/src/Autofac.Extras.Quartz/packages.config b/src/Autofac.Extras.Quartz/packages.config index a3cd339..adccef1 100644 --- a/src/Autofac.Extras.Quartz/packages.config +++ b/src/Autofac.Extras.Quartz/packages.config @@ -3,7 +3,7 @@ - + \ No newline at end of file diff --git a/src/Samples/SimpleService/SimpleService.csproj b/src/Samples/SimpleService/SimpleService.csproj index f5d8da2..94feb9d 100644 --- a/src/Samples/SimpleService/SimpleService.csproj +++ b/src/Samples/SimpleService/SimpleService.csproj @@ -67,7 +67,7 @@ - ..\..\packages\Topshelf.4.0.2\lib\net452\Topshelf.dll + ..\..\packages\Topshelf.4.0.3\lib\net452\Topshelf.dll True @@ -75,7 +75,7 @@ True - ..\..\packages\Topshelf.Log4Net.4.0.2\lib\net452\Topshelf.Log4Net.dll + ..\..\packages\Topshelf.Log4Net.4.0.3\lib\net452\Topshelf.Log4Net.dll True diff --git a/src/Samples/SimpleService/packages.config b/src/Samples/SimpleService/packages.config index bab8e0c..077c12b 100644 --- a/src/Samples/SimpleService/packages.config +++ b/src/Samples/SimpleService/packages.config @@ -6,8 +6,8 @@ - + - + \ No newline at end of file diff --git a/src/Tests/Tests.csproj b/src/Tests/Tests.csproj index b9865ee..1dfc8e7 100644 --- a/src/Tests/Tests.csproj +++ b/src/Tests/Tests.csproj @@ -70,21 +70,21 @@ ..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll True - - ..\packages\FluentAssertions.4.14.0\lib\net45\FluentAssertions.dll + + ..\packages\FluentAssertions.4.16.0\lib\net45\FluentAssertions.dll True - - ..\packages\FluentAssertions.4.14.0\lib\net45\FluentAssertions.Core.dll + + ..\packages\FluentAssertions.4.16.0\lib\net45\FluentAssertions.Core.dll True - - ..\packages\JetBrains.Annotations.10.2.0\lib\net\JetBrains.Annotations.dll + + ..\packages\JetBrains.Annotations.10.2.1\lib\net\JetBrains.Annotations.dll True - - ..\packages\Moq.4.5.22\lib\net45\Moq.dll + + ..\packages\Moq.4.5.23\lib\net45\Moq.dll True diff --git a/src/Tests/app.config b/src/Tests/app.config index 3f48342..e80755a 100644 --- a/src/Tests/app.config +++ b/src/Tests/app.config @@ -13,7 +13,7 @@ - + diff --git a/src/Tests/packages.config b/src/Tests/packages.config index 50d2077..d9bc55d 100644 --- a/src/Tests/packages.config +++ b/src/Tests/packages.config @@ -6,11 +6,11 @@ - - - + + + - + \ No newline at end of file