Skip to content

Commit

Permalink
update winget to 2.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xmegz committed Apr 2, 2024
1 parent 43051a2 commit 996dd8a
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: MndpTray.Core
PackageVersion: 2.2.0.0
InstallerType: portable
Commands:
- mndptray
Installers:
- Architecture: x64
InstallerUrl: https://github.com/xmegz/MndpTray/releases/download/v2.2.0/MndpTray.Core.Full.exe
InstallerSha256: EE74572FE053239B255D4E5C5C4BA14675933D2DE12CFF23C74FCCAB067DE7F0
ManifestType: installer
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: MndpTray.Core
PackageVersion: 2.2.0.0
PackageLocale: en-US
Publisher: Pádár Tamás
PackageName: MndpTray.Core
License: GPL-3.0
Copyright: 2018-2024
Tags: [windows,mikrotik, tool, network, udp, discovery, broadcast, cpd, lldp, network-discovery, routeros, dotnet, net-framework, mikrotik-router, mndp]
Documentation: https://github.com/xmegz/MndpTray
ShortDescription: MNDP - Mikrotik Neighbor Discovery Protocol - Tray Application Tool
ManifestType: defaultLocale
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: MndpTray.Core
PackageVersion: 2.2.0.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0
5 changes: 4 additions & 1 deletion MndpTray/MndpTray.Core/winget_update.bat
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
wingetcreate.exe update --submit --urls https://github.com/xmegz/MndpTray/releases/download/v2.1.0/MndpTray.Core.Full.exe --version 2.1.0.0 MndpTray.Core
echo "dont remember sync https://github.com/xmegz/winget-pkgs/tree/master"
wingetcreate.exe update --urls https://github.com/xmegz/MndpTray/releases/download/v2.2.0/MndpTray.Core.Full.exe --version 2.2.0.0 MndpTray.Core
echo "only submit"
rem wingetcreate submit C:\Projects\PadarCom\Source\MndpTray\MndpTray\MndpTray.Core\manifests\m\MndpTray\Core\2.2.0.0

0 comments on commit 996dd8a

Please sign in to comment.