Releases: arcadiogarcia/zRover
zRover.WinUI v0.1.6-preview
Full Changelog: v1.0.1.0...nuget-winui-v0.1.6-preview
zRover Retriever v1.0.1.0
Installation
The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:
$cerUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v1.0.1.0/zRover.Retriever_1.0.1.0_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v1.0.1.0/zRover.Retriever_1.0.1.0_x64.msix"
# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer
# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msixUpdating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine.
Add-AppxProvisionedPackageinstalls the app for all users on the machine.
Full Changelog: v1.0.0.1...v1.0.1.0
zRover Retriever v1.0.0.1
Installation
The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:
$cerUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v1.0.0.1/zRover.Retriever_1.0.0.1_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v1.0.0.1/zRover.Retriever_1.0.0.1_x64.msix"
# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer
# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msixUpdating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine.
Add-AppxProvisionedPackageinstalls the app for all users on the machine.
Full Changelog: v1.0.0.0...v1.0.0.1
zRover Retriever v1.0.0.0
Installation
The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:
$cerUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v1.0.0.0/zRover.Retriever_1.0.0.0_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v1.0.0.0/zRover.Retriever_1.0.0.0_x64.msix"
# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer
# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msixUpdating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine.
Add-AppxProvisionedPackageinstalls the app for all users on the machine.
Full Changelog: v0.9.20.0...v1.0.0.0
zRover Retriever v0.9.20.0
Installation
The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:
$cerUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.20.0/zRover.Retriever_0.9.20.0_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.20.0/zRover.Retriever_0.9.20.0_x64.msix"
# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer
# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msixUpdating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine.
Add-AppxProvisionedPackageinstalls the app for all users on the machine.
Full Changelog: v0.9.19.0...v0.9.20.0
zRover.WinUI v0.1.5-preview
Full Changelog: v0.9.19.0...nuget-winui-v0.1.5-preview
zRover Retriever v0.9.19.0
Installation
The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:
$cerUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.19.0/zRover.Retriever_0.9.19.0_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.19.0/zRover.Retriever_0.9.19.0_x64.msix"
# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer
# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msixUpdating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine.
Add-AppxProvisionedPackageinstalls the app for all users on the machine.
Full Changelog: v0.9.18.0...v0.9.19.0
zRover Retriever v0.9.18.0
Installation
The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:
$cerUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.18.0/zRover.Retriever_0.9.18.0_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.18.0/zRover.Retriever_0.9.18.0_x64.msix"
# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer
# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msixUpdating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine.
Add-AppxProvisionedPackageinstalls the app for all users on the machine.
Full Changelog: v0.9.17.0...v0.9.18.0
zRover Retriever v0.9.17.0
Installation
The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:
$cerUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.17.0/zRover.Retriever_0.9.17.0_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.17.0/zRover.Retriever_0.9.17.0_x64.msix"
# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer
# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msixUpdating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine.
Add-AppxProvisionedPackageinstalls the app for all users on the machine.
Full Changelog: v0.9.16.0...v0.9.17.0
zRover Retriever v0.9.16.0
Installation
The package is signed with a self-signed certificate. Run the following once as admin in PowerShell to trust the cert and install:
$cerUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.16.0/zRover.Retriever_0.9.16.0_x64.cer"
$msixUrl = "https://github.com/arcadiogarcia/zRover/releases/download/v0.9.16.0/zRover.Retriever_0.9.16.0_x64.msix"
# 1. Trust the signing certificate (one-time, requires admin)
$cer = "$env:TEMP\zRover.cer"
Invoke-WebRequest $cerUrl -OutFile $cer
Import-Certificate -FilePath $cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Remove-Item $cer
# 2. Install (or update) the MSIX for all users
$msix = "$env:TEMP\zRover.Retriever.msix"
Invoke-WebRequest $msixUrl -OutFile $msix
Add-AppxProvisionedPackage -Online -PackagePath $msix -SkipLicense
Remove-Item $msixUpdating: Run only step 2 for subsequent releases — the certificate only needs to be trusted once per machine.
Add-AppxProvisionedPackageinstalls the app for all users on the machine.
Full Changelog: v0.9.15.0...v0.9.16.0