Skip to content

Commit

Permalink
Reverted accidental deletion of solutioninfo.cs file
Browse files Browse the repository at this point in the history
  • Loading branch information
valadas committed Aug 12, 2021
1 parent 13475a5 commit bcf81bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System.Reflection;
using System.Security;

[assembly: AssemblyCompany("Shannon Deminick")]
[assembly: AssemblyCopyright("Copyright © Shannon Deminick 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]


[assembly: AssemblyVersion("1.9.10")]
[assembly: AssemblyFileVersion("1.9.10")]
[assembly: AssemblyInformationalVersion("1.9.10")]

0 comments on commit bcf81bf

Please sign in to comment.