Skip to content

Commit

Permalink
assembly info description
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed Nov 20, 2015
1 parent ed189b4 commit 9e94032
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Synology/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.

[assembly: AssemblyTitle ("Synology")]
[assembly: AssemblyDescription ("")]
[assembly: AssemblyConfiguration ("")]
[assembly: AssemblyCompany ("")]
[assembly: AssemblyProduct ("")]
[assembly: AssemblyCopyright ("Matteo Bruni")]
[assembly: AssemblyTrademark ("")]
[assembly: AssemblyCulture ("")]
[assembly: AssemblyTitle("Synology")]
[assembly: AssemblyDescription("Synology API for .NET")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("Matteo Bruni")]
[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.*")]
[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.
Expand Down

0 comments on commit 9e94032

Please sign in to comment.