Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Bump version to 115 (#143)
Browse files Browse the repository at this point in the history
Need to remove 'associate work item' command since it relies on proposedApi
Jeff Young authored Mar 8, 2017
1 parent 8db1567 commit 20c42ba
Showing 3 changed files with 2 additions and 11 deletions.
Binary file modified assets/vscode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "team",
"displayName": "Visual Studio Team Services",
"description": "Connect to Team Services, monitor your builds and manage your pull requests and work items for your source repositories",
"version": "1.113.0",
"version": "1.115.0",
"publisher": "ms-vsts",
"icon": "assets/team.png",
"markdown": "standard",
@@ -45,10 +45,6 @@
}
],
"scm/title": [
{
"command" : "team.AssociateWorkItems",
"group": "3_commit@4"
},
{
"command" : "tfvc.Checkin",
"group": "navigation@1",
@@ -196,11 +192,6 @@
}
},
"commands": [
{
"command": "team.AssociateWorkItems",
"title": "Associate Work Items",
"category": "Team"
},
{
"command": "team.OpenNewTask",
"title": "Create Task",
2 changes: 1 addition & 1 deletion src/services/telemetry.ts
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ export class Telemetry {
private static _appInsightsClient: Client;
private static _serverContext: TeamServerContext;
private static _telemetryEnabled: boolean = true;
private static _extensionVersion: string = "1.113.0";
private static _extensionVersion: string = "1.115.0";
private static _collectionId: string = "UNKNOWN"; //The collectionId can be updated later
//Default to a new uuid in case the extension fails before being initialized
private static _userId: string = uuid.v1(); //The userId can be updated later

0 comments on commit 20c42ba

Please sign in to comment.