File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Package xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns : uap =" http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns : rescap =" http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces =" uap rescap" >
3- <Identity Name =" RuntimeRascal2.GhostDraw" Publisher =" CN=848D633E-2EDA-408E-A107-D73DAD325114" Version =" 1 .0.17 .0" />
3+ <Identity Name =" RuntimeRascal2.GhostDraw" Publisher =" CN=848D633E-2EDA-408E-A107-D73DAD325114" Version =" 2 .0.0 .0" />
44 <Properties >
55 <DisplayName >Ghost Draw</DisplayName >
66 <PublisherDisplayName >RuntimeRascal2</PublisherDisplayName >
Original file line number Diff line number Diff line change 2626 "version:check" : " powershell.exe -NoProfile -ExecutionPolicy Bypass -File Scripts/Update-Version.ps1 -CreateTag -PushTag -UpdateProjFiles -Bump revision -DryRun" ,
2727 "version:bump" : " powershell.exe -NoProfile -ExecutionPolicy Bypass -File Scripts/Update-Version.ps1 -CreateTag -PushTag -UpdateProjFiles -Bump revision" ,
2828 "install:package" : " powershell.exe -NoProfile -ExecutionPolicy Bypass -File Package/Build-And-Install-MSIX.ps1" ,
29- "install:package:v" : " powershell.exe -NoProfile -ExecutionPolicy Bypass -File Package/Build-And-Install-MSIX.ps1 -Version 2.0.0.0"
29+ "install:package:v" : " powershell.exe -NoProfile -ExecutionPolicy Bypass -File Package/Build-And-Install-MSIX.ps1 -Version 2.0.0.0" ,
30+ "package:store" : " powershell.exe -NoProfile -ExecutionPolicy Bypass -Command \" Set-Location Package; ./build-msix.ps1 -Configuration Release -CreateUploadPackage -Version $env:npm_package_version\" "
3031 },
3132 "engines" : {
3233 "node" : " >=18.0.0" ,
You can’t perform that action at this time.
0 commit comments