<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/xml/tags/update</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 03:30:46 GMT</pubDate>
<item>
<title>(XML) Update version number with Regular Expression using MSBuild - cappellin</title>
<link>http://snipplr.com/view/44674/update-version-number-with-regular-expression-using-msbuild/</link>
<description><![CDATA[ <p>This snippet replaces all three different version strings in file `verid.h` using regular expressions with the value of properties `$(Major)`, `%(Minor)`, `$(SP)` and `$(Build)` when the property `$(Label)` has value _true_.
To run this project you need MSBuild and the open source tasks library for MSBuild by [tigris.org](http://msbuildtasks.tigris.org/ "tigris.org").

Here is an example of file `verid.h`:

    // File version
    #define szVerId_IDS_VERSION         "1.40 (00) - Build (26)"
    #define szVerId_FILEVERSION         "1.40.00.26"
    #define   VerId_FILEVERSION          1,40,00,26
    
    // Product version
    #define szVerId_PRODUCTVERSION      "1.40.00.26"
    #define   VerId_PRODUCTVERSION       1,40,00,26</p> ]]></description>
<pubDate>Mon, 22 Nov 2010 22:52:42 GMT</pubDate>
<guid>http://snipplr.com/view/44674/update-version-number-with-regular-expression-using-msbuild/</guid>
</item>
<item>
<title>(XML) magento display static blocks with custom layout update - nico65</title>
<link>http://snipplr.com/view/19549/magento-display-static-blocks-with-custom-layout-update/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 11 Sep 2009 10:23:57 GMT</pubDate>
<guid>http://snipplr.com/view/19549/magento-display-static-blocks-with-custom-layout-update/</guid>
</item>
<item>
<title>(XML) Some eclipse plugins - jlbfalcao</title>
<link>http://snipplr.com/view/6612/some-eclipse-plugins/</link>
<description><![CDATA[ <p>My Favorites eclipse plugins: PDT, Subversive, Aptana and Symfoclipse</p> ]]></description>
<pubDate>Fri, 06 Jun 2008 20:55:17 GMT</pubDate>
<guid>http://snipplr.com/view/6612/some-eclipse-plugins/</guid>
</item>
</channel>
</rss>