Skip to content

Commit

Permalink
Updated AssemblyInfo's version attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
pruiz committed Jan 27, 2016
1 parent 447cbfc commit 7672104
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Rebus.AdoNet/Properties/AssemblyInfo.cs
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Rebus.AdoNet")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © Evidencias Certificadas S.L. (2015~2016)")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,6 @@
// 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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyInformationalVersion("VERSION_STRING")]

0 comments on commit 7672104

Please sign in to comment.