Corrected csproj to use assembly version

This commit is contained in:
2025-11-30 21:20:26 -07:00
parent 08747baf51
commit c001a4f2ca

View File

@@ -37,10 +37,10 @@
"category": "Library", "category": "Library",
"overview": "A cleaner for your stale media.", "overview": "A cleaner for your stale media.",
"description": "Clean out the stale media from your library using scheduled tasks", "description": "Clean out the stale media from your library using scheduled tasks",
"timestamp": "$(PluginTimestamp)", "timestamp": "$(Timestamp)",
"targetAbi": "10.11.0", "targetAbi": "10.11.0",
"owner": "T-Gander", "owner": "T-Gander",
"version": "$(Version)" "version": "$(AssemblyVersion)"
}' }'
Overwrite="true" Overwrite="true"
Encoding="utf-8" /> Encoding="utf-8" />