We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef63f4c commit d284002Copy full SHA for d284002
RakeFile
@@ -3,7 +3,7 @@ require 'albacore'
3
require 'tools/albacore/zipdirectory_patch.rb'
4
5
def get_version
6
- ENV['BUILD_NUMBER'] || '1.1.0.0'
+ ENV['BUILD_NUMBER'] || '2.0.0.0'
7
end
8
9
task :default => 'build:all'
src/CommonAssemblyInfo.cs
@@ -5,7 +5,7 @@
[assembly: AssemblyCompany("http://fluentnhibernate.org")]
[assembly: AssemblyProduct("FluentNHibernate")]
[assembly: AssemblyCopyright("Copyright 2008-2010 James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved.")]
-[assembly: AssemblyVersion("1.1.0.0")]
+[assembly: AssemblyVersion("2.0.0.0")]
10
[assembly: AllowPartiallyTrustedCallers()]
11
0 commit comments