Skip to content

Commit

Permalink
v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justdmitry committed Jan 21, 2022
1 parent 0ec07a9 commit 3d6250f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/RecurrentTasks/RecurrentTasks.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Copyright>Dmitry Popov, 2016-2019</Copyright>
<Copyright>Dmitry Popov, 2016-2022</Copyright>
<AssemblyTitle>RecurrentTasks</AssemblyTitle>
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<AssemblyName>RecurrentTasks</AssemblyName>
<PackageId>RecurrentTasks</PackageId>
<PackageTags>task;job;recurrent;recurring;aspnetcore</PackageTags>
<PackageReleaseNotes>https://github.com/justdmitry/RecurrentTasks/releases/tag/v6.4</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/justdmitry/RecurrentTasks/releases/tag/v6.5</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/justdmitry/RecurrentTasks</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/justdmitry/RecurrentTasks.git</RepositoryUrl>
<Version>6.4.3</Version>
<Version>6.5.0</Version>
<Description>RecurrentTasks for .NET allows you to run simple recurrent background tasks with specific intervals, without complex frameworks, persistance, etc...</Description>
<Authors>just_dmitry</Authors>
<Company />
Expand Down

0 comments on commit 3d6250f

Please sign in to comment.