screwturn-4/AssemblyVersion.cs
Dario Solera 1147017d92 Fixed and closed #414: "Link to this section" is now translated.
Fixed and closed #413: "~~~~" tag now correctly renders the display name.
Fixed #408: reverse formatter now works even when no new lines are present at the end of the content.
2009-11-10 07:59:28 +00:00

20 lines
646 B
C#

using System.Reflection;
[assembly: AssemblyCompany("Dario Solera")]
[assembly: AssemblyProduct("ScrewTurn Wiki")]
[assembly: AssemblyCopyright("Copyright © Dario Solera 2006-2009")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.0.1.426")]
[assembly: AssemblyFileVersion("3.0.1.426")]