diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-03-01 21:09:00 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-03-01 21:09:00 +1100 |
commit | a80d0c99653353bfe6e03276bc9884f5b99340c6 (patch) | |
tree | 490302b52b99c297e38ad19e88a5498a666a45e6 /LUFA | |
parent | fa32989f2e85df6307b979ce35df13e23f344ed1 (diff) | |
download | lufa-a80d0c99653353bfe6e03276bc9884f5b99340c6.tar.gz lufa-a80d0c99653353bfe6e03276bc9884f5b99340c6.tar.bz2 lufa-a80d0c99653353bfe6e03276bc9884f5b99340c6.zip |
Add Atmel Studio 6.2 compatibility.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/StudioIntegration/VSIX/extension.vsixmanifest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest index afe6a70ec..ea6edeb25 100644 --- a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest +++ b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest @@ -14,6 +14,7 @@ <SupportedProducts>
<IsolatedShell Version="6.1">AtmelStudio</IsolatedShell>
+ <IsolatedShell Version="6.2">AtmelStudio</IsolatedShell>
</SupportedProducts>
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5"/>
|