Skip to content

Commit

Permalink
updating Rakefile for usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Dec 24, 2013
1 parent 921c463 commit a80c9fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CronExpressionDescriptor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Cron Expression Descriptor")]
[assembly: AssemblyTitle("Hello")]
[assembly: AssemblyDescription("A library that converts cron expressions into human readable strings.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Brady Holt, Renato Lima, Ivan Santos")]
[assembly: AssemblyCompany("Brady Holt, Renato Lima, Ivan Santos, Siarhei Khalipski")]
[assembly: AssemblyProduct("CronExpressionDescriptor")]
[assembly: AssemblyCopyright("Copyright 2013")]
[assembly: AssemblyTrademark("")]
Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.1")]
[assembly: AssemblyFileVersion("1.7.1")]
[assembly: AssemblyVersion("1.9")]
[assembly: AssemblyFileVersion("1.9")]
2 changes: 1 addition & 1 deletion build/Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#CronExpressionDescriptor
#Example usage: rake release["1.7.0", "Release notes here..."]
#Example usage: rake release["1.7.0, Release notes here..."]

require 'albacore'
require 'date'
Expand Down

0 comments on commit a80c9fa

Please sign in to comment.