Skip to content

Commit

Permalink
Final commit v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElPumpo committed Feb 5, 2021
1 parent 68afd93 commit 13247fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.0.0] - 2021-02-05
Today is a big day for Win10Clean, which is just a normal day for y'all. It's being released as v1.0.0. Some new minor changes are here but it's still what I wanted it to be, and nothing more really.
It wasn't ever meant to be known by anyone except me. Released it back in 2016 just so I could easily find it on the interwebs. I'm suprised how it was shared like it was on ghacks and majorgeeks. It wasn't ever designed to be customizable, and wont be either. Microsoft haven't changed so much the last couple of years and I'm satisfied on how my installation is so I probably wont release more updates unless things change.
### Added
- Automatic bing search disabled
- Tool tips to buttons
Expand Down
8 changes: 4 additions & 4 deletions Win10Clean/Properties/AssemblyInfo.cs
Expand Up @@ -8,9 +8,9 @@
[assembly: AssemblyTitle("Win10Clean")]
[assembly: AssemblyDescription("Cleanup your Windows 10 environment")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Hawaii_Beach & deadmoon")]
[assembly: AssemblyCompany("Hawaii_Beach")]
[assembly: AssemblyProduct("Win10Clean")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.14.3")]
[assembly: AssemblyFileVersion("0.14.3")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]

0 comments on commit 13247fd

Please sign in to comment.