We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00813c2 commit d5f7925Copy full SHA for d5f7925
PasteIntoFile/Properties/AssemblyInfo.cs
@@ -7,7 +7,7 @@
7
[assembly: AssemblyTitle("PasteIntoFile")]
8
[assembly: AssemblyDescription("Paste Clipboard Contents Into Files")]
9
[assembly: AssemblyConfiguration("")]
10
-[assembly: AssemblyCompany("PasteIntoFile")]
+[assembly: AssemblyCompany("github.com/eltos")]
11
[assembly: AssemblyProduct("PasteIntoFile")]
12
[assembly: AssemblyCopyright("Copyright © PasteIntoFile GitHub contributors")]
13
[assembly: AssemblyTrademark("")]
@@ -32,7 +32,7 @@
32
// by using the '*' as shown below:
33
// [assembly: AssemblyVersion("1.0.*")]
34
#if DEBUG
35
-[assembly: AssemblyVersion("5.4.*")]
+[assembly: AssemblyVersion("5.5.*")]
36
#else
37
-[assembly: AssemblyVersion("5.4.4")]
+[assembly: AssemblyVersion("5.5")]
38
#endif
0 commit comments