BuildFeed/MongoAuth/Properties/AssemblyInfo.cs
Thomas Hounsell d3dc24db5c Surprise MongoDB Move, PWestminster App
Shock move to MongoDB (issue #18) started with integrating the MongoDB
MemberProvider from checkHashes. Still to complete, though user
registration and role setup confirmed working.

I've also started a Project Westminster App to tide us over til we get
the chance to do a proper  application with a new API that will be much
easier once the MongoDB switch is complete.
2015-08-04 21:07:31 +01:00

37 lines
1.4 KiB
C#

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MongoAuth")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MongoAuth")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("7c67bfb9-1b3b-4676-a58d-10573da82cfe")]
// 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 Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]