Skip to content

Commit 74686c7

Browse files
committed
improved title in nuget specification and AssembyInfo
1 parent 84b1462 commit 74686c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ThinkSharp.FeatureTour/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// General Information about an assembly is controlled through the following
99
// set of attributes. Change these attribute values to modify the information
1010
// associated with an assembly.
11-
[assembly: AssemblyTitle("FeatureTour - WPF touring component")]
11+
[assembly: AssemblyTitle("FeatureTour - Enhance your WPF applications with interactive Tutorials!")]
1212
[assembly: AssemblyDescription("Component for creating interactive tours for WPF applications.")]
1313
[assembly: AssemblyConfiguration("")]
1414
[assembly: AssemblyCompany("ThinkSharp")]

ThinkSharp.FeatureTour/Thinksharp.FeatureTour.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>Thinksharp.FeatureTour</id>
55
<version>#VERSION#</version> <!-- will be replaced by build script -->
6-
<title>FeatureTour - a WPF touring component</title>
6+
<title>FeatureTour - Enhance your WPF applications with interactive Tutorials!</title>
77
<authors>Jan-Niklas Schäfer</authors>
88
<projectUrl>https://github.com/JanDotNet/ThinkSharp.FeatureTour</projectUrl>
99
<iconUrl>http://images.thinksharp.de/nuget/feature_tour.png</iconUrl>

0 commit comments

Comments
 (0)