We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2698dc commit 51db866Copy full SHA for 51db866
PK Finder/Properties/AssemblyInfo.cs
@@ -12,7 +12,7 @@
12
[assembly: AssemblyConfiguration("")]
13
[assembly: AssemblyCompany("CodeDead")]
14
[assembly: AssemblyProduct("PK Finder")]
15
-[assembly: AssemblyCopyright("Copyright © CodeDead 2017")]
+[assembly: AssemblyCopyright("Copyright © CodeDead 2018")]
16
[assembly: AssemblyTrademark("")]
17
[assembly: AssemblyCulture("")]
18
@@ -51,5 +51,5 @@
51
// You can specify all the values or you can default the Build and Revision Numbers
52
// by using the '*' as shown below:
53
// [assembly: AssemblyVersion("1.0.*")]
54
-[assembly: AssemblyVersion("1.3.0.0")]
55
-[assembly: AssemblyFileVersion("1.3.0.0")]
+[assembly: AssemblyVersion("1.4.0.0")]
+[assembly: AssemblyFileVersion("1.4.0.0")]
0 commit comments