Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Updating to M102 deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
serkan-inci committed Jul 18, 2016
1 parent 73155c1 commit aef4bd6
Show file tree
Hide file tree
Showing 6 changed files with 1,079 additions and 508 deletions.
5 changes: 2 additions & 3 deletions lib/VSS.SDK.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//----------------------------------------------------------
//dependencies=
// Copyright (C) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------
///<reference path='../References/VSS-Common.d.ts' />
///<reference path='../References/VSS.SDK.Interfaces.d.ts' />
///<reference path='../References/SDK.Interfaces.d.ts' />
Expand Down Expand Up @@ -666,6 +665,7 @@ var XDM;
})(XDM || (XDM = {}));
var VSS;
(function (VSS) {
// W A R N I N G: if VssSDKVersion changes, the VSS WEB SDK demand resolver needs to be updated with the new version
VSS.VssSDKVersion = 2.0;
VSS.VssSDKRestVersion = "2.2";
var bodyElement;
Expand Down Expand Up @@ -1378,4 +1378,3 @@ var VSS;
}
}
})(VSS || (VSS = {}));
//dependencies=
4 changes: 1 addition & 3 deletions lib/VSS.SDK.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vss-web-extension-sdk",
"version": "1.101.0",
"version": "1.102.0",
"description": "Visual Studio Services Client SDK. JavaScript library for Visual Studio Online extensions.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
Loading

0 comments on commit aef4bd6

Please sign in to comment.