version update 1.0.0 -> 0.23.4

This commit is contained in:
Kamil Szostak 2016-07-21 11:56:15 -07:00
Родитель ec5fe3f1a7
Коммит f8b8fbf004
4 изменённых файлов: 7 добавлений и 7 удалений

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

@ -88,14 +88,14 @@
Semantic Version. See http://semver.org for full details. Semantic Version. See http://semver.org for full details.
Update for every public release. Update for every public release.
--> -->
<SemanticVersionMajor>1</SemanticVersionMajor> <SemanticVersionMajor>0</SemanticVersionMajor>
<SemanticVersionMinor>0</SemanticVersionMinor> <SemanticVersionMinor>23</SemanticVersionMinor>
<SemanticVersionPatch>0</SemanticVersionPatch> <SemanticVersionPatch>4</SemanticVersionPatch>
<!-- <!--
Date when Semantic Version was changed. Date when Semantic Version was changed.
Update for every public release. Update for every public release.
--> -->
<SemanticVersionDate>2016-07-18</SemanticVersionDate> <SemanticVersionDate>2016-07-21</SemanticVersionDate>
<!-- <!--
Pre-release version is used to distinguish internally built NuGet packages. 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). Pre-release version = Minutes since semantic version was set, divided by 5 (to make it fit in a UInt16).

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

@ -14,7 +14,7 @@ module Microsoft.ApplicationInsights {
"use strict"; "use strict";
export var Version = "1.0.0"; export var Version = "0.23.4";
/** /**
* Internal interface to pass appInsights object to subcomponents without coupling * Internal interface to pass appInsights object to subcomponents without coupling

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

@ -1,7 +1,7 @@
{ {
"name": "applicationinsights-js", "name": "applicationinsights-js",
"main": "dist/ai.0.js", "main": "dist/ai.0.js",
"version": "1.0.0", "version": "0.23.4",
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS", "homepage": "https://github.com/Microsoft/ApplicationInsights-JS",
"authors": [ "authors": [
"Application Insights <appinsights@microsoft.com>" "Application Insights <appinsights@microsoft.com>"

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

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