diff --git a/Hangfire.Raven.sln b/Hangfire.Raven.sln index c3167c8..9589843 100644 --- a/Hangfire.Raven.sln +++ b/Hangfire.Raven.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26403.7 +VisualStudioVersion = 15.0.26923.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{8CF2D2F6-BEFE-47FE-B141-0017FC6F97D8}" ProjectSection(SolutionItems) = preProject @@ -16,9 +16,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Raven", "src\Hangf EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{F42EDD6E-883B-4067-94AD-72EC7A095BF2}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hangfire.Raven.Samples.Console", "samples\Hangfire.Raven.Samples.Console\Hangfire.Raven.Samples.Console.csproj", "{F8880C71-C748-46DF-8F93-39859A73AAF8}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Raven.Samples.AspNetCore", "samples\Hangfire.Raven.Samples.AspNetCore\Hangfire.Raven.Samples.AspNetCore.csproj", "{34B7ED1A-796C-40B8-A8B9-D12D88C8A880}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hangfire.Raven.Samples.AspNetCore", "samples\Hangfire.Raven.Samples.AspNetCore\Hangfire.Raven.Samples.AspNetCore.csproj", "{87E1FD42-C6CC-4F82-8B29-012636B5762F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Raven.Samples.Console", "samples\Hangfire.Raven.Samples.Console\Hangfire.Raven.Samples.Console.csproj", "{A7691484-4466-4F8C-9B57-C77EA0FF4670}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -30,21 +30,24 @@ Global {BA18F6BF-5613-4B9D-A57A-C05C51148EC5}.Debug|Any CPU.Build.0 = Debug|Any CPU {BA18F6BF-5613-4B9D-A57A-C05C51148EC5}.Release|Any CPU.ActiveCfg = Release|Any CPU {BA18F6BF-5613-4B9D-A57A-C05C51148EC5}.Release|Any CPU.Build.0 = Release|Any CPU - {F8880C71-C748-46DF-8F93-39859A73AAF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F8880C71-C748-46DF-8F93-39859A73AAF8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F8880C71-C748-46DF-8F93-39859A73AAF8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F8880C71-C748-46DF-8F93-39859A73AAF8}.Release|Any CPU.Build.0 = Release|Any CPU - {87E1FD42-C6CC-4F82-8B29-012636B5762F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {87E1FD42-C6CC-4F82-8B29-012636B5762F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {87E1FD42-C6CC-4F82-8B29-012636B5762F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {87E1FD42-C6CC-4F82-8B29-012636B5762F}.Release|Any CPU.Build.0 = Release|Any CPU + {34B7ED1A-796C-40B8-A8B9-D12D88C8A880}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {34B7ED1A-796C-40B8-A8B9-D12D88C8A880}.Debug|Any CPU.Build.0 = Debug|Any CPU + {34B7ED1A-796C-40B8-A8B9-D12D88C8A880}.Release|Any CPU.ActiveCfg = Release|Any CPU + {34B7ED1A-796C-40B8-A8B9-D12D88C8A880}.Release|Any CPU.Build.0 = Release|Any CPU + {A7691484-4466-4F8C-9B57-C77EA0FF4670}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A7691484-4466-4F8C-9B57-C77EA0FF4670}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A7691484-4466-4F8C-9B57-C77EA0FF4670}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A7691484-4466-4F8C-9B57-C77EA0FF4670}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {BA18F6BF-5613-4B9D-A57A-C05C51148EC5} = {EF9BFE2C-0386-4EC4-83EC-D7E315F56735} - {F8880C71-C748-46DF-8F93-39859A73AAF8} = {F42EDD6E-883B-4067-94AD-72EC7A095BF2} - {87E1FD42-C6CC-4F82-8B29-012636B5762F} = {F42EDD6E-883B-4067-94AD-72EC7A095BF2} + {34B7ED1A-796C-40B8-A8B9-D12D88C8A880} = {F42EDD6E-883B-4067-94AD-72EC7A095BF2} + {A7691484-4466-4F8C-9B57-C77EA0FF4670} = {F42EDD6E-883B-4067-94AD-72EC7A095BF2} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1E710484-845C-4FAB-9F3F-2E3384385445} EndGlobalSection EndGlobal diff --git a/samples/Hangfire.Raven.Samples.AspNetCore/Hangfire.Raven.Samples.AspNetCore.csproj b/samples/Hangfire.Raven.Samples.AspNetCore/Hangfire.Raven.Samples.AspNetCore.csproj index 6e3f15e..5a055fa 100644 --- a/samples/Hangfire.Raven.Samples.AspNetCore/Hangfire.Raven.Samples.AspNetCore.csproj +++ b/samples/Hangfire.Raven.Samples.AspNetCore/Hangfire.Raven.Samples.AspNetCore.csproj @@ -1,29 +1,30 @@  - netcoreapp2.0 - 3.1.0 - 3.1.0.0 - 3.1.0.0 + netstandard2.0 + 3.1.1 + 3.1.1.0 + 3.1.1.0 RavenDB job storage for Hangfire - AspNetCore Example - Refreshing Collective <contact@refreshing.io> - Refreshing Collective LLC - Copyright @ Refreshing Collective LLC + CadyIO <contact@cady.io> + Cady IO + Copyright @ Cady LLC http://www.gnu.org/licenses/lgpl-3.0.html - https://github.com/RefreshingIO/hangfire-ravendb + https://github.com/CadyIO/hangfire-ravendb https://avatars2.githubusercontent.com/u/7880472?v=3&s=200 Hangfire.Raven.Samples.AspNetCore Hangfire;AspNet;MVC;OWIN;RavenDB;Long-Running;Background;Fire-And-Forget;Delayed;Recurring;Tasks;Jobs;Scheduler;Threading;Queues git - https://github.com/RefreshingIO/hangfire-ravendb + https://github.com/CadyIO/hangfire-ravendb - + + diff --git a/samples/Hangfire.Raven.Samples.Console/Hangfire.Raven.Samples.Console.csproj b/samples/Hangfire.Raven.Samples.Console/Hangfire.Raven.Samples.Console.csproj index 8878cf3..0fa406e 100644 --- a/samples/Hangfire.Raven.Samples.Console/Hangfire.Raven.Samples.Console.csproj +++ b/samples/Hangfire.Raven.Samples.Console/Hangfire.Raven.Samples.Console.csproj @@ -5,21 +5,21 @@ - netcoreapp2.0 - 3.1.0 - 3.1.0.0 - 3.1.0.0 + netstandard2.0 + 3.1.1 + 3.1.1.0 + 3.1.1.0 RavenDB job storage for Hangfire - Console Example - Refreshing Collective <contact@refreshing.io> - Refreshing Collective LLC - Copyright @ Refreshing Collective LLC + CadyIO <contact@cady.io> + Cady IO + Copyright @ Cady LLC http://www.gnu.org/licenses/lgpl-3.0.html - https://github.com/RefreshingIO/hangfire-ravendb + https://github.com/CadyIO/hangfire-ravendb https://avatars2.githubusercontent.com/u/7880472?v=3&s=200 Hangfire.Raven.Samples.Console Hangfire;AspNet;MVC;OWIN;RavenDB;Long-Running;Background;Fire-And-Forget;Delayed;Recurring;Tasks;Jobs;Scheduler;Threading;Queues git - https://github.com/RefreshingIO/hangfire-ravendb + https://github.com/CadyIO/hangfire-ravendb exe @@ -38,8 +38,9 @@ - - + + + \ No newline at end of file diff --git a/src/Hangfire.Raven.Tests/Hangfire.Raven.Tests.csproj b/src/Hangfire.Raven.Tests/Hangfire.Raven.Tests.csproj index 3b5a8c1..decaf34 100644 --- a/src/Hangfire.Raven.Tests/Hangfire.Raven.Tests.csproj +++ b/src/Hangfire.Raven.Tests/Hangfire.Raven.Tests.csproj @@ -1,10 +1,10 @@  - netstandard1.3 - 3.0.0 - 3.0.0.0 - 3.0.0.0 + netstandard2.0 + 3.1.1 + 3.1.1.0 + 3.1.1.0 Tests for RavenDB job storage for Hangfire A collection of .Net utilities for JSON Refreshing Collective <contact@refreshing.io> diff --git a/src/Hangfire.Raven/Hangfire.Raven.csproj b/src/Hangfire.Raven/Hangfire.Raven.csproj index c4b13b3..266af0c 100644 --- a/src/Hangfire.Raven/Hangfire.Raven.csproj +++ b/src/Hangfire.Raven/Hangfire.Raven.csproj @@ -1,31 +1,32 @@  - netcoreapp2.0 - 3.1.0 - 3.1.0.0 - 3.1.0.0 + netstandard2.0 + 3.1.1 + 3.1.1.0 + 3.1.1.0 RavenDB job storage for Hangfire - Refreshing Collective <contact@refreshing.io> - Refreshing Collective LLC - Copyright @ Refreshing Collective LLC + CadyIO <contact@cady.io> + Cady IO + Copyright @ Cady LLC http://www.gnu.org/licenses/lgpl-3.0.html - https://github.com/RefreshingIO/hangfire-ravendb + https://github.com/CadyIO/hangfire-ravendb https://avatars2.githubusercontent.com/u/7880472?v=3&s=200 Hangfire.Raven Hangfire;AspNet;MVC;OWIN;RavenDB;Long-Running;Background;Fire-And-Forget;Delayed;Recurring;Tasks;Jobs;Scheduler;Threading;Queues git - https://github.com/RefreshingIO/hangfire-ravendb + https://github.com/CadyIO/hangfire-ravendb - bin\Debug\netstandard1.4\Hangfire.Raven.xml + bin\Debug\netstandard2.0\Hangfire.Raven.xml - - + + +