Update to AS7 integration binary with corrected ASF version detection.
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 6 Oct 2015 10:22:00 +0000 (21:22 +1100)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 6 Oct 2015 10:22:00 +0000 (21:22 +1100)
LUFA/StudioIntegration/HV1/lufa_helpcontentsetup_transform.xslt
LUFA/StudioIntegration/VSIX/LUFA.dll

index 1f56d69..8422fe2 100644 (file)
@@ -25,7 +25,7 @@
        </xsl:template>
 
        <!-- Update the LUFA help package file name -->
-       <xsl:template match="xhtml:div[@class='package']/xhtml:span">
+       <xsl:template match="xhtml:div[@class='package']/xhtml:span[@class='name']">
                <xsl:copy>
                        <xsl:copy-of select="@class"/>
 
@@ -35,7 +35,7 @@
                </xsl:copy>
        </xsl:template>
 
-       <xsl:template match="xhtml:div[@class='package']/xhtml:a">
+       <xsl:template match="xhtml:div[@class='package']/xhtml:a[@class='current-link']">
                <xsl:copy>
                        <xsl:copy-of select="@class"/>
 
index dce4663..4f8ea43 100644 (file)
Binary files a/LUFA/StudioIntegration/VSIX/LUFA.dll and b/LUFA/StudioIntegration/VSIX/LUFA.dll differ