Updated AssemblyInfo.cs to support build version numbering, so we can publish nightly binary snapshots along with the documentation

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2006 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2008-07-27 04:17:32 +00:00
parent 7a7039e261
commit c0009286bb

View File

@@ -25,7 +25,7 @@ using System.Runtime.CompilerServices;
// 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.0.*")]
//
// In order to sign your assembly you must specify a key to use. Refer to the