From 55e3fe458042e35776c44ec195cff9861d669940 Mon Sep 17 00:00:00 2001 From: Chris Lovett Date: Tue, 30 Jun 2020 07:14:12 -0700 Subject: [PATCH] Add MyMoney manifest (#1123) * add MyMoney manifest * change installer link * fix the hash * fix yaml Co-authored-by: Chris Lovett --- .../LovettSoftware/MyMoney.Net/1.1.61.0.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifests/LovettSoftware/MyMoney.Net/1.1.61.0.yaml diff --git a/manifests/LovettSoftware/MyMoney.Net/1.1.61.0.yaml b/manifests/LovettSoftware/MyMoney.Net/1.1.61.0.yaml new file mode 100644 index 000000000..1b709c798 --- /dev/null +++ b/manifests/LovettSoftware/MyMoney.Net/1.1.61.0.yaml @@ -0,0 +1,16 @@ +Id: LovettSoftware.MyMoney.Net +Author: Chris Lovett +Publisher: Chris Lovett +Name: MyMoney.Net +Version: 1.1.61.0 +License: MIT +FileExtensions: mmdb +InstallerType: msix +Tags: finance +Description: MyMoney is a rich client .NET application for managing your personal finances. It is written entirely in C# and is designed for programmers who want easy access to their data and who want to quickly and easily add their own features. Your data will not be locked up in some proprietary format, it is yours to do with as you like. +Homepage: https://github.com/clovett/MyMoney.Net/wiki +Installers: + - Arch: Neutral + InstallerType: MSIX + Url: http://lovettsoftware.com/Downloads/MyMoney.Net/MoneyPackage_1.1.61.0_Debug_Test/MoneyPackage_1.1.61.0_AnyCPU_Debug.msixbundle + Sha256: 857bea80b39e0d4d5d153bea46fa78491d2c18e956f24c751a1c2703e4da171d \ No newline at end of file