This commit is contained in:
Belim 2024-02-14 09:09:00 +01:00
commit dc3d4d5b36
3 changed files with 9 additions and 4 deletions

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
*.js linguist-detectable=true
*.html linguist-detectable=true
*.xml linguist-detectable=true
*.json linguist-detectable=true
*.cs linguist-detectable=true

View File

@ -12,9 +12,9 @@ This update not only empowers users with the capability to remove AI features in
## Download
**Recommended:** [Latest Preview AI release](https://github.com/builtbybel/Bloatynosy/releases)
**Recommended AI Version:** [Latest Preview AI release](https://github.com/builtbybel/Bloatynosy/releases)
**Classic version:** [Last classic Bloatynosy 1.5 release](https://github.com/builtbybel/Bloatynosy/releases/tag/1.5.0)
**Classic Bloatynosy version:** [Last classic Bloatynosy 1.5 release](https://github.com/builtbybel/Bloatynosy/releases/tag/1.5.0)
## How-to
Simply run the BloatynosyAI.exe. You can delete the cache folder BloatynosyAI.exe.WebView2 at any time.

View File

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// 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.6.0")]
[assembly: AssemblyFileVersion("1.6.0")]
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]