Skip to content

Commit d418f7a

Browse files
committed
Add Assembly Metainformation to Rd.API and retarget to .NET4.5
1 parent 062dcba commit d418f7a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Rubberduck.API/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("Rubberduck.API")]
9-
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyDescription("API for programmatic access to Rubberduck's Code Analysis features.")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("Rubberduck-VBA")]
1212
[assembly: AssemblyProduct("Rubberduck.API")]
1313
[assembly: AssemblyCopyright("Copyright © 2018")]
14+
[assembly: AssemblyCulture("en")]
1415
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
16+
[assembly: InternalsVisibleTo("RubberduckTests")]
1617

1718
// Setting ComVisible to false makes the types in this assembly not visible
1819
// to COM components. If you need to access a type in this assembly from

Rubberduck.API/Rubberduck.API.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>Rubberduck.API</RootNamespace>
1111
<AssemblyName>Rubberduck.API</AssemblyName>
12-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<TargetFrameworkProfile />
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<DebugSymbols>true</DebugSymbols>

Rubberduck.Core/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyProduct("Rubberduck.Core")]
1313
[assembly: AssemblyCopyright("Copyright © 2014-2018")]
1414
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
15+
[assembly: AssemblyCulture("en")]
1616
[assembly: InternalsVisibleTo("Rubberduck.Main")]
1717
[assembly: InternalsVisibleTo("RubberduckTests")]
1818

0 commit comments

Comments
 (0)