Winify – Diff between revs 1 and 31

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 31
Line 3... Line 3...
3   3  
4 // General Information about an assembly is controlled through the following 4 // General Information about an assembly is controlled through the following
5 // set of attributes. Change these attribute values to modify the information 5 // set of attributes. Change these attribute values to modify the information
6 // associated with an assembly. 6 // associated with an assembly.
7 [assembly: AssemblyTitle("Winify")] 7 [assembly: AssemblyTitle("Winify")]
8 [assembly: AssemblyDescription("")] 8 [assembly: AssemblyDescription("Gotify notifier for Windows")]
9 [assembly: AssemblyConfiguration("")] 9 [assembly: AssemblyConfiguration("")]
10 [assembly: AssemblyCompany("Microsoft")] 10 [assembly: AssemblyCompany("Wizardry and Steamworks")]
11 [assembly: AssemblyProduct("Winify")] 11 [assembly: AssemblyProduct("Winify")]
12 [assembly: AssemblyCopyright("Copyright © Microsoft 2021")] 12 [assembly: AssemblyCopyright("Copyright © Wizardry and Steamworks 2021")]
13 [assembly: AssemblyTrademark("")] 13 [assembly: AssemblyTrademark("")]
Line 14... Line 14...
14 [assembly: AssemblyCulture("")] 14 [assembly: AssemblyCulture("")]
15   15