mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Store the date a build is created
This commit is contained in:
@@ -211,4 +211,11 @@
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Save the compiled date so that we know if the user is running an old version of Jackett -->
|
||||
<ItemGroup>
|
||||
<AssemblyAttribute Include="Jackett.Common.Utils.BuildDateAttribute">
|
||||
<_Parameter1>$([System.DateTime]::UtcNow.ToString("yyyyMMddHHmmss"))</_Parameter1>
|
||||
</AssemblyAttribute>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user