diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-05 16:07:09 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-05 16:07:09 +0000 |
commit | 1da700e4fb656331ab2f206ff443909f66487e2e (patch) | |
tree | c04cb71f447bf328f3604b59e1a27995084d2930 /LUFA/StudioIntegration/VSIX | |
parent | ab8ae600586282322cf626b20e44b53e22155ada (diff) | |
download | lufa-1da700e4fb656331ab2f206ff443909f66487e2e.tar.gz lufa-1da700e4fb656331ab2f206ff443909f66487e2e.tar.bz2 lufa-1da700e4fb656331ab2f206ff443909f66487e2e.zip |
Add licence to VSIX extension.
Diffstat (limited to 'LUFA/StudioIntegration/VSIX')
-rw-r--r-- | LUFA/StudioIntegration/VSIX/extension.vsixmanifest | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest index 0c5b00810..8dd6de091 100644 --- a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest +++ b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest @@ -4,18 +4,19 @@ <Identifier Id="FourWalledCubicle.LUFA.0e160d5c-e331-48d9-850b-e0387912171b">
<Name>LUFA Library</Name>
<Author>Dean Camera</Author>
- <Version>00.00.00</Version>
+ <Version>0</Version>
<MoreInfoUrl>http://www.lufa-lib.org</MoreInfoUrl>
<Description xml:space="preserve">LUFA USB Framework</Description>
+ <License>LUFA\License.txt</License>
<Icon>LUFA\DoxygenPages\Images\LUFA_thumb.png</Icon>
<PreviewImage>LUFA\DoxygenPages\Images\LUFA.png</PreviewImage>
<SupportedProducts>
<IsolatedShell Version="6.1">AtmelStudio</IsolatedShell>
</SupportedProducts>
- <SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />
+ <SupportedFrameworkRuntimeEdition MinVersion="4.0" />
<Locale>1033</Locale>
</Identifier>
|