Browse Source

Set AssemblyVersion to 0.7.0.*.

pull/28/head
rstam 15 years ago
parent
commit
cb87ee541e
  1. 2
      Bson/Properties/AssemblyInfo.cs
  2. 2
      BsonUnitTests/Properties/AssemblyInfo.cs
  3. 2
      Driver/Properties/AssemblyInfo.cs
  4. 2
      DriverOnlineTests/Properties/AssemblyInfo.cs
  5. 2
      DriverUnitTests/Properties/AssemblyInfo.cs

2
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.*")]

2
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.*")]

2
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.*")]

2
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.*")]

2
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.*")]
Loading…
Cancel
Save