* cleanup readme & create docs
* add icons
* Change Title to include Logo
* fix title
* title fix 2.0
* revert title
* Update .docs/Overview.md
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
* added link to latest release at download count
* moved files from wiki folder
* fix path
* fix2
* fix3
* add compatibility with new docs site
* fix link
* remove documentation
* fix known issues
---------
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: Chris Titus <contact@christitus.com>
* Adds all files for winutil docs
* Adds and changes content
* Adds more content
* Added even more content to the docs
* Create screen-install.png
* Adds KnownIssues File
* Delete createchangelog.yml
* Fixes spelling
* Downgrade 'actions/stale' GitHub Action to 'v8' from 'v9.0.0'
This will resolve the issue related to reserving the cache state found in 'v9.0.0' of this GitHub Action, which will make the Workflow process all Issues on every run.. which won't consume a lot of runtime resources by any means, as it's quite an optimized action.
* Increase the 'operations-per-run' from 100 to 150
This will ensure that the GitHub Action 'actions/stale' will not hit the limit of 200 items (an item either a PR or an Issue)
* Make 'ConvertTo-Icon' Private Function Parameter more stricter
* Fix 'Invoke-WPFShortcut' Public Function Icon Support for the created shortcuts
* Replace Tabs with Spaces to follow the conventions
* Add new optional parameter to 'ConvertTo-Icon' and Improve the documentation for the function
* Update the Description for 'ConvertTo-Icon' Function
* Update some Documentation Wording in 'ConvertTo-Icon' Function
* Change behavior of one case from throwing an exception to doing an early return
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
* Update Examples for 'ConvertTo-Icon' Functions & Add a new Example, as well as some other changes
Besides the updated documentation for 'ConvertTo-Icon' Function, the icon file path has changed from '$env:TEMP\cttlogo.ico' into '$env:LOCALAPPDATA\winutil\cttlogo.ico', and add edge-case of Folder not being found for the Icon File in 'ConvertTo-Icon' Code.
---------
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
* Redirect dev to latest Fulll Release if can't catch prerelease
* Fix logic and URL to select the latest release (#2)
* Compile Winutil
* fix redirect to latest release
---------
Co-authored-by: Marterich <Marterich@users.noreply.github.com>
* Set Powershell Window Title
* moved setting Window Name
* remove setting Windowname
Window Name gets overwritten
---------
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
Co-authored-by: Marterich <Marterich@users.noreply.github.com>