BusynessNotification

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f39e132d635145933dda12f218f92386467a6a61
parent 5d0cbfb94aff7338a90b59cf4fcf8eb1ac1a5e6d
Author: Minerva_juppiter <ryouturn@gmail.com>
Date:   Sat,  6 Apr 2024 14:21:42 +0900


Diffstat:
MApp.xaml.cs | 2+-
MBN_installer/BN_installer.vdproj | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/App.xaml.cs b/App.xaml.cs @@ -42,7 +42,7 @@ namespace BusynessNotification int i = 0; Debug.WriteLine("length of notification is " + notifs.Count); - Debug.WriteLine("notifis is " + notifs[0]); + ///Debug.WriteLine("notifis is " + notifs[0]); while (notifs.Count >= i+1) { diff --git a/BN_installer/BN_installer.vdproj b/BN_installer/BN_installer.vdproj @@ -209,15 +209,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:BusynessNotification" - "ProductCode" = "8:{ADA2216F-AC77-4F32-8767-BA5864D2A2CD}" - "PackageCode" = "8:{EBF97850-2D9B-4771-84DD-C80D5BC4B9F1}" + "ProductCode" = "8:{8C91DA2C-32D8-4A06-B4F9-3BF5E2BEB7D8}" + "PackageCode" = "8:{C459A2BF-16C1-449B-97EF-6730ECCE6643}" "UpgradeCode" = "8:{40D85B84-04C0-4CE8-ADD7-FBCE950EBFE7}" "AspNetVersion" = "8:2.0.50727.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:1.2.0" + "ProductVersion" = "8:1.2.1" "Manufacturer" = "8:Minerva_juppiter" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:https://github.com/minerva-jupiter/BusynessNotification"