diff --git a/README.md b/README.md index 6d521999..229fd239 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The app currently offers six modules: ## Download and installing ### Download directly from GitHub -- [Click here to download the latest version of ThisIsWin11](https://github.com/builtbybel/ThisIsWin11/releases) +- [Click here to download the latest stable version of ThisIsWin11](https://github.com/builtbybel/ThisIsWin11/releases) ### Installation diff --git a/appversion.txt b/appversion.txt index 6bc8ee7b..4eba8f0e 100644 --- a/appversion.txt +++ b/appversion.txt @@ -1 +1 @@ -0.94.1 +1.0.0.101 diff --git a/assets/pages/endpage.png b/assets/pages/endpage.png index 75c2ba28..258a55aa 100644 Binary files a/assets/pages/endpage.png and b/assets/pages/endpage.png differ diff --git a/assets/pages/page-look.png b/assets/pages/page-look.png index 56e5a17e..7784caa5 100644 Binary files a/assets/pages/page-look.png and b/assets/pages/page-look.png differ diff --git a/assets/pages/page-windowsupdates.png b/assets/pages/page-windowsupdates.png index c0003980..75c2ba28 100644 Binary files a/assets/pages/page-windowsupdates.png and b/assets/pages/page-windowsupdates.png differ diff --git a/assets/pages/startpage.png b/assets/pages/startpage.png index 7784caa5..56e5a17e 100644 Binary files a/assets/pages/startpage.png and b/assets/pages/startpage.png differ diff --git a/changes.txt b/changes.txt index 29f588e5..32889cd4 100644 --- a/changes.txt +++ b/changes.txt @@ -1,7 +1,7 @@ -Hotfix 0.94.1 for Windows 11 Presenter/Getting started module and the TIW11 self-updater. +- We want to test the update to the upcoming version 1.0 on more devices. +The update can be rolled out to your system. From the blog: -Voting for a appname change is closed. -ThisIsWin11 remains ThisIsWin11! -https://www.builtbybel.com/blog/19-apps/44-thisiswin11-yes-or-no-for-changing-the-appname +Try the first Preview version 1.0 of TIW11 with a complete UI overhaul +https://github.com/builtbybel/ThisIsWin11/releases/tag/1.0.0.101 diff --git a/src/TIW11/Properties/AssemblyInfo.cs b/src/TIW11/Properties/AssemblyInfo.cs index 7fffb2b1..f0dda066 100644 --- a/src/TIW11/Properties/AssemblyInfo.cs +++ b/src/TIW11/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Builtbybel")] [assembly: AssemblyProduct("ThisIsWin11")] -[assembly: AssemblyCopyright("Copyright © 2022 Builtbybel")] +[assembly: AssemblyCopyright("Copyright © 2021")] [assembly: AssemblyTrademark("Builtbybel")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // indem Sie "*" wie unten gezeigt eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.10")] -[assembly: AssemblyFileVersion("1.0.10")] +[assembly: AssemblyVersion("1.0.0.101")] +[assembly: AssemblyFileVersion("1.0.0.101")]