~jonthysell/chordious/trunk

« back to all changes in this revision

Viewing changes to Src/Chordious.CLI/AssemblyInfo.cs

  • Committer: Jon Thysell
  • Date: 2014-09-27 00:11:40 UTC
  • Revision ID: thysell@gmail.com-20140927001140-2yr35w81o62bmgtv
Bumping version to 1.0.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
44
44
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
45
45
 
46
 
[assembly: AssemblyVersion("1.0.0")]
 
46
[assembly: AssemblyVersion("1.0.1")]
47
47
 
48
48
// The following attributes are used to specify the signing key for the assembly, 
49
49
// if desired. See the Mono documentation for more information about signing.