Skip to content

Commit

Permalink
Merge branch 'abhsriva/emptyPostRequest' of https://github.com/micros…
Browse files Browse the repository at this point in the history
…oftgraph/msgraph-sdk-javascript into abhsriva/emptyPostRequest
  • Loading branch information
krototype committed Sep 17, 2019
2 parents 6850658 + eed1515 commit f7c333b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
16 changes: 15 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@ For more information, see the `CONTRIBUTING` guide.

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

## Additional context
## Additional Context

Add any other context about the problem here..

## Usage Information

SDK Version - [SDK version you are using]

- [ ] Node (Check, if using Node version of SDK)

> Node Version - [The version of Node you are using]
- [ ] Browser (Check, if using Browser version of SDK)

> Browser Name - [The name of Browser that you are using for SDK]
> Version - [The version of the browser you are using]
3 changes: 1 addition & 2 deletions docs/CustomMiddlewareChain.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,4 @@ export class MyLoggingHandler implements Middleware {
}
}
```

Refer [MiddlewareOptions](../src/middleware/option/IMiddlewareOptions.ts) interface to know its structure.
Refer [MiddlewareOptions](../src/middleware/options/IMiddlewareOptions.ts) interface to know its structure.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/microsoft-graph-client",
"version": "2.0.0-Preview.4",
"version": "2.0.0",
"description": "Microsoft Graph Client Library",
"main": "lib/src/index.js",
"module": "lib/es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/Version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
* @module Version
*/

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

0 comments on commit f7c333b

Please sign in to comment.