Skip to content

Commit d284002

Browse files
committed
Updated version to 2.0
1 parent ef63f4c commit d284002

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RakeFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'albacore'
33
require 'tools/albacore/zipdirectory_patch.rb'
44

55
def get_version
6-
ENV['BUILD_NUMBER'] || '1.1.0.0'
6+
ENV['BUILD_NUMBER'] || '2.0.0.0'
77
end
88

99
task :default => 'build:all'

src/CommonAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[assembly: AssemblyCompany("http://fluentnhibernate.org")]
66
[assembly: AssemblyProduct("FluentNHibernate")]
77
[assembly: AssemblyCopyright("Copyright 2008-2010 James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved.")]
8-
[assembly: AssemblyVersion("1.1.0.0")]
8+
[assembly: AssemblyVersion("2.0.0.0")]
99

1010
[assembly: AllowPartiallyTrustedCallers()]
1111

0 commit comments

Comments
 (0)