This commit is contained in:
mashekho@microsoft.com 2016-03-22 13:55:02 -07:00
Родитель 680cd2f33d
Коммит 396fc9fa99
4 изменённых файлов: 5 добавлений и 5 удалений

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

@ -110,13 +110,13 @@
-->
<SemanticVersionMajor>0</SemanticVersionMajor>
<SemanticVersionMinor>22</SemanticVersionMinor>
<SemanticVersionPatch>8</SemanticVersionPatch>
<SemanticVersionPatch>9</SemanticVersionPatch>
<!--
Date when Semantic Version was changed.
Update for every public release.
-->
<SemanticVersionDate>2016-03-15</SemanticVersionDate>
<SemanticVersionDate>2016-03-22</SemanticVersionDate>
<!--
Pre-release version is used to distinguish internally built NuGet packages.

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

@ -13,7 +13,7 @@ module Microsoft.ApplicationInsights {
"use strict";
export var Version = "0.22.8";
export var Version = "0.22.9";
export interface IConfig {
instrumentationKey: string;

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

@ -1,7 +1,7 @@
{
"name": "applicationinsights-js",
"main": "dist/ai.0.js",
"version": "0.22.8",
"version": "0.22.9",
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS",
"authors": [
"Max Shekhovtsov <mashekho@microsoft.com>"

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

@ -1,6 +1,6 @@
{
"name": "applicationinsights-js",
"version": "0.22.8",
"version": "0.22.9",
"description": "[Application Insights](https://azure.microsoft.com/services/application-insights/) tells you about your app's performance and usage. By adding a few lines of code to your web pages, you get data about how many users you have, which pages are most popular, how fast pages load, whether they throw exceptions, and more. And you can add code to track more detailed user activity.",
"main": "dist/ai.0.js",
"scripts": {