Skip to content

Commit

Permalink
update assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoley committed Mar 24, 2015
1 parent 51d9827 commit 90123d0
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions SQLitePCL.pretty.Orm/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,9 @@
// Change them to the values specific to your project.

[assembly: AssemblyTitle("SQLitePCL.pretty.Orm")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("dave")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.0.*")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.

//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]

[assembly: InternalsVisibleTo("SQLitePCL.pretty.tests")]

[assembly: AssemblyDescription("An ORM for SQLitePCL.pretty")]
[assembly: AssemblyProduct("SQLitePCL.pretty")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyVersion("0.0.12")]
[assembly: AssemblyFileVersion("0.0.12")]
[assembly: InternalsVisibleTo("SQLitePCL.pretty.tests")]

0 comments on commit 90123d0

Please sign in to comment.