|
From: <br...@us...> - 2008-09-01 16:29:24
|
Revision: 346
http://acmcontester.svn.sourceforge.net/acmcontester/?rev=346&view=rev
Author: brus07
Date: 2008-09-01 16:29:35 +0000 (Mon, 01 Sep 2008)
Log Message:
-----------
Change assembly version for automatic generate the Revision and Build Numbers.
Modified Paths:
--------------
ACMServer/trunk/ACMServer/Plugins/MediatorPlugins/WebGatePlugin/Properties/AssemblyInfo.cs
ACMServer/trunk/ACMServer/Plugins/PluginsFramework/Properties/AssemblyInfo.cs
Modified: ACMServer/trunk/ACMServer/Plugins/MediatorPlugins/WebGatePlugin/Properties/AssemblyInfo.cs
===================================================================
--- ACMServer/trunk/ACMServer/Plugins/MediatorPlugins/WebGatePlugin/Properties/AssemblyInfo.cs 2008-09-01 16:27:25 UTC (rev 345)
+++ ACMServer/trunk/ACMServer/Plugins/MediatorPlugins/WebGatePlugin/Properties/AssemblyInfo.cs 2008-09-01 16:29:35 UTC (rev 346)
@@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Modified: ACMServer/trunk/ACMServer/Plugins/PluginsFramework/Properties/AssemblyInfo.cs
===================================================================
--- ACMServer/trunk/ACMServer/Plugins/PluginsFramework/Properties/AssemblyInfo.cs 2008-09-01 16:27:25 UTC (rev 345)
+++ ACMServer/trunk/ACMServer/Plugins/PluginsFramework/Properties/AssemblyInfo.cs 2008-09-01 16:29:35 UTC (rev 346)
@@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|