Merge pull request #503 from Microsoft/release_1.0.12

version update 1.0.11 -> 1.0.12
This commit is contained in:
Kamil Szostak 2017-08-23 10:22:23 -07:00 коммит произвёл GitHub
Родитель c11540596a 973458f088
Коммит db5e942bf7
4 изменённых файлов: 36 добавлений и 36 удалений

Просмотреть файл

@ -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>"

Просмотреть файл

@ -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"
}
}