Skip to content

Commit a6a544a

Browse files
committed
add title attribute to nuspec
1 parent 8d5dc18 commit a6a544a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

RakeFile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ namespace :package do
186186

187187
puts "Updating #{NUSPEC}"
188188
update_xml NUSPEC do |xml|
189-
# Override the version number in the nuspec file with the one from this rake file (set above)
190189
xml.root.elements["metadata/id"].text = config['id']
191190
xml.root.elements["metadata/title"].text = config['title']
192191
xml.root.elements["metadata/version"].text = get_version

src/FluentNHibernate.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<package xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
33
<metadata xmlns='http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'>
44
<id>FluentNHibernate</id>
5+
<title>FluentNHibernate</title>
56
<version>2.0.0.1</version>
67
<authors>James Gregory and contributors</authors>
78
<owners>jagregory, chester89</owners>

0 commit comments

Comments
 (0)