Skip to content

Commit d5f7925

Browse files
committed
Update metadata
1 parent 00813c2 commit d5f7925

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PasteIntoFile/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[assembly: AssemblyTitle("PasteIntoFile")]
88
[assembly: AssemblyDescription("Paste Clipboard Contents Into Files")]
99
[assembly: AssemblyConfiguration("")]
10-
[assembly: AssemblyCompany("PasteIntoFile")]
10+
[assembly: AssemblyCompany("github.com/eltos")]
1111
[assembly: AssemblyProduct("PasteIntoFile")]
1212
[assembly: AssemblyCopyright("Copyright © PasteIntoFile GitHub contributors")]
1313
[assembly: AssemblyTrademark("")]
@@ -32,7 +32,7 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
#if DEBUG
35-
[assembly: AssemblyVersion("5.4.*")]
35+
[assembly: AssemblyVersion("5.5.*")]
3636
#else
37-
[assembly: AssemblyVersion("5.4.4")]
37+
[assembly: AssemblyVersion("5.5")]
3838
#endif

0 commit comments

Comments
 (0)