Skip to content

Commit

Permalink
Release version v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelid committed Sep 24, 2021
1 parent 36ed76c commit 924faba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ChocoButler Changelog


## [[v0.1.6](https://github.com/cokelid/ChocoButler/releases/tag/v0.1.6)] 2021-09-24
No changes beyond ensuring the version in the code matches the release (which I screwed up)
## [[v0.1.5](https://github.com/cokelid/ChocoButler/releases/tag/v0.1.5)] 2021-09-24
Files renamed, improved error reporting, version displayed
### Added
Expand Down Expand Up @@ -50,3 +53,5 @@ First Release!





3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Rather than running upgrades on a fixed schedule, ChocoButler alerts you when up
![ChocoButler Red Chocolatey Icon](./img/chocolatey_icon_red_48x48.png?raw=true)

## Installation & Running
In short: [download](https://github.com/cokelid/ChocoButler/archive/refs/tags/v0.1.5.zip) the files, unzip to a folder, double-click the `chocobutler.bat` file.
In short: [download](https://github.com/cokelid/ChocoButler/archive/refs/tags/v0.1.6.zip) the files, unzip to a folder, double-click the `chocobutler.bat` file.

Alternatively clone the [github repo](https://github.com/cokelid/ChocoButler.git) and run the `chocobutler.bat` file.

Expand Down Expand Up @@ -129,3 +129,4 @@ The above changes allow you to quickly test the main check->upgrade workflow, wi




3 changes: 2 additions & 1 deletion chocobutler.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted
# Code taken from: https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-powershell-1.0/ff730952(v=technet.10)

$VERSION = 'v0.1.6-beta'
$VERSION = 'v0.1.6'

[void] [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
[void] [System.Reflection.Assembly]::LoadWithPartialName("System.Drawing")
Expand Down Expand Up @@ -453,3 +453,4 @@ $appContext = New-Object System.Windows.Forms.ApplicationContext
[void][System.Windows.Forms.Application]::Run($appContext)



0 comments on commit 924faba

Please sign in to comment.