Merge pull request #1945 from KazWolfe/fixed-versioning

feat: Use new versioning strategy
This commit is contained in:
goat 2024-07-25 01:01:50 +02:00 committed by GitHub
commit bd170ee74a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 71 additions and 66 deletions

View file

@ -59,7 +59,7 @@ internal class PluginRepository
},
UserAgent =
{
new ProductInfoHeaderValue("Dalamud", Util.AssemblyVersion),
new ProductInfoHeaderValue("Dalamud", Util.GetScmVersion()),
},
},
};