We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de86985 commit 863622fCopy full SHA for 863622f
2 files changed
sdk/core/core-http/package.json
@@ -2,7 +2,7 @@
2
"name": "@azure/core-http",
3
"sdk-type": "client",
4
"author": "Microsoft Corporation",
5
- "version": "2.3.1",
+ "version": "2.3.2",
6
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
7
"tags": [
8
"isomorphic",
sdk/core/core-http/src/util/constants.ts
@@ -7,7 +7,7 @@ export const Constants = {
/**
* The core-http version
9
*/
10
- coreHttpVersion: "2.3.1",
+ coreHttpVersion: "2.3.2",
11
12
13
* Specifies HTTP.
0 commit comments