Skip to content
This repository was archived by the owner on Dec 30, 2020. It is now read-only.

Commit c6dca25

Browse files
committed
Incremented the version number to 0.90.0.1 for the beta release.
1 parent d8f6184 commit c6dca25

File tree

6 files changed

+4
-5
lines changed

6 files changed

+4
-5
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*~
2-
*.dll
32
*.*~
43
*.mdb
54
*.pdb

AssemblyInfoGlobal.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
1313
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1414
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
15-
16-
[assembly: AssemblyVersion("0.82.2")]
15+
16+
[assembly: AssemblyVersion("0.90.0.1")]

Deploy.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\tools\MSBuild.Community.Tasks</MSBuildCommunityTasksPath>
77
<ExtensionTasksPath>$(MSBuildProjectDirectory)\tools\MSBuild.ExtensionPack</ExtensionTasksPath>
8-
<DeployPath>$(MSBuildProjectDirectory)\deploy</DeployPath>
8+
<DeployPath>$(MSBuildProjectDirectory)\redist</DeployPath>
99
<DeployTmp>$(DeployPath)\tmp</DeployTmp>
1010
<SourceProject>$(MSBuildProjectDirectory)\MongoDB-CSharp.sln</SourceProject>
1111
</PropertyGroup>

source/MongoDB/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Bson")]
2121
[assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution = true)]
2222

23-
[assembly: InternalsVisibleTo("MongoDB.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed9e936c4563336be2e14ca802ea727ff49cad3bb1c0b287beed2a9b5eb823c4c44becc80be4bb11dcd7e49d5d6171f68b488853dcbdeb3152ea3db95ba13a70855a715ee21ac76b67f50bcbc93f2e29e409530a00b98fa79b06ac008dd1f4f3582ba6746af3d218b43b70a63254b094be1a2d493590837273f357fc56b2a7a0")]
23+
[assembly: InternalsVisibleTo("MongoDB.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed9e936c4563336be2e14ca802ea727ff49cad3bb1c0b287beed2a9b5eb823c4c44becc80be4bb11dcd7e49d5d6171f68b488853dcbdeb3152ea3db95ba13a70855a715ee21ac76b67f50bcbc93f2e29e409530a00b98fa79b06ac008dd1f4f3582ba6746af3d218b43b70a63254b094be1a2d493590837273f357fc56b2a7a0")]
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)