Update assembly informational versions and replace API key in weather script

This commit is contained in:
vista-man
2025-01-29 12:20:59 +01:00
parent e41190c926
commit 16eb29fff3
9 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("woordenboek")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b9bf8b131a0470a81b7ac08f54b03cca04bcaed8")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e41190c926652c24167579975161b62b1b79c09e")]
[assembly: System.Reflection.AssemblyProductAttribute("woordenboek")]
[assembly: System.Reflection.AssemblyTitleAttribute("woordenboek")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]