diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-29 15:03:09 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-29 15:03:09 +0000 |
commit | 5e55be1004da26523aa7b85b24e262e5423a102c (patch) | |
tree | a23c85e9779fec923bdb48dffd0f97ce4ee8c657 | |
parent | 70dd6bc526d5f7b5db89af65638b9a74211fd7bb (diff) | |
download | lufa-5e55be1004da26523aa7b85b24e262e5423a102c.tar.gz lufa-5e55be1004da26523aa7b85b24e262e5423a102c.tar.bz2 lufa-5e55be1004da26523aa7b85b24e262e5423a102c.zip |
Use previous Atmel Studio VSIX identifier so that it can upgrade existing installations.
-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 e8b1db6e9..552b15575 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="2cfcbce0-84cb-45dc-8315-cad3f82b9467">
+ <Identifier Id="FourWalledCubicle.LUFA.0e160d5c-e331-48d9-850b-e0387912171b">
<Name>LUFA Library</Name>
<Author>Dean Camera</Author>
<Version>0</Version>
|