diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d76da..94d57bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Win10Clean/Properties/AssemblyInfo.cs b/Win10Clean/Properties/AssemblyInfo.cs index a58539d..b6a9e93 100644 --- a/Win10Clean/Properties/AssemblyInfo.cs +++ b/Win10Clean/Properties/AssemblyInfo.cs @@ -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("")] @@ -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")]