-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from SCullman/FormTemplate
DNN FnL 6.3 (meanwhile Fnl 6.4)
- Loading branch information
Showing
52 changed files
with
5,599 additions
and
5,305 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,15 @@ | ||
using System; | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
// Allgemeine Informationen über eine Assembly werden über die folgenden | ||
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, | ||
// die mit einer Assembly verknüpft sind. | ||
|
||
// Die Werte der Assemblyattribute überprüfen | ||
|
||
[assembly: AssemblyTitle("DotNetNuke.Modules.UserDefinedTable")] | ||
[assembly: AssemblyDescription("ASP.NET Open Source Portal Application,Form and List Module")] | ||
[assembly: AssemblyDescription("DNN Form and List ")] | ||
[assembly: AssemblyCompany("DNN Corp")] | ||
[assembly: AssemblyProduct("http://www.dotnetnuke.com")] | ||
[assembly: | ||
AssemblyCopyright("Portal engine source code is copyright © 2002-YYYY by DotNetNuke. All Rights Reserved")] | ||
[assembly: AssemblyCopyright("DotNetNuke® is copyright 2002-2016 by DNN Corp. All Rights Reserved.")] | ||
[assembly: AssemblyTrademark("DotNetNuke")] | ||
[assembly: ComVisible(false)] | ||
|
||
//Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird | ||
|
||
[assembly: Guid("334e9cee-0d47-4d70-924b-b5098a3432cb")] | ||
|
||
// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: | ||
// | ||
// Hauptversion | ||
// Nebenversion | ||
// Buildnummer | ||
// Revision | ||
// | ||
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern | ||
// übernehmen, indem Sie "*" eingeben: | ||
// <Assembly: AssemblyVersion("1.0.*")> | ||
|
||
[assembly: AssemblyVersion("06.02.00.00")] | ||
[assembly: AssemblyVersion("06.04.00.00")] | ||
[assembly: CLSCompliant(true)] | ||
[assembly: AssemblyFileVersion("06.02.00.00")] | ||
[assembly: AssemblyFileVersion("06.04.00.00")] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.