Skip to content

Commit 90123d0

Browse files
committed
update assembly info
1 parent 51d9827 commit 90123d0

1 file changed

Lines changed: 6 additions & 22 deletions

File tree

SQLitePCL.pretty.Orm/Properties/AssemblyInfo.cs

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,9 @@
55
// Change them to the values specific to your project.
66

77
[assembly: AssemblyTitle("SQLitePCL.pretty.Orm")]
8-
[assembly: AssemblyDescription("")]
9-
[assembly: AssemblyConfiguration("")]
10-
[assembly: AssemblyCompany("")]
11-
[assembly: AssemblyProduct("")]
12-
[assembly: AssemblyCopyright("dave")]
13-
[assembly: AssemblyTrademark("")]
14-
[assembly: AssemblyCulture("")]
15-
16-
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
17-
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18-
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19-
20-
[assembly: AssemblyVersion("1.0.*")]
21-
22-
// The following attributes are used to specify the signing key for the assembly,
23-
// if desired. See the Mono documentation for more information about signing.
24-
25-
//[assembly: AssemblyDelaySign(false)]
26-
//[assembly: AssemblyKeyFile("")]
27-
28-
[assembly: InternalsVisibleTo("SQLitePCL.pretty.tests")]
29-
8+
[assembly: AssemblyDescription("An ORM for SQLitePCL.pretty")]
9+
[assembly: AssemblyProduct("SQLitePCL.pretty")]
10+
[assembly: AssemblyCopyright("Copyright © 2015")]
11+
[assembly: AssemblyVersion("0.0.12")]
12+
[assembly: AssemblyFileVersion("0.0.12")]
13+
[assembly: InternalsVisibleTo("SQLitePCL.pretty.tests")]

0 commit comments

Comments
 (0)