Skip to content

Commit edf4c62

Browse files
committed
post release version bump and cleanup.
1 parent f8297b9 commit edf4c62

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,13 @@ foreach(var person in list)
7272
Documentation
7373
-------------
7474
* [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/)
7776

7877
Questions/Bug Reports
7978
---------------------
8079
* [Discussion Forum](http://groups.google.com/group/mongodb-user)
8180
* [Stack Overflow](http://stackoverflow.com/questions/tagged/mongodb)
8281
* [Jira](https://jira.mongodb.org/browse/CSHARP)
83-
* [Jabbr](https://jabbr.net/#/rooms/mongodb)
8482

8583
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).
8684

build/build.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ open Fake
44
open Fake.AssemblyInfoFile
55

66
let config = getBuildParamOrDefault "config" "Release"
7-
let baseVersion = getBuildParamOrDefault "baseVersion" "2.0.0"
7+
let baseVersion = getBuildParamOrDefault "baseVersion" "2.0.1"
88
let preRelease = getBuildParamOrDefault "preRelease" "local"
99
let getComputedBuildNumber() =
1010
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 _ ->
171171

172172
let preliminary =
173173
match preRelease with
174-
| "" -> "False"
174+
| "#release#" -> "False"
175175
| _ -> "True"
176176

177177
let properties = ["Configuration", config

0 commit comments

Comments
 (0)