Skip to content

Commit eed1515

Browse files
authored
Merge branch 'dev' into abhsriva/emptyPostRequest
2 parents 32daeb8 + 2ec9a2f commit eed1515

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,20 @@ For more information, see the `CONTRIBUTING` guide.
3535

3636
**Actual behavior:** [What actually happened]
3737

38-
## Additional context
38+
## Additional Context
3939

4040
Add any other context about the problem here..
41+
42+
## Usage Information
43+
44+
SDK Version - [SDK version you are using]
45+
46+
- [ ] Node (Check, if using Node version of SDK)
47+
48+
> Node Version - [The version of Node you are using]
49+
50+
- [ ] Browser (Check, if using Browser version of SDK)
51+
52+
> Browser Name - [The name of Browser that you are using for SDK]
53+
54+
> Version - [The version of the browser you are using]

docs/CustomMiddlewareChain.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,4 @@ export class MyLoggingHandler implements Middleware {
143143
}
144144
}
145145
```
146-
147-
Refer [MiddlewareOptions](../src/middleware/option/IMiddlewareOptions.ts) interface to know its structure.
146+
Refer [MiddlewareOptions](../src/middleware/options/IMiddlewareOptions.ts) interface to know its structure.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/microsoft-graph-client",
3-
"version": "2.0.0-Preview.4",
3+
"version": "2.0.0",
44
"description": "Microsoft Graph Client Library",
55
"main": "lib/src/index.js",
66
"module": "lib/es/index.js",

src/Version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
* @module Version
1313
*/
1414

15-
export const PACKAGE_VERSION = "2.0.0-Preview.4";
15+
export const PACKAGE_VERSION = "2.0.0";

0 commit comments

Comments
 (0)