Skip to content

Commit

Permalink
2.3.3 release (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhdzg authored May 9, 2022
1 parent c74ae99 commit 2023942
Show file tree
Hide file tree
Showing 4 changed files with 202 additions and 137 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Tests/FunctionalTests/TestApp/package-lock.json
*.dat
*.njsproj
.vscode/
.nyc_output

# Ignore webstorm files
.idea
Expand Down
2 changes: 1 addition & 1 deletion Declarations/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Contracts = require("./Contracts")

export const APPLICATION_INSIGHTS_SDK_VERSION = "2.3.2";
export const APPLICATION_INSIGHTS_SDK_VERSION = "2.3.3";
export const DEFAULT_BREEZE_ENDPOINT = "https://dc.services.visualstudio.com";
export const DEFAULT_LIVEMETRICS_ENDPOINT = "https://rt.services.visualstudio.com";
export const DEFAULT_LIVEMETRICS_HOST = "rt.services.visualstudio.com";
Expand Down
Loading

0 comments on commit 2023942

Please sign in to comment.