From fd3d6648ea02919ae4a18e6f85f8e63c7087b360 Mon Sep 17 00:00:00 2001 From: Manuel Gil Date: Fri, 22 Dec 2017 20:42:11 -0500 Subject: [PATCH] Update to version 10.5.3.5 --- ISSUE_TEMPLATE.md | 100 ---------------------------------------------- README.md | 50 +++++++++++++++++++++-- ResetWUEng.cmd | 4 +- 3 files changed, 49 insertions(+), 105 deletions(-) delete mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 54cbaf2..0000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,100 +0,0 @@ -# How To Report an Issue or Request a Feature - -Please read carefully this document. It will guide you to submit an [issue](#issue) - or [feature](feature). - - -## Before starting - -### Step 1: - -**Requirements** - - * [ ] Did you follow the installation steps described in - [README.md](https://github.com/ManuelGil/Script-Reset-Windows-Update-Tool/blob/master/README.md)? - * [ ] Do you use the latest version? - - * [x] Complete with an X inside the brackets for the requirements met. - -### Step 2: - -**Use the GitHub issue search** - - * Check if the issue or feature has already been submited. - -### Step 3: - -**Check if the issue has been fixed** - - * try to reproduce it using the latest master or development branch in the - repository. - - -## Report an Issue - -### Step 1: - -**Type the title** - - * Type a title for your issue and includes the word (Issue). - -### Step 2: - -**Describe your environment** - - * **OS version:** _____ - * **Project version:** _____ - -### Step 3: - -**Describe the problem** - - * Type a description for your issue. - -### Step 4: - -**Steps to reproduce** - - * First Step - * Second Step - * ... - * Expected behavior: What do you expect to happen? - * Actual behavior: What really happens? - * Reproduces how often: What percentage of the time does it reproduce? - -### Step 5: - -**Additional Information** - - * Any additional information, configuration or data that might be necessary - to reproduce the issue. - -### Step 6: - -**Screenshot** - - * Provide a screenshot that show your issue. - - -## Request a Feature - -### Step 1: - -**Type the title** - - * Type a title for your issue and includes the word (Feature). - -### Step 2: - -**Describe the problem** - - * Type a description for your feature. - -### Step 3: - -**Additional Information** - - * Why do you want this functionality? - * How do you expect it to work? - -> Thank you for collaborating with this project. diff --git a/README.md b/README.md index dd2fd00..94df375 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@
- Status + Status - Version + Version - Update + Update License @@ -37,6 +37,50 @@ This page will help you get started with Reset Windows Update Tool (Script). ## :information_source: Changelog +**10.5.3.5** (22/16/2017) + + * + + + + + + + + + + + + + + + + +
+ Language: + + Windows Shell Script +
+ Requirements: + + Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1 + and Windows 10 +
+ Filename: + + + ResetWUEng.cmd + +
+ Changes: + +
    +
  • + Link to official website +
  • +
+
+ **10.5.3.4** (11/27/2017) * diff --git a/ResetWUEng.cmd b/ResetWUEng.cmd index 543ff3a..4d4a118 100644 --- a/ResetWUEng.cmd +++ b/ResetWUEng.cmd @@ -2,7 +2,7 @@ :: NAME: Reset Windows Update Tool. :: DESCRIPTION: This script reset the Windows Update Components. :: AUTHOR: Manuel Gil. -:: VERSION: 10.5.3.4 +:: VERSION: 10.5.3.5 :: ================================================================================== @@ -972,7 +972,7 @@ goto :eof :: void help(); :: /*************************************************************************************/ :help - start %~dp0HELP.chm + start http://docs.wureset.com/ goto :eof :: /*************************************************************************************/