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

Commit 0c3fdd4

Browse files
committed
* Upped version to 1.6.11
1 parent 8a24feb commit 0c3fdd4

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Help/MongoRepositoryDocumentation.shfbproj

+1-1
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.10.0</HelpFileVersion>
40+
<HelpFileVersion>1.6.11.0</HelpFileVersion>
4141
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
4242
<HelpFileFormat>HtmlHelp1, Website</HelpFileFormat>
4343
<IndentHtml>False</IndentHtml>

MongoRepository.nuspec

+1-2
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.10</version>
6+
<version>1.6.11</version>
77
<authors>tgeek, RobIII</authors>
88
<owners>tgeek</owners>
99
<licenseUrl>https://raw.githubusercontent.com/RobThree/MongoRepository/master/LICENSE</licenseUrl>
@@ -13,7 +13,6 @@
1313
<tags>mongo mongodb repository</tags>
1414
<iconUrl>https://raw.githubusercontent.com/RobThree/MongoRepository/master/mongorepositorylogo.png</iconUrl>
1515
<releaseNotes>
16-
* Documentation no longer installs in solution directory, from now on only a shortcut is created.
1716
* Updated to MongoCSharp driver 1.11
1817
</releaseNotes>
1918
<summary>

MongoRepository/Properties/AssemblyInfo.cs

+2-2
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.10.0")]
26-
[assembly: AssemblyFileVersion("1.6.10.0")]
25+
[assembly: AssemblyVersion("1.6.11.0")]
26+
[assembly: AssemblyFileVersion("1.6.11.0")]

0 commit comments

Comments
 (0)