Skip to content

Commit

Permalink
Fix assembly version attributes for Ignition.Foundation.Core
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyasmith committed Jan 24, 2018
1 parent d193754 commit d09d46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ignition.Foundation.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.*")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: IgnitionAutomap]

0 comments on commit d09d46d

Please sign in to comment.