diff --git a/Bootloaders/DFU/BootloaderDFU.h b/Bootloaders/DFU/BootloaderDFU.h
index 5efcce388d248407931161f84a503c2435b7474e..c5d812847cc8ae083ca47af587adce8406a772cb 100644
--- a/Bootloaders/DFU/BootloaderDFU.h
+++ b/Bootloaders/DFU/BootloaderDFU.h
@@ -68,7 +68,7 @@
 		#define BOOTLOADER_VERSION_REV   0
 
 		/** Magic bootloader key to unlock forced application start mode. */
-		#define MAGIC_BOOT_KEY            0xDC42
+		#define MAGIC_BOOT_KEY           0xDC42
 
 		/** Complete bootloader version number expressed as a packed byte, constructed from the
 		 *  two individual bootloader version macros.
diff --git a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest
index afe6a70ec677f728b0ae54a7e48e82fa2a656bc2..ea6edeb2585f66312c05c4cbcb32eae520cbfcd5 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"/>