Sha256: fcf0f12147137333f7dc141ee0599237655710c801107d0415216ee35470fef1
Contents?: true
Size: 489 Bytes
Versions: 7
Compression:
Stored size: 489 Bytes
Contents
module Logirel::Tasks def assembly_info_task(opts={}) append_to_file BUILD_FILE, <<-EOF, :verbose => false assemblyinfo #{ inject_task_name opts, 'assemblyinfo' }#{ inject_dependency opts } do |asm| asm.version = BUILD_VERSION asm.file_version = BUILD_VERSION asm.company_name = "#{vars[:env].organization}" asm.product_name = "#{vars[:solution].name}" asm.copyright = "Copyright (c) #{vars[:env].organization}" asm.output_file = "AssemblyInfo.cs" end EOF end end
Version data entries
7 entries across 7 versions & 1 rubygems