diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-05 13:11:49 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-05 13:11:49 +0000 |
commit | fbab86090290107b9aeeb75c6a60220c30140941 (patch) | |
tree | 62e4241f8693e2c83f263427cff4d78454884575 /LUFA/StudioIntegration/VSIX | |
parent | 78e6e4f4c237123f97bbfcc2e8fc0fda01fc1bd8 (diff) | |
download | lufa-fbab86090290107b9aeeb75c6a60220c30140941.tar.gz lufa-fbab86090290107b9aeeb75c6a60220c30140941.tar.bz2 lufa-fbab86090290107b9aeeb75c6a60220c30140941.zip |
Add transform to update the VSIX extension version automatically when built.
Diffstat (limited to 'LUFA/StudioIntegration/VSIX')
-rw-r--r-- | LUFA/StudioIntegration/VSIX/extension.vsixmanifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest index 0adf42656..0c5b00810 100644 --- a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest +++ b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest @@ -8,8 +8,8 @@ <MoreInfoUrl>http://www.lufa-lib.org</MoreInfoUrl>
<Description xml:space="preserve">LUFA USB Framework</Description>
- <Icon>LUFA\DoxygenPages\Images\LUFA_thumb.png</Icon>
- <PreviewImage>LUFA\DoxygenPages\Images\LUFA.png</PreviewImage>
+ <Icon>LUFA\DoxygenPages\Images\LUFA_thumb.png</Icon>
+ <PreviewImage>LUFA\DoxygenPages\Images\LUFA.png</PreviewImage>
<SupportedProducts>
<IsolatedShell Version="6.1">AtmelStudio</IsolatedShell>
|