version update 1.0.2 -> 1.0.3
This commit is contained in:
Родитель
f8cb57bfd7
Коммит
5036ad0200
|
@ -90,12 +90,12 @@
|
|||
-->
|
||||
<SemanticVersionMajor>1</SemanticVersionMajor>
|
||||
<SemanticVersionMinor>0</SemanticVersionMinor>
|
||||
<SemanticVersionPatch>2</SemanticVersionPatch>
|
||||
<SemanticVersionPatch>3</SemanticVersionPatch>
|
||||
<!--
|
||||
Date when Semantic Version was changed.
|
||||
Update for every public release.
|
||||
-->
|
||||
<SemanticVersionDate>2016-08-25</SemanticVersionDate>
|
||||
<SemanticVersionDate>2016-08-31</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).
|
||||
|
|
|
@ -15,7 +15,7 @@ module Microsoft.ApplicationInsights {
|
|||
|
||||
"use strict";
|
||||
|
||||
export var Version = "1.0.2";
|
||||
export var Version = "1.0.3";
|
||||
export var SnippetVersion: string;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "applicationinsights-js",
|
||||
"main": "dist/ai.0.js",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS",
|
||||
"authors": [
|
||||
"Application Insights <appinsights@microsoft.com>"
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
$jsSdkDir = Read-Host "Please enter the JSSDK root dir";
|
||||
|
||||
if (-Not (Test-Path $jsSdkDir)) {
|
||||
Write-Warning "'$jssdkDir' directory doesn't exist.";
|
||||
exit;
|
||||
}
|
||||
$jsSdkDir = Split-Path $MyInvocation.MyCommand.Path;
|
||||
|
||||
$packageJsonPath = Join-Path $jsSdkDir -ChildPath "package.json"
|
||||
if (-Not (Test-Path $packageJsonPath)) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "applicationinsights-js",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Microsoft Application Insights JavaScript SDK",
|
||||
"main": "JavaScript/JavaScriptSDK.Module/AppInsightsModule.js",
|
||||
"keywords": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче