[Vspc-general] vspc AssemblyInfo.cs,1.2,1.3
Brought to you by:
skidder
From: Nikolay S. <sk...@us...> - 2009-03-03 21:13:48
|
Update of /cvsroot/vspc/vspc In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18279 Modified Files: AssemblyInfo.cs Log Message: Update version Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/vspc/vspc/AssemblyInfo.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- AssemblyInfo.cs 3 Mar 2009 20:18:46 -0000 1.2 +++ AssemblyInfo.cs 3 Mar 2009 21:13:45 -0000 1.3 @@ -23,7 +23,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. // -[assembly: AssemblyTitle("")] +[assembly: AssemblyTitle("Visual Studio Project Converter")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] @@ -43,7 +43,7 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.1.0.0")] +[assembly: AssemblyVersion("0.9.0.0")] // // In order to sign your assembly you must specify a key to use. Refer to the |