File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -72,15 +72,13 @@ foreach(var person in list)
72
72
Documentation
73
73
-------------
74
74
* [ MongoDB] ( http://www.mongodb.org/ )
75
- * [ Documentation] ( http://www.mongodb.org/display/DOCS/CSharp+Language+Center )
76
- * [ Api Documentation] ( http://api.mongodb.org/csharp/ )
75
+ * [ Documentation] ( http://mongodb.github.io/mongo-csharp-driver/ )
77
76
78
77
Questions/Bug Reports
79
78
---------------------
80
79
* [ Discussion Forum] ( http://groups.google.com/group/mongodb-user )
81
80
* [ Stack Overflow] ( http://stackoverflow.com/questions/tagged/mongodb )
82
81
* [ Jira] ( https://jira.mongodb.org/browse/CSHARP )
83
- * [ Jabbr] ( https://jabbr.net/#/rooms/mongodb )
84
82
85
83
If you’ve identified a security vulnerability in a driver or any other MongoDB project, please report it according to the [ instructions here] ( http://docs.mongodb.org/manual/tutorial/create-a-vulnerability-report ) .
86
84
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ open Fake
4
4
open Fake.AssemblyInfoFile
5
5
6
6
let config = getBuildParamOrDefault " config" " Release"
7
- let baseVersion = getBuildParamOrDefault " baseVersion" " 2.0.0 "
7
+ let baseVersion = getBuildParamOrDefault " baseVersion" " 2.0.1 "
8
8
let preRelease = getBuildParamOrDefault " preRelease" " local"
9
9
let getComputedBuildNumber () =
10
10
let result = Git.CommandHelper.runSimpleGitCommand currentDirectory " describe HEAD^1 --tags --long --match \" v[0-9].[0-9].[0-9]\" "
@@ -171,7 +171,7 @@ Target "ApiDocs" (fun _ ->
171
171
172
172
let preliminary =
173
173
match preRelease with
174
- | " " -> " False"
174
+ | " #release# " -> " False"
175
175
| _ -> " True"
176
176
177
177
let properties = [ " Configuration" , config
You can’t perform that action at this time.
0 commit comments