version update 0.22.19 -> 0.23.0
This commit is contained in:
Родитель
c9d39855b8
Коммит
f9d52bf4ea
|
@ -89,13 +89,13 @@
|
|||
Update for every public release.
|
||||
-->
|
||||
<SemanticVersionMajor>0</SemanticVersionMajor>
|
||||
<SemanticVersionMinor>22</SemanticVersionMinor>
|
||||
<SemanticVersionPatch>19</SemanticVersionPatch>
|
||||
<SemanticVersionMinor>23</SemanticVersionMinor>
|
||||
<SemanticVersionPatch>0</SemanticVersionPatch>
|
||||
<!--
|
||||
Date when Semantic Version was changed.
|
||||
Update for every public release.
|
||||
-->
|
||||
<SemanticVersionDate>2016-06-09</SemanticVersionDate>
|
||||
<SemanticVersionDate>2016-07-05</SemanticVersionDate>
|
||||
<!--
|
||||
Pre-release version is used to distinguish internally built NuGet packages.
|
||||
Pre-release version = Minutes since semantic version was set, divided by 5 (to make it fit in a UInt16).
|
||||
|
|
|
@ -14,7 +14,7 @@ module Microsoft.ApplicationInsights {
|
|||
|
||||
"use strict";
|
||||
|
||||
export var Version = "0.22.19";
|
||||
export var Version = "0.23.0";
|
||||
|
||||
/**
|
||||
* Internal interface to pass appInsights object to subcomponents without coupling
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "applicationinsights-js",
|
||||
"main": "dist/ai.0.js",
|
||||
"version": "0.22.19",
|
||||
"version": "0.23.0",
|
||||
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS",
|
||||
"authors": [
|
||||
"Max Shekhovtsov <mashekho@microsoft.com>"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "applicationinsights-js",
|
||||
"version": "0.22.19",
|
||||
"version": "0.23.0",
|
||||
"description": "Microsoft Application Insights JavaScript SDK",
|
||||
"main": "JavaScript/JavaScriptSDK.Module/AppInsightsModule.js",
|
||||
"keywords": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче