From c0009286bbfb02aeebdac581128a4cd2014e554d Mon Sep 17 00:00:00 2001 From: Jim Radford Date: Sun, 27 Jul 2008 04:17:32 +0000 Subject: [PATCH] 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 --- OpenMetaverse/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenMetaverse/AssemblyInfo.cs b/OpenMetaverse/AssemblyInfo.cs index e4744248..13958b26 100644 --- a/OpenMetaverse/AssemblyInfo.cs +++ b/OpenMetaverse/AssemblyInfo.cs @@ -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