Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit b3be31b

Browse files
committed
Added AssemblyInfo
Strange that it has been missing from the project all this time!
1 parent 67ebb53 commit b3be31b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/Our.Umbraco.DocTypeGridEditor/Our.Umbraco.DocTypeGridEditor.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@
230230
<Compile Include="Models\DetachedPublishedContent.cs" />
231231
<Compile Include="Models\DetachedPublishedProperty.cs" />
232232
<Compile Include="PackageActions\AddObjectToJsonArray.cs" />
233+
<Compile Include="Properties\AssemblyInfo.cs" />
233234
<Compile Include="Properties\VersionInfo.cs" />
234235
<Compile Include="Web\Attributes\DocTypeGridEditorPreviewAttribute.cs" />
235236
<Compile Include="Web\Controllers\DocTypeGridEditorApiController.cs" />
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
using System.Reflection;
2+
using System.Runtime.InteropServices;
3+
4+
[assembly: AssemblyTitle("Our.Umbraco.DocTypeGridEditor")]
5+
[assembly: AssemblyDescription("")]
6+
[assembly: AssemblyConfiguration("")]
7+
[assembly: AssemblyCompany("The Umbraco Community")]
8+
[assembly: AssemblyProduct("Our.Umbraco.DocTypeGridEditor")]
9+
[assembly: AssemblyCopyright("Copyright \xa9 The Umbraco Community 2015")]
10+
[assembly: AssemblyTrademark("")]
11+
[assembly: AssemblyCulture("")]
12+
13+
[assembly: ComVisible(false)]
14+
[assembly: Guid("45E117EA-CE6D-46E4-8DC5-D7CC24829C75")]

0 commit comments

Comments
 (0)