From cb87ee541e50ffede74a0421e074535ed3c772cd Mon Sep 17 00:00:00 2001 From: rstam Date: Wed, 3 Nov 2010 10:58:36 -0400 Subject: [PATCH] Set AssemblyVersion to 0.7.0.*. --- Bson/Properties/AssemblyInfo.cs | 2 +- BsonUnitTests/Properties/AssemblyInfo.cs | 2 +- Driver/Properties/AssemblyInfo.cs | 2 +- DriverOnlineTests/Properties/AssemblyInfo.cs | 2 +- DriverUnitTests/Properties/AssemblyInfo.cs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Bson/Properties/AssemblyInfo.cs b/Bson/Properties/AssemblyInfo.cs index 69ab517ee8..a061b85258 100644 --- a/Bson/Properties/AssemblyInfo.cs +++ b/Bson/Properties/AssemblyInfo.cs @@ -47,4 +47,4 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.5.0.*")] +[assembly: AssemblyVersion("0.7.0.*")] diff --git a/BsonUnitTests/Properties/AssemblyInfo.cs b/BsonUnitTests/Properties/AssemblyInfo.cs index b009c6ca11..d49378a207 100644 --- a/BsonUnitTests/Properties/AssemblyInfo.cs +++ b/BsonUnitTests/Properties/AssemblyInfo.cs @@ -47,4 +47,4 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.5.0.*")] +[assembly: AssemblyVersion("0.7.0.*")] diff --git a/Driver/Properties/AssemblyInfo.cs b/Driver/Properties/AssemblyInfo.cs index daf10b72d9..e6e42caccd 100644 --- a/Driver/Properties/AssemblyInfo.cs +++ b/Driver/Properties/AssemblyInfo.cs @@ -47,4 +47,4 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.5.0.*")] +[assembly: AssemblyVersion("0.7.0.*")] diff --git a/DriverOnlineTests/Properties/AssemblyInfo.cs b/DriverOnlineTests/Properties/AssemblyInfo.cs index 100ab904d7..add8b67808 100644 --- a/DriverOnlineTests/Properties/AssemblyInfo.cs +++ b/DriverOnlineTests/Properties/AssemblyInfo.cs @@ -47,4 +47,4 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.5.0.*")] +[assembly: AssemblyVersion("0.7.0.*")] diff --git a/DriverUnitTests/Properties/AssemblyInfo.cs b/DriverUnitTests/Properties/AssemblyInfo.cs index b90259e824..98cea46ae6 100644 --- a/DriverUnitTests/Properties/AssemblyInfo.cs +++ b/DriverUnitTests/Properties/AssemblyInfo.cs @@ -47,4 +47,4 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.5.0.*")] +[assembly: AssemblyVersion("0.7.0.*")]