version update 1.0.11 -> 1.0.12
This commit is contained in:
Родитель
c11540596a
Коммит
de1aa83689
|
@ -90,12 +90,12 @@
|
|||
-->
|
||||
<SemanticVersionMajor>1</SemanticVersionMajor>
|
||||
<SemanticVersionMinor>0</SemanticVersionMinor>
|
||||
<SemanticVersionPatch>11</SemanticVersionPatch>
|
||||
<SemanticVersionPatch>12</SemanticVersionPatch>
|
||||
<!--
|
||||
Date when Semantic Version was changed.
|
||||
Update for every public release.
|
||||
-->
|
||||
<SemanticVersionDate>2017-07-11</SemanticVersionDate>
|
||||
<SemanticVersionDate>2017-08-15</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).
|
||||
|
|
|
@ -13,7 +13,7 @@ module Microsoft.ApplicationInsights {
|
|||
|
||||
"use strict";
|
||||
|
||||
export var Version = "1.0.11";
|
||||
export var Version = "1.0.12";
|
||||
|
||||
/**
|
||||
* Internal interface to pass appInsights object to subcomponents without coupling
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "applicationinsights-js",
|
||||
"main": "dist/ai.0.js",
|
||||
"version": "1.0.11",
|
||||
"version": "1.0.12",
|
||||
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS",
|
||||
"authors": [
|
||||
"Application Insights <appinsights@microsoft.com>"
|
||||
|
|
62
package.json
62
package.json
|
@ -1,33 +1,33 @@
|
|||
{
|
||||
"name": "applicationinsights-js",
|
||||
"version": "1.0.11",
|
||||
"description": "Microsoft Application Insights JavaScript SDK",
|
||||
"main": "bundle/ai.module.js",
|
||||
"keywords": [
|
||||
"browser performance monitoring",
|
||||
"script errors",
|
||||
"application insights",
|
||||
"microsoft",
|
||||
"azure"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/ApplicationInsights-JS.git"
|
||||
},
|
||||
"author": "Microsoft Application Insights Team",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/ApplicationInsights-JS/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS#readme",
|
||||
"devDependencies": {
|
||||
"grunt": "1.0.1",
|
||||
"grunt-contrib-qunit": "2.0.0",
|
||||
"grunt-contrib-uglify": "2.3.0",
|
||||
"grunt-ts": "^6.0.0-beta.15",
|
||||
"typescript": "2.4.1"
|
||||
}
|
||||
"name": "applicationinsights-js",
|
||||
"version": "1.0.12",
|
||||
"description": "Microsoft Application Insights JavaScript SDK",
|
||||
"main": "bundle/ai.module.js",
|
||||
"keywords": [
|
||||
"browser performance monitoring",
|
||||
"script errors",
|
||||
"application insights",
|
||||
"microsoft",
|
||||
"azure"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Microsoft/ApplicationInsights-JS.git"
|
||||
},
|
||||
"author": "Microsoft Application Insights Team",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/ApplicationInsights-JS/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS#readme",
|
||||
"devDependencies": {
|
||||
"grunt": "1.0.1",
|
||||
"grunt-contrib-qunit": "2.0.0",
|
||||
"grunt-contrib-uglify": "2.3.0",
|
||||
"grunt-ts": "^6.0.0-beta.15",
|
||||
"typescript": "2.4.1"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче