Skip to content

Commit abb1bb9

Browse files
author
Brian Canzanella
committed
bump versions to 11.1.1
1 parent 34ed324 commit abb1bb9

File tree

8 files changed

+17
-11
lines changed

8 files changed

+17
-11
lines changed

Diff for: codestream.code-workspace

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
},
99
{
1010
"path": "./shared/agent"
11+
},
12+
{
13+
"path": "jb"
14+
},
15+
{
16+
"path": "vs"
1117
}
1218
],
1319
"launch": {

Diff for: vs/src/CodeStream.VisualStudio.Core/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// You can specify all the values or you can default the Build and Revision Numbers
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
31-
[assembly: AssemblyVersion("11.1.0.0")]
32-
[assembly: AssemblyFileVersion("11.1.0.0")]
31+
[assembly: AssemblyVersion("11.1.1.0")]
32+
[assembly: AssemblyFileVersion("11.1.1.0")]

Diff for: vs/src/CodeStream.VisualStudio.Core/Properties/SolutionInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ public static class SolutionInfo {
33
/// <summary>
44
/// This was generated by a tool (build process)
55
/// </summary>
6-
public const string Version = "11.1.0.0";
6+
public const string Version = "11.1.1.0";
77

88
/// <summary>
99
/// This was generated by a tool (build process)

Diff for: vs/src/CodeStream.VisualStudio.Shell.2017/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("11.1.0.0")]
35-
[assembly: AssemblyFileVersion("11.1.0.0")]
34+
[assembly: AssemblyVersion("11.1.1.0")]
35+
[assembly: AssemblyFileVersion("11.1.1.0")]

Diff for: vs/src/CodeStream.VisualStudio.Shell.2019/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("11.1.0.0")]
35-
[assembly: AssemblyFileVersion("11.1.0.0")]
34+
[assembly: AssemblyVersion("11.1.1.0")]
35+
[assembly: AssemblyFileVersion("11.1.1.0")]

Diff for: vs/src/CodeStream.VisualStudio/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// You can specify all the values or you can default the Build and Revision Numbers
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
31-
[assembly: AssemblyVersion("11.1.0.0")]
32-
[assembly: AssemblyFileVersion("11.1.0.0")]
31+
[assembly: AssemblyVersion("11.1.1.0")]
32+
[assembly: AssemblyFileVersion("11.1.1.0")]

Diff for: vs/src/CodeStream.VisualStudio/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="codestream-vs" Version="11.1.0.0" Language="en-US" Publisher="CodeStream" />
4+
<Identity Id="codestream-vs" Version="11.1.1.0" Language="en-US" Publisher="CodeStream" />
55
<DisplayName>CodeStream - GitHub &amp; GitLab PRs and Code Review</DisplayName>
66
<Description xml:space="preserve">GitHub pull requests, GitLab merge requests, and code reviews in your IDE. Eliminate context-switching between tools. Also integrates with Bitbucket, Slack, Teams, Jira, Trello and more.</Description>
77
<MoreInfo>https://codestream.com/</MoreInfo>

Diff for: vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codestream",
33
"displayName": "CodeStream: GitHub, GitLab, Bitbucket PRs and Code Review",
44
"description": "GitHub pull requests, GitLab merge requests, and code reviews in your IDE. Eliminate context-switching between tools. Also integrates with Bitbucket, Slack, MS Teams, Jira, Trello and more.",
5-
"version": "11.1.0",
5+
"version": "11.1.1",
66
"author": "CodeStream",
77
"publisher": "CodeStream",
88
"license": "UNLICENSED",

0 commit comments

Comments
 (0)