Skip to content

Instantly share code, notes, and snippets.

@ruprict
Created June 5, 2012 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruprict/2878908 to your computer and use it in GitHub Desktop.
Save ruprict/2878908 to your computer and use it in GitHub Desktop.
require 'albacore'
require 'version_bumper'
# snip
assemblyinfo :assemblyinfo do |asm|
asm.version = bumper_version.to_s
asm.file_version = bumper_version.to_s
asm.company_name = "ACME"
asm.product_name = "AlbacoreDemo"
asm.copyright = "Wile E. Coyote"
asm.output_file = "AlbacoreDemo/Properties/AssemblyInfo.cs"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment