From 8d78a002b2d07c0141d8c30f70f63dd257f829ae Mon Sep 17 00:00:00 2001 From: Dmitry Popov Date: Thu, 18 Oct 2018 12:27:56 +0300 Subject: [PATCH] v6.0.2 --- src/RecurrentTasks/RecurrentTasks.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RecurrentTasks/RecurrentTasks.csproj b/src/RecurrentTasks/RecurrentTasks.csproj index c6e2371..038c898 100644 --- a/src/RecurrentTasks/RecurrentTasks.csproj +++ b/src/RecurrentTasks/RecurrentTasks.csproj @@ -11,7 +11,7 @@ https://github.com/justdmitry/RecurrentTasks/blob/master/LICENSE git https://github.com/justdmitry/RecurrentTasks.git - 6.0.0-RC1 + 6.0.2 RecurrentTasks for .NET allows you to run simple recurrent background tasks with specific intervals, without complex frameworks, persistance, etc... just_dmitry