Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
update assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronAP committed Jun 14, 2016
1 parent a60612f commit d64677f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.

[assembly: AssemblyTitle("Lisk.API")]
[assembly: AssemblyDescription("A portable API library for the Lisk blockchain.")]
[assembly: AssemblyTitle("Lisk API")]
[assembly: AssemblyDescription("A portable API library for the Lisk blockchain. If you use this library in your project please feel free to give me a heads up so I can add it to the list of projects and don't forget to vote for delegate byronp.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Cryptomic")]
[assembly: AssemblyProduct("Lisk.API")]
[assembly: AssemblyCopyright("Cryptomic © 2016, Byron Allen Penner")]
[assembly: AssemblyProduct("Lisk API")]
[assembly: AssemblyCopyright("Cryptomic © 2016 ByronP, Cryptomic, Lisk")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -35,4 +35,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.3.*")]
[assembly: AssemblyVersion("0.4.*")]

0 comments on commit d64677f

Please sign in to comment.