File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ namespace :package do
186
186
187
187
puts "Updating #{NUSPEC}"
188
188
update_xml NUSPEC do |xml|
189
- # Override the version number in the nuspec file with the one from this rake file (set above)
190
189
xml.root.elements["metadata/id"].text = config['id']
191
190
xml.root.elements["metadata/title"].text = config['title']
192
191
xml.root.elements["metadata/version"].text = get_version
Original file line number Diff line number Diff line change 2
2
<package xmlns : xsd =' http://www.w3.org/2001/XMLSchema' xmlns : xsi =' http://www.w3.org/2001/XMLSchema-instance' >
3
3
<metadata xmlns =' http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd' >
4
4
<id >FluentNHibernate</id >
5
+ <title >FluentNHibernate</title >
5
6
<version >2.0.0.1</version >
6
7
<authors >James Gregory and contributors</authors >
7
8
<owners >jagregory, chester89</owners >
You can’t perform that action at this time.
0 commit comments