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")]