This commit is contained in:
Kamil Szostak 2016-06-01 09:59:37 -07:00
Родитель 046ac5f2e0
Коммит fc191d71d9
4 изменённых файлов: 12 добавлений и 12 удалений

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

@ -90,12 +90,12 @@
-->
<SemanticVersionMajor>0</SemanticVersionMajor>
<SemanticVersionMinor>22</SemanticVersionMinor>
<SemanticVersionPatch>16</SemanticVersionPatch>
<SemanticVersionPatch>17</SemanticVersionPatch>
<!--
Date when Semantic Version was changed.
Update for every public release.
-->
<SemanticVersionDate>2016-05-26</SemanticVersionDate>
<SemanticVersionDate>2016-06-01</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.16";
export var Version = "0.22.17";
/**
* 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.16",
"version": "0.22.17",
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS",
"authors": [
"Max Shekhovtsov <mashekho@microsoft.com>"

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

@ -1,15 +1,15 @@
{
"name": "applicationinsights-js",
"version": "0.22.16",
"version": "0.22.17",
"description": "Microsoft Application Insights JavaScript SDK",
"main": "JavaScriptSDK/AppInsightsModule",
"keywords": [
"browser performance monitoring",
"script errors",
"application insights",
"microsoft",
"azure"
],
"keywords": [
"browser performance monitoring",
"script errors",
"application insights",
"microsoft",
"azure"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},