From 1c942a7fed8fb8ee35940b6d766aa0daa628535b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 22 Jun 2021 19:22:58 +0000 Subject: [PATCH] winform app release 7.6.8 --- TODO.txt | 6 ++++++ source/WinFormApp/AssemblyInfo.cs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index d06e2ec..6c64a14 100644 --- a/TODO.txt +++ b/TODO.txt @@ -8,3 +8,9 @@ //DONE STUFF case 3875 license fetch update + + +release 7.6.8 +case 3892 - Fixed a bug in schedule day view where it was possible to scroll beyond the 24 hours of the day being viewed causing secondary issues as a result. +(Note: if need to see appointments spanning 2 or more days click on the first day in the mini calendar in +the left navigation pane and drag to select as many days as need to view at once) \ No newline at end of file diff --git a/source/WinFormApp/AssemblyInfo.cs b/source/WinFormApp/AssemblyInfo.cs index 80a8fba..79d52fa 100644 --- a/source/WinFormApp/AssemblyInfo.cs +++ b/source/WinFormApp/AssemblyInfo.cs @@ -62,4 +62,4 @@ using System.Runtime.InteropServices; [assembly: log4net.Config.XmlConfigurator(ConfigFile="Log4Net.config",Watch=true)] //[assembly: log4net.Config.XmlConfigurator(Watch=true)] [assembly: ComVisibleAttribute(false)] -[assembly: AssemblyFileVersionAttribute("7.6.7.0")] +[assembly: AssemblyFileVersionAttribute("7.6.8.0")]