version update 0.22.15 -> 0.22.16

This commit is contained in:
Kamil Szostak 2016-05-26 09:39:39 -07:00
Родитель 59e956c9c4
Коммит 47426a0780
4 изменённых файлов: 5 добавлений и 5 удалений

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

@ -90,12 +90,12 @@
-->
<SemanticVersionMajor>0</SemanticVersionMajor>
<SemanticVersionMinor>22</SemanticVersionMinor>
<SemanticVersionPatch>15</SemanticVersionPatch>
<SemanticVersionPatch>16</SemanticVersionPatch>
<!--
Date when Semantic Version was changed.
Update for every public release.
-->
<SemanticVersionDate>2016-05-23</SemanticVersionDate>
<SemanticVersionDate>2016-05-26</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 = "0.22.15";
export var Version = "0.22.16";
export interface IConfig {
instrumentationKey: string;

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

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

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

@ -1,6 +1,6 @@
{
"name": "applicationinsights-js",
"version": "0.22.15",
"version": "0.22.16",
"description": "[Application Insights](https://azure.microsoft.com/services/application-insights/) tells you about your app\u0027s 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": {