Skip to content

Commit

Permalink
1.2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 committed Mar 6, 2020
1 parent 0a6dc82 commit bc1734f
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions SuperCAL/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,16 @@
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SuperCAL")]
[assembly: AssemblyDescription("Super CAL for Simphony!")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyCompany("Dylan Bickerstaff")]
[assembly: AssemblyProduct("SuperCAL")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyCopyright("Copyright © 2020"]
[assembly: AssemblyTrademark("Dylan Bickerstaff")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(true)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("12ea0caa-7402-4b6b-b75d-466f788900e2")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.3.0")]
[assembly: AssemblyFileVersion("1.2.3.0")]
[assembly: NeutralResourcesLanguage("en")]

[assembly: NeutralResourcesLanguage("en")]

0 comments on commit bc1734f

Please sign in to comment.