File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
define: prefix docs/mongodb-analyzer
2
2
define: base https://www.mongodb.com/${prefix}
3
- define: versions v1.0 master
3
+ define: versions v1.0 v1.1 master
4
4
5
5
raw: ${prefix}/ -> ${base}/current/
6
6
raw: ${prefix}/master -> ${base}/upcoming/
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ product-source-repo = "https://github.com/mongodb/mongo-csharp-analyzer"
10
10
product-home-page = " {+product-source-repo+}"
11
11
product-nuget-link = " https://www.nuget.org/packages/MongoDB.Analyzer"
12
12
product-package-name = " MongoDB.Analyzer"
13
- product-version = " 1.0 "
13
+ product-version = " 1.1 "
14
14
product-version-full = " {+product-version+}.0"
15
15
product-settings-file-constant = " mongodb.analyzer.json"
16
16
product-jira = " https://jira.mongodb.org/browse/VS"
Original file line number Diff line number Diff line change @@ -12,6 +12,25 @@ What's New
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ .. _mongodb-analyzer-whats-new-1.1:
16
+
17
+ What's New in 1.1
18
+ -----------------
19
+
20
+ New features of the {+product-version+} {+product+} release include:
21
+
22
+ - ``EnableVariableTracking`` config option to track and compose variables
23
+ holding builders definitions
24
+
25
+ - Improvements to Fluent API support
26
+
27
+ - Support for LINQ Query syntax
28
+
29
+ - Support for IndexKeys builders
30
+
31
+ - Support for Projection builders
32
+
33
+
15
34
.. _mongodb-analyzer-whats-new-1.0:
16
35
17
36
What's New in 1.0
You can’t perform that action at this time.
0 commit comments