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

Commit 835af6f

Browse files
committed
* Bumped version to 1.6.7
1 parent 66f4799 commit 835af6f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

MongoRepository/dev/Help/MongoRepository.shfbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<SccProvider>SAK</SccProvider>
3838
<SccAuxPath>SAK</SccAuxPath>
3939
<SccLocalPath>SAK</SccLocalPath>
40-
<HelpFileVersion>1.6.6.0</HelpFileVersion>
40+
<HelpFileVersion>1.6.7.0</HelpFileVersion>
4141
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
4242
<HelpFileFormat>HtmlHelp1, Website</HelpFileFormat>
4343
<IndentHtml>False</IndentHtml>

MongoRepository/dev/MongoRepository.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>MongoRepository</id>
55
<title>MongoRepository</title>
6-
<version>1.6.6</version>
6+
<version>1.6.7</version>
77
<authors>tgeek, RobIII</authors>
88
<owners>tgeek</owners>
99
<licenseUrl>http://mongorepository.codeplex.com/license</licenseUrl>
@@ -13,7 +13,7 @@
1313
<tags>mongo mongodb repository</tags>
1414
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=mongorepository&amp;DownloadId=334950&amp;Build=19692</iconUrl>
1515
<releaseNotes>
16-
Updated to MongoCSharp driver 1.9.2
16+
* Fix inherited classes go to same collection as baseclass (https://mongorepository.codeplex.com/discussions/572382)
1717
</releaseNotes>
1818
<summary>
1919
Provides a repository pattern on top of 10gen's MongoDB C# driver.

MongoRepository/dev/MongoRepository/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("7e3d1784-b1f3-4b33-a303-7facc780917e")]
2424

25-
[assembly: AssemblyVersion("1.6.4.0")]
26-
[assembly: AssemblyFileVersion("1.6.4.0")]
25+
[assembly: AssemblyVersion("1.6.7.0")]
26+
[assembly: AssemblyFileVersion("1.6.7.0")]

0 commit comments

Comments
 (0)