diff --git a/CHANGELOG.md b/CHANGELOG.md index f75e146..cafd619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,15 @@ IMPROVEMENTS: * Reworked Wiki for creating custom scripts * Setup does now show the full path where the modules are installed -* Added Lightweight C# Command Line Parser for Xteq5CLI (http://www.codeproject.com/Articles/39120/Lightweight-C-Command-Line-Parser) * Added Xteq5CLI +* Added Lightweight C# Command Line Parser for Xteq5CLI (http://www.codeproject.com/Articles/39120/Lightweight-C-Command-Line-Parser) * Added Xteq5UserInterface library * Added SimplifiedXteq5Runner for *UI programs (Xteq5GUI and Xteq5CLI) * Rewritten HTMLBootstrapGenerator using new BaseTemplateReplaceGenerator class * Renamed HTML template to "BootstrapTemplate.html" +* Added XML and JSON output formats * Improvments for Xteq5Engine - BUG FIXES: * Fixed bug in all scripts, #requires was missing the _s_ at the end diff --git a/README.md b/README.md index a521af2..a492ec0 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ About Xteq5 A known issues testing framework, powered by PowerShell scripts. -Why you want to use it: Computer systems today are complex. Some years ago, if software A did not run, the reason was “A requires B and B is not installed”. Today it’s more like “A does not run because B is not working as the value C in D is not set by E”. +Computer systems today are complex. Some years ago, if software A did not run, the reason was "A requires B and B is not installed". Today it’s more like "A does not run because B is not working as the value C in D is not set by E". -Using Xteq5, you could now write PowerShell scripts that test A, B, C, D and E. The generated HTML report ([Example][_examplereport]) will then inform you if, and what, isn’t right. From that time on, you don’t have to remember this case anymore. Just run Xteq5 again and you will be informed in seconds. +Using Xteq5, you could now write PowerShell scripts that test A, B, C, D and E. The generated HTML report ([Example][_examplereport]) will then inform you if, and what, isn’t right. From that time on, you don’t have to remember this case anymore. Just run Xteq5 again and you will be informed in seconds. This can also be done silently using the command line, resulting in a XML or JSON report for further automated processing. This procedure can lead to cost savings if you have separated 1st and 2nd level support teams. The 1st level support can check with Xteq5 if the problem is already known and fix it without escalating to 2nd level. This means higher first call resolution rates for 1st level and less tickets for 2nd level. @@ -30,7 +30,7 @@ The most recent version can be downloaded from [Releases][_downloads]. * Windows 7 SP1 / Windows Server 2008 SP2 (or higher) -* 256MB free memory, 5 MB free disk space +* 256MB free memory, 6 MB free disk space * [.NET Framework 4.5][_netframework] (or higher) * [PowerShell 4.0][_wmf] (or higher) * Download links are provided by Setup.exe if one of the components is not installed @@ -38,7 +38,7 @@ The most recent version can be downloaded from [Releases][_downloads]. ##Documentation -Please see the [Xteq5 Wiki][_wiki] for [How to use][_wiki_howto] and about creating [custom scripts][_wiki_customscripts]. +Please see the [Xteq5 Wiki][_wiki] for [How to use][_wiki_howto] it, creating your [own assets or tests][_wiki_customscripts], [customize][_wiki_setup] the installation or utilizing the [command line interface][_wiki_cli]. ##Contributions @@ -85,4 +85,6 @@ Licensed under the **Apache License, Version 2.0**. For details, please see [LIC [_wiki]: https://github.com/texhex/xteq5/wiki [_wiki_howto]: https://github.com/texhex/xteq5/wiki/How-to-use [_wiki_customscripts]: https://github.com/texhex/xteq5/wiki/Custom-scripts +[_wiki_setup]: https://github.com/texhex/xteq5/wiki/Setup-customization +[_wiki_cli]: https://github.com/texhex/xteq5/wiki/Command-line-interface diff --git a/images/Convert_Icons.bat b/images/Convert_Icons.bat index aea1d43..1f7dca9 100644 --- a/images/Convert_Icons.bat +++ b/images/Convert_Icons.bat @@ -11,4 +11,7 @@ SET EXE_CONVERT=C:\_Tools\ImageMagick-6.9.0-2\convert.exe REM -colors 256 "%EXE_CONVERT%" Xteq5_Icon_16x16.ico Xteq5_Icon_32x32.ico Xteq5_Icon_48x48.ico Xteq5_Icon.ico +"%EXE_CONVERT%" Xteq5_Icon_Secondary_16x16.ico Xteq5_Icon_Secondary_32x32.ico Xteq5_Icon_Secondary_48x48.ico Xteq5_Icon_Secondary.ico + + pause diff --git a/images/Xteq5_Icon_Secondary.ico b/images/Xteq5_Icon_Secondary.ico new file mode 100644 index 0000000..2d0e000 Binary files /dev/null and b/images/Xteq5_Icon_Secondary.ico differ diff --git a/images/Xteq5_Icon_Secondary_16x16.ico b/images/Xteq5_Icon_Secondary_16x16.ico new file mode 100644 index 0000000..74834f6 Binary files /dev/null and b/images/Xteq5_Icon_Secondary_16x16.ico differ diff --git a/images/Xteq5_Icon_Secondary_32x32.ico b/images/Xteq5_Icon_Secondary_32x32.ico new file mode 100644 index 0000000..dfafb5f Binary files /dev/null and b/images/Xteq5_Icon_Secondary_32x32.ico differ diff --git a/images/Xteq5_Icon_Secondary_48x48.ico b/images/Xteq5_Icon_Secondary_48x48.ico new file mode 100644 index 0000000..934d702 Binary files /dev/null and b/images/Xteq5_Icon_Secondary_48x48.ico differ diff --git a/licenses/LICENSE-CPOL.htm b/licenses/LICENSE-CPOL.htm index 6f758c8..13f0883 100644 --- a/licenses/LICENSE-CPOL.htm +++ b/licenses/LICENSE-CPOL.htm @@ -1,4 +1,4 @@ -? + The Code Project Open License (CPOL)