Skip to content

Commit

Permalink
set Copy Local false on Revit API assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Tammik committed Apr 21, 2015
1 parent d095f14 commit cee1051
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 @@ -28,11 +28,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle( "RevitLookup External Application Add-In" )]
[assembly: AssemblyDescription( "Interactive Revit BIM database exploration tool to view and navigate element properties and relationships." )]
[assembly: AssemblyTitle( "RevitLookup" )]
[assembly: AssemblyDescription( "Revit add-in interactive BIM database exploration tool to view and navigate element properties and relationships." )]
[assembly: AssemblyConfiguration( "" )]
[assembly: AssemblyCompany( "Autodesk Inc." )]
[assembly: AssemblyProduct( "RevitLookup External Application Add-In" )]
[assembly: AssemblyProduct( "RevitLookup" )]
[assembly: AssemblyCopyright( "Copyright 2003-2015 (C) Autodesk Inc." )]
[assembly: AssemblyTrademark( "" )]
[assembly: AssemblyCulture( "" )]
Expand Down

0 comments on commit cee1051

Please sign in to comment.