From: Chris M. <cm...@us...> - 2007-08-01 05:09:11
|
User: cmicali Date: 07/07/31 22:09:15 Modified: etc/andromda-dotnet/AndroMDA.ScenarioUnit/AndroMDA.ScenarioUnit/Properties AssemblyInfo.cs Log: - Updated NHibernate version from 1.04 to 1.2 - Updated versions of all NHibernate dependencies - Updated membership code to work with new v1.2-SNAPSHOT cartridges and NHibernate 1.2 - Set default solution wizard cartridge version to 1.2-SNAPSHOT Revision Changes Path 1.4 +2 -2 plugins/etc/andromda-dotnet/AndroMDA.ScenarioUnit/AndroMDA.ScenarioUnit/Properties/AssemblyInfo.cs Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/etc/andromda-dotnet/AndroMDA.ScenarioUnit/AndroMDA.ScenarioUnit/Properties/AssemblyInfo.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- AssemblyInfo.cs 6 Mar 2007 10:44:54 -0000 1.3 +++ AssemblyInfo.cs 1 Aug 2007 05:09:15 -0000 1.4 @@ -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.2.0")] -[assembly: AssemblyFileVersion("1.0.2.0")] +[assembly: AssemblyVersion("1.0.3.0")] +[assembly: AssemblyFileVersion("1.0.3.0")] |