Skip to content

Commit a4fa9cc

Browse files
authored
DOCSP-26405 Analyzer Version Updates v1.1 (#26)
* What's New + edit snooty.toml * capitalization typo * config/redirects * change out constants * remove periods at end of whats new list
1 parent cfb847f commit a4fa9cc

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/mongodb-analyzer
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v1.0 master
3+
define: versions v1.0 v1.1 master
44

55
raw: ${prefix}/ -> ${base}/current/
66
raw: ${prefix}/master -> ${base}/upcoming/

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ product-source-repo = "https://github.com/mongodb/mongo-csharp-analyzer"
1010
product-home-page = "{+product-source-repo+}"
1111
product-nuget-link = "https://www.nuget.org/packages/MongoDB.Analyzer"
1212
product-package-name = "MongoDB.Analyzer"
13-
product-version = "1.0"
13+
product-version = "1.1"
1414
product-version-full = "{+product-version+}.0"
1515
product-settings-file-constant = "mongodb.analyzer.json"
1616
product-jira = "https://jira.mongodb.org/browse/VS"

source/whats-new.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@ What's New
1212
:depth: 1
1313
:class: singlecol
1414

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+
1534
.. _mongodb-analyzer-whats-new-1.0:
1635

1736
What's New in 1.0

0 commit comments

Comments
 (0)