Bump version to 1.0.0.0
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Deploy / Build and Deploy (push) Successful in 2m29s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Deploy / Build and Deploy (push) Successful in 2m29s
				
			This commit is contained in:
		@@ -85,7 +85,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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user