Ignore:
Timestamp:
Jun 6, 2010, 8:59:53 PM (14 years ago)
Author:
Sam Habiel
Message:

Provided framework for Rebook letters; but they don't work.
Added the appointment dates to the printed letters.
Made more shortcuts on the main menu.
Changed version to 1.1, to be more congruous with the state of the software.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/AssemblyInfo.cs

    r788 r789  
    11using System.Reflection;
    22using System.Runtime.CompilerServices;
     3using System.Runtime.InteropServices;
    34
    45//
     
    78// associated with an assembly.
    89//
    9 [assembly: AssemblyTitle("ClinicalScheduling")]
    10 [assembly: AssemblyDescription("Windows Scheduling Application")]
     10[assembly: AssemblyTitle("Clinical Scheduling")]
     11[assembly: AssemblyDescription("Windows Scheduling Application for VistA")]
    1112[assembly: AssemblyConfiguration("")]
    1213[assembly: AssemblyCompany("WorldVistA")]
     
    2728// by using the '*' as shown below:
    2829
    29 [assembly: AssemblyVersion("2.2.*")]
     30[assembly: AssemblyVersion("1.1.*")]
    3031
    3132//
     
    5758[assembly: AssemblyKeyFile("")]
    5859[assembly: AssemblyKeyName("")]
    59 [assembly: AssemblyFileVersionAttribute("2.2.0.0")]
     60[assembly: AssemblyFileVersionAttribute("1.1.0.0")]
     61[assembly: ComVisibleAttribute(false)]
Note: See TracChangeset for help on using the changeset viewer.