Skip to content

Commit 6f6ffb5

Browse files
author
Brian Canzanella
committed
bump VS to v9.0.0.0
updates some copy
1 parent cdb63e6 commit 6f6ffb5

File tree

7 files changed

+41
-41
lines changed

7 files changed

+41
-41
lines changed

Diff for: vs/publish/publishManifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"private": false,
1111
"qna": false,
1212
"repo": "https://github.com/TeamCodeStream/CodeStream",
13-
"tags": ["chat", "collaboration", "comment", "live", "slack"]
13+
"tags": ["chat", "collaboration", "github", "review", "slack"]
1414
}

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("8.3.8.0")]
32-
[assembly: AssemblyFileVersion("8.3.8.0")]
31+
[assembly: AssemblyVersion("9.0.0.0")]
32+
[assembly: AssemblyFileVersion("9.0.0.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 = "8.3.8.0";
6+
public const string Version = "9.0.0.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("8.3.8.0")]
35-
[assembly: AssemblyFileVersion("8.3.8.0")]
34+
[assembly: AssemblyVersion("9.0.0.0")]
35+
[assembly: AssemblyFileVersion("9.0.0.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("8.3.8.0")]
35-
[assembly: AssemblyFileVersion("8.3.8.0")]
34+
[assembly: AssemblyVersion("9.0.0.0")]
35+
[assembly: AssemblyFileVersion("9.0.0.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("8.3.8.0")]
32-
[assembly: AssemblyFileVersion("8.3.8.0")]
31+
[assembly: AssemblyVersion("9.0.0.0")]
32+
[assembly: AssemblyFileVersion("9.0.0.0")]
+31-31
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
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">
3-
<Metadata>
4-
<Identity Id="codestream-vs" Version="8.3.8.0" Language="en-US" Publisher="CodeStream" />
5-
<DisplayName>CodeStream - Code Review &amp; Discussion</DisplayName>
6-
<Description xml:space="preserve">Discuss code easily. Streamline Code Reviews. Improve code quality. Works w/ Slack, Teams, GitHub, GitLab, Bitbucket, Jira, Trello and more.</Description>
7-
<MoreInfo>https://codestream.com/</MoreInfo>
8-
<ReleaseNotes>CHANGELOG.txt</ReleaseNotes>
9-
<Icon>Resources\Assets\codestream.png</Icon>
10-
<PreviewImage>Resources\CodeStreamPackage.ico</PreviewImage>
11-
<Tags>chat;collaboration;review;documentation;slack</Tags>
12-
</Metadata>
13-
<Installation Experimental="false" AllUsers="true">
14-
<!-- Targetting the first release after Preview 3 which is: 15.0.15 Release July 10, 2018 -->
15-
<!-- See: https://docs.microsoft.com/en-us/visualstudio/install/visual-studio-build-numbers-and-release-dates?view=vs-2017 -->
16-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0.27413.43, 17.0]" />
17-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0.27413.43, 17.0]" />
18-
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0.27413.43, 17.0]" />
19-
</Installation>
20-
<Dependencies>
21-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
22-
<Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" d:Source="Installed" Version="[15.0]" />
23-
</Dependencies>
24-
<Prerequisites>
25-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.27413.43, 17.0]" DisplayName="Visual Studio core editor" />
26-
</Prerequisites>
27-
<Assets>
28-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
29-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="CodeStream.VisualStudio.pkgdef" />
30-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
31-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%.Shell.2017" Path="|CodeStream.VisualStudio.Shell.2017|" TargetVersion="[15.0.26228.43,15.9999.9999.9999]" />
32-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%.Shell.2019" TargetVersion="[16.0.0.0,17.0]" Path="|CodeStream.VisualStudio.Shell.2019|" />
33-
</Assets>
3+
<Metadata>
4+
<Identity Id="codestream-vs" Version="9.0.0.0" Language="en-US" Publisher="CodeStream" />
5+
<DisplayName>CodeStream - GitHub &amp; GitLab PRs and Code Review</DisplayName>
6+
<Description xml:space="preserve">GitHub pull requests and code reviews in your IDE. Eliminate context-switching between tools. Also integrates with GitLab, Bitbucket, Slack, Teams, Jira, Trello and more.</Description>
7+
<MoreInfo>https://codestream.com/</MoreInfo>
8+
<ReleaseNotes>CHANGELOG.txt</ReleaseNotes>
9+
<Icon>Resources\Assets\codestream.png</Icon>
10+
<PreviewImage>Resources\CodeStreamPackage.ico</PreviewImage>
11+
<Tags>chat;collaboration;github;review;slack</Tags>
12+
</Metadata>
13+
<Installation Experimental="false" AllUsers="true">
14+
<!-- Targetting the first release after Preview 3 which is: 15.0.15 Release July 10, 2018 -->
15+
<!-- See: https://docs.microsoft.com/en-us/visualstudio/install/visual-studio-build-numbers-and-release-dates?view=vs-2017 -->
16+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0.27413.43, 17.0]" />
17+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0.27413.43, 17.0]" />
18+
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0.27413.43, 17.0]" />
19+
</Installation>
20+
<Dependencies>
21+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
22+
<Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" d:Source="Installed" Version="[15.0]" />
23+
</Dependencies>
24+
<Prerequisites>
25+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.27413.43, 17.0]" DisplayName="Visual Studio core editor" />
26+
</Prerequisites>
27+
<Assets>
28+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
29+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="CodeStream.VisualStudio.pkgdef" />
30+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
31+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%.Shell.2017" Path="|CodeStream.VisualStudio.Shell.2017|" TargetVersion="[15.0.26228.43,15.9999.9999.9999]" />
32+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%.Shell.2019" TargetVersion="[16.0.0.0,17.0]" Path="|CodeStream.VisualStudio.Shell.2019|" />
33+
</Assets>
3434
</PackageManifest>

0 commit comments

Comments
 (0)