[llvm] r340938 - Update Visual Studio Integration version number.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 09:57:37 PDT 2018


Author: zturner
Date: Wed Aug 29 09:57:37 2018
New Revision: 340938

URL: http://llvm.org/viewvc/llvm-project?rev=340938&view=rev
Log:
Update Visual Studio Integration version number.

This updates the version number in the manifest file to match
the SVN revision at which it was committed.

Modified:
    llvm/trunk/tools/msbuild/source.extension.vsixmanifest

Modified: llvm/trunk/tools/msbuild/source.extension.vsixmanifest
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/msbuild/source.extension.vsixmanifest?rev=340938&r1=340937&r2=340938&view=diff
==============================================================================
--- llvm/trunk/tools/msbuild/source.extension.vsixmanifest (original)
+++ llvm/trunk/tools/msbuild/source.extension.vsixmanifest Wed Aug 29 09:57:37 2018
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
     <Metadata>
-        <Identity Id="llvm.d29c51f0-961f-4e20-aad6-356af569907f" Version="1.0.339329" Language="en-US" Publisher="LLVM Extensions" />
+        <Identity Id="llvm.d29c51f0-961f-4e20-aad6-356af569907f" Version="1.0.340780" Language="en-US" Publisher="LLVM Extensions" />
         <DisplayName>LLVM Compiler Toolchain</DisplayName>
         <Description xml:space="preserve">Allows the LLVM Compiler Toolchain (installed separately) to be used from within Visual Studio to build C/C++ Projects.</Description>
         <License>license.txt</License>




More information about the llvm-commits mailing list