version update 1.0.9 -> 1.0.10

This commit is contained in:
Kamil Szostak 2017-07-07 08:43:31 -07:00
Родитель 71c0c950a9
Коммит e718e8a425
4 изменённых файлов: 5 добавлений и 5 удалений

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

@ -90,12 +90,12 @@
-->
<SemanticVersionMajor>1</SemanticVersionMajor>
<SemanticVersionMinor>0</SemanticVersionMinor>
<SemanticVersionPatch>9</SemanticVersionPatch>
<SemanticVersionPatch>10</SemanticVersionPatch>
<!--
Date when Semantic Version was changed.
Update for every public release.
-->
<SemanticVersionDate>2017-05-04</SemanticVersionDate>
<SemanticVersionDate>2017-07-07</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.9";
export var Version = "1.0.10";
/**
* 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.9",
"version": "1.0.10",
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS",
"authors": [
"Application Insights <appinsights@microsoft.com>"

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

@ -1,6 +1,6 @@
{
"name": "applicationinsights-js",
"version": "1.0.9",
"version": "1.0.10",
"description": "Microsoft Application Insights JavaScript SDK",
"main": "JavaScript/JavaScriptSDK.Module/AppInsightsModule.js",
"keywords": [