version update 1.0.18 -> 1.0.19 (#651)
This commit is contained in:
Родитель
31d2a4e7dc
Коммит
50bf38510c
|
@ -90,12 +90,12 @@
|
|||
-->
|
||||
<SemanticVersionMajor>1</SemanticVersionMajor>
|
||||
<SemanticVersionMinor>0</SemanticVersionMinor>
|
||||
<SemanticVersionPatch>18</SemanticVersionPatch>
|
||||
<SemanticVersionPatch>19</SemanticVersionPatch>
|
||||
<!--
|
||||
Date when Semantic Version was changed.
|
||||
Update for every public release.
|
||||
-->
|
||||
<SemanticVersionDate>2018-05-17</SemanticVersionDate>
|
||||
<SemanticVersionDate>2018-08-20</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.18";
|
||||
export var Version = "1.0.19";
|
||||
|
||||
/**
|
||||
* 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.18",
|
||||
"version": "1.0.19",
|
||||
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS",
|
||||
"authors": [
|
||||
"Application Insights <appinsights@microsoft.com>"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "applicationinsights-js",
|
||||
"version": "1.0.18",
|
||||
"version": "1.0.19",
|
||||
"description": "Microsoft Application Insights JavaScript SDK",
|
||||
"main": "bundle/ai.module.js",
|
||||
"keywords": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче