diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-16 17:03:18 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-16 17:03:18 +0000 |
commit | 196f4868b917590db193bb2ebf310daaf1856d02 (patch) | |
tree | 814b6ab3e3390f374061c1910f8ffdb62eef2621 /LUFA/StudioIntegration/VSIX | |
parent | 0672e4ac6c7959477cd2e013d8e2168b4a8b73e6 (diff) | |
download | lufa-196f4868b917590db193bb2ebf310daaf1856d02.tar.gz lufa-196f4868b917590db193bb2ebf310daaf1856d02.tar.bz2 lufa-196f4868b917590db193bb2ebf310daaf1856d02.zip |
Fix broken Atmel Studio blob - ensure Help menu items are correctly generated.
Diffstat (limited to 'LUFA/StudioIntegration/VSIX')
-rw-r--r-- | LUFA/StudioIntegration/VSIX/extension.vsixmanifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest index ed20c2ad3..2539a2821 100644 --- a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest +++ b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
- <Identifier Id="FourWalledCubicle.LUFA.0e160d5c-e331-48d9-850b-e0387912171b">
+ <Identifier Id="2cfcbce0-84cb-45dc-8315-cad3f82b9467">
<Name>LUFA Library</Name>
<Author>Dean Camera</Author>
<Version>0</Version>
|