Skip to content

Commit

Permalink
Update AssemblyInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Tammik committed Oct 22, 2013
1 parent 0febe63 commit 82fbf63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CS/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
[assembly: AssemblyConfiguration( "" )]
[assembly: AssemblyCompany( "Autodesk Inc." )]
[assembly: AssemblyProduct( "ReviLookup External Application Add-In" )]
[assembly: AssemblyCopyright( "Copyright 2003-2013 © Autodesk Inc." )]
[assembly: AssemblyCopyright( "Copyright 2003-2013 Autodesk Inc." )]
[assembly: AssemblyTrademark( "" )]
[assembly: AssemblyCulture( "" )]

Expand Down Expand Up @@ -77,5 +77,5 @@
// 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( "2014.0.0.2" )]
[assembly: AssemblyFileVersion( "2014.0.0.2" )]
[assembly: AssemblyVersion( "2014.0.0.3" )]
[assembly: AssemblyFileVersion( "2014.0.0.3" )]

0 comments on commit 82fbf63

Please sign in to comment.