Skip to content

Commit

Permalink
Strong nameage
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Jan 25, 2015
1 parent 5768276 commit fe7ebe3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file added NewId.snk
Binary file not shown.
12 changes: 6 additions & 6 deletions src/SolutionVersion.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyDescription("NewId is an ordered 128-bit unique identifier generator using the Flake algorithm.")]
[assembly: AssemblyProduct("NewId")]
[assembly: AssemblyCopyright("Copyright 2015 Chris Patterson, All rights reserved.")]
[assembly: AssemblyVersion("2.1.1")]
[assembly: AssemblyFileVersion("2.1.1")]
[assembly: AssemblyInformationalVersion("2.1.1.7e3008")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
[assembly: AssemblyVersion("2.1.2")]
[assembly: AssemblyFileVersion("2.1.2")]

[assembly: AssemblyInformationalVersion("2.1.2.576827")]
[assembly: ComVisibleAttribute(false)]
[assembly: CLSCompliantAttribute(true)]

0 comments on commit fe7ebe3

Please sign in to comment.