Skip to content

Commit

Permalink
More code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jlechem committed Mar 4, 2024
1 parent 4f96820 commit 4b50eff
Show file tree
Hide file tree
Showing 6 changed files with 407 additions and 331 deletions.
12 changes: 11 additions & 1 deletion IpViewer.BusinessObject/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTrademark("Copyright © 2024 Justin LeCheminant")]
[assembly: AssemblyTrademark("Copyright © 2020 Justin LeCheminant")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
Expand All @@ -28,4 +28,14 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("cec8f7ca-e713-466a-9312-bac6772f3be5")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyFileVersion("6.0.0.0")]

[assembly: log4net.Config.XmlConfigurator(Watch = true)]
Loading

0 comments on commit 4b50eff

Please sign in to comment.