Bump version to 1.0.0.0

This commit is contained in:
2025-02-15 11:44:46 +01:00
parent a95edb5bba
commit 385cb94427
5 changed files with 32 additions and 14 deletions

View File

@ -82,7 +82,7 @@ namespace Elwig {
}
protected override async void OnStartup(StartupEventArgs evt) {
Version = new Version(typeof(App).GetTypeInfo().Assembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>()?.InformationalVersion.Split('+')[0] ?? "0.0.0");
Version = new Version(typeof(App).GetTypeInfo().Assembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>()?.InformationalVersion.Split('+')[0] ?? "0.0.0.0");
try {
await AppDbUpdater.CheckDb();