We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a362e commit 78d4439Copy full SHA for 78d4439
GrandHeroFarmer/Properties/AssemblyInfo.cs
@@ -6,7 +6,7 @@
6
// set of attributes. Change these attribute values to modify the information
7
// associated with an assembly.
8
[assembly: AssemblyTitle("GrandHeroFarmer")]
9
-[assembly: AssemblyDescription("For some farming needs.")]
+[assembly: AssemblyDescription("For the usual farmer.")]
10
[assembly: AssemblyConfiguration("")]
11
[assembly: AssemblyCompany("")]
12
[assembly: AssemblyProduct("GrandHeroFarmer")]
@@ -32,5 +32,5 @@
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
-[assembly: AssemblyVersion("0.0.1")]
36
-[assembly: AssemblyFileVersion("0.0.1")]
+[assembly: AssemblyVersion("0.0.2")]
+[assembly: AssemblyFileVersion("0.0.2")]
0 commit comments