File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" WixToolset.Sdk/4.0.5" >
22 <PropertyGroup >
3- <Version Condition =" '$(Version)' == ''" >1.0.3 </Version >
3+ <Version Condition =" '$(Version)' == ''" >1.0.4 </Version >
44 <OutputName >GhostDrawSetup-$(Version)</OutputName >
55 <OutputType >Package</OutputType >
66 <Platform >x64</Platform >
Original file line number Diff line number Diff line change 88 <UseWPF >true</UseWPF >
99 <UseWindowsForms >true</UseWindowsForms >
1010 <ApplicationIcon >Assets\favicon.ico</ApplicationIcon >
11- <Version >1.0.3 </Version >
11+ <Version >1.0.4 </Version >
1212 </PropertyGroup >
1313
1414 <ItemGroup >
Original file line number Diff line number Diff line change 11{
22 "name" : " ghost-draw" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " Draw directly on your screen with a transparent overlay" ,
55 "repository" : {
66 "type" : " git" ,
2323 "dev:watch" : " dotnet watch run --project Src/GhostDraw/GhostDraw.csproj" ,
2424 "format" : " dotnet format GhostDraw.sln" ,
2525 "format:check" : " dotnet format GhostDraw.sln --verify-no-changes" ,
26- "version:check" : " powershell.exe -NoProfile -ExecutionPolicy Bypass -File Scripts/Update-Version.ps1 -UpdateProjFiles -Bump patch -DryRun" ,
26+ "version:check" : " powershell.exe -NoProfile -ExecutionPolicy Bypass -File Scripts/Update-Version.ps1 -CreateTag -PushTag - UpdateProjFiles -Bump patch -DryRun" ,
2727 "version:tag" : " powershell.exe -NoProfile -ExecutionPolicy Bypass -File Scripts/Update-Version.ps1 -CreateTag -PushTag -Bump patch -DryRun"
2828 },
2929 "engines" : {
You can’t perform that action at this time.
0 commit comments