[cpp-msbuild] branch master updated: XmlSecFileVersion change

Rod Widdowson rdw at steadingsoftware.com
Tue Sep 19 10:53:17 EDT 2017


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository cpp-msbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=0716237962413dd394e926c1f076615785243c9d

The following commit(s) were added to refs/heads/master by this push:
       new  0716237   XmlSecFileVersion change
0716237 is described below

commit 0716237962413dd394e926c1f076615785243c9d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Sep 19 15:51:37 2017 +0100

    XmlSecFileVersion change
    
    XmlSecFileVersion is the decoration on the DLL, (and so is input to
    the installer) not the LIB (which would be input to the linker).
    
    The former goes here so as to tie up obviously with the GUID, the
    latter is scattered across the project files.
---
 Versions.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Versions.props b/Versions.props
index 693d27c..fb72215 100644
--- a/Versions.props
+++ b/Versions.props
@@ -104,7 +104,7 @@
 
     <XmlSecVersion>2.0.0</XmlSecVersion>
     <xmlsec>xml-security-c-$(XmlSecVersion)</xmlsec>
-    <XmlSecFileVersion>2</XmlSecFileVersion>
+    <XmlSecFileVersion>2_0</XmlSecFileVersion>
     <!-- Change the 4 components below iff XmlSecFileVersion changes -->
     <XmlSec32Component>{2B72E5CE-8E02-4AE6-AD0B-6AFDC4CFB49E}</XmlSec32Component>
     <XmlSec32Componentd>{05507D35-7B52-414B-8162-869C608A5AA9}</XmlSec32Componentd>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list