This repository was archived by the owner on Feb 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
src/Our.Umbraco.DocTypeGridEditor Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 230
230
<Compile Include =" Models\DetachedPublishedContent.cs" />
231
231
<Compile Include =" Models\DetachedPublishedProperty.cs" />
232
232
<Compile Include =" PackageActions\AddObjectToJsonArray.cs" />
233
+ <Compile Include =" Properties\AssemblyInfo.cs" />
233
234
<Compile Include =" Properties\VersionInfo.cs" />
234
235
<Compile Include =" Web\Attributes\DocTypeGridEditorPreviewAttribute.cs" />
235
236
<Compile Include =" Web\Controllers\DocTypeGridEditorApiController.cs" />
Original file line number Diff line number Diff line change
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" ) ]
You can’t perform that action at this time.
0 commit comments