Fixed help files.

This commit is contained in:
Dario Solera 2009-09-30 13:47:13 +00:00
commit b8f912cc79
1543 changed files with 395123 additions and 0 deletions

20
AssemblyVersion.cs Normal file
View file

@ -0,0 +1,20 @@
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.0.333")]
[assembly: AssemblyFileVersion("3.0.0.333")]