Skip to content

Commit

Permalink
Update Hangfire.PostgreSql.csproj
Browse files Browse the repository at this point in the history
Changed copyright information
  • Loading branch information
frankhommers authored Jun 27, 2024
1 parent 942fccb commit ef5a80b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Hangfire.PostgreSql/Hangfire.PostgreSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<PropertyGroup>
<Description>PostgreSql storage implementation for Hangfire (background job system for ASP.NET and aspnet core applications).</Description>
<Copyright>Copyright © 2014-2021 Frank Hommers and others</Copyright>
<Copyright>Copyright © 2014-2024 Frank Hommers and others</Copyright>
<AssemblyTitle>Hangfire PostgreSql Storage</AssemblyTitle>
<VersionPrefix>1.9.4</VersionPrefix>
<Authors>Frank Hommers and others (Burhan Irmikci (barhun), Zachary Sims(zsims), kgamecarter, Stafford Williams (staff0rd), briangweber, Viktor Svyatokha (ahydrax), Christopher Dresel (Dresel), Vytautas Kasparavičius (vytautask), Vincent Vrijburg, David Roth (davidroth), Žygimantas Arūna (azygis).</Authors>
<Authors>Frank Hommers, Vytautas Kasparavičius, Žygimantas Arūna</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Hangfire.PostgreSql</AssemblyName>
<OutputType>Library</OutputType>
Expand All @@ -21,7 +21,7 @@
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<RepositoryUrl>https://github.com/frankhommers/Hangfire.PostgreSql</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Company>Frank Hommers and others (Burhan Irmikci (barhun), Zachary Sims(zsims), kgamecarter, Stafford Williams (staff0rd), briangweber, Viktor Svyatokha (ahydrax), Christopher Dresel (Dresel), Vytautas Kasparavičius (vytautask), Vincent Vrijburg, David Roth (davidroth), Žygimantas Arūna (azygis).</Company>
<Company>https://github.com/hangfire-postgres</Company>
<LangVersion>default</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
Expand Down

0 comments on commit ef5a80b

Please sign in to comment.