File tree 2 files changed +21
-4
lines changed
2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <package >
3
+ <metadata >
4
+ <id >$id$</id >
5
+ <version >$version$</version >
6
+ <title >$title$</title >
7
+ <authors >$author$</authors >
8
+ <owners >$author$</owners >
9
+ <licenseUrl >https://raw.githubusercontent.com/ikkentim/LogiFrame/master/LICENSE.md</licenseUrl >
10
+ <projectUrl >https://github.com/ikkentim/LogiFrame</projectUrl >
11
+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
12
+ <description >$description$</description >
13
+ <releaseNotes >-</releaseNotes >
14
+ <copyright >Copyright Tim Potze 2015</copyright >
15
+ <tags >Logitech G15 G510</tags >
16
+ </metadata >
17
+ </package >
Original file line number Diff line number Diff line change 22
22
// associated with an assembly.
23
23
24
24
[ assembly: AssemblyTitle ( "LogiFrame" ) ]
25
- [ assembly: AssemblyDescription ( "" ) ]
25
+ [ assembly: AssemblyDescription ( "A framework for creating apps for monochrome GamePanel apps (Logitech G13/G15/G510) " ) ]
26
26
[ assembly: AssemblyConfiguration ( "" ) ]
27
- [ assembly: AssemblyCompany ( "" ) ]
27
+ [ assembly: AssemblyCompany ( "Tim Potze " ) ]
28
28
[ assembly: AssemblyProduct ( "LogiFrame" ) ]
29
- [ assembly: AssemblyCopyright ( "Copyright © 2015" ) ]
30
- [ assembly: AssemblyTrademark ( "" ) ]
29
+ [ assembly: AssemblyCopyright ( "Copyright © Tim Potze 2015" ) ]
30
+ [ assembly: AssemblyTrademark ( "Tim Potze " ) ]
31
31
[ assembly: AssemblyCulture ( "" ) ]
32
32
33
33
// Setting ComVisible to false makes the types in this assembly not visible
You can’t perform that action at this time.
0 commit comments