Skip to content

Commit

Permalink
bump:
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhas committed Oct 12, 2018
1 parent 0c49c0d commit 7b5b1f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file modified AppVolume/AppVolume.rc
Binary file not shown.
4 changes: 2 additions & 2 deletions AppVolume/skinDefinition.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "AppVolume Example Skins",
"author": "khanhas",
"version": "1.2.2",
"version": "1.2.3",
"minimumVersion": "4.1",
"minimumWindows": "5.1",
"output": "./dist/AppVolume_1.2.2.rmskin",
"output": "./dist/AppVolume_1.2.3.rmskin",
"skinDir": "../AppVolumeExampleSkin",
"configPrefix": "AppVolumeExample",
"headerImage": "./header.bmp",
Expand Down
3 changes: 3 additions & 0 deletions AppVolume/task.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
$msbuild = "E:\VisualStudio\MSBuild\15.0\Bin\MSBuild.exe"
Write-Host "Current version: " -n -f ([ConsoleColor]::Green)
Write-Host (Get-Content ".\skinDefinition.json" | ConvertFrom-Json).version

function Build
{
param(
Expand Down

0 comments on commit 7b5b1f3

Please sign in to comment.