Skip to content

Commit 58da19c

Browse files
author
TeamCity Build
committed
Auto bump version on develop to 13.0.1.0 for next release
1 parent ce930a9 commit 58da19c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

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("13.0.0.0")]
32-
[assembly: AssemblyFileVersion("13.0.0.0")]
31+
[assembly: AssemblyVersion("13.0.1.0")]
32+
[assembly: AssemblyFileVersion("13.0.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 = "13.0.0.0";
6+
public const string Version = "13.0.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("13.0.0.0")]
35-
[assembly: AssemblyFileVersion("13.0.0.0")]
34+
[assembly: AssemblyVersion("13.0.1.0")]
35+
[assembly: AssemblyFileVersion("13.0.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("13.0.0.0")]
35-
[assembly: AssemblyFileVersion("13.0.0.0")]
34+
[assembly: AssemblyVersion("13.0.1.0")]
35+
[assembly: AssemblyFileVersion("13.0.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("13.0.0.0")]
32-
[assembly: AssemblyFileVersion("13.0.0.0")]
31+
[assembly: AssemblyVersion("13.0.1.0")]
32+
[assembly: AssemblyFileVersion("13.0.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="13.0.0.0" Language="en-US" Publisher="CodeStream" />
4+
<Identity Id="codestream-vs" Version="13.0.1.0" Language="en-US" Publisher="CodeStream" />
55
<!-- DisplayName maxLength=50 -->
66
<DisplayName>New Relic CodeStream - GitHub, GitLab PRs &amp; Review</DisplayName>
77
<Description xml:space="preserve">GitHub pull requests, GitLab merge requests, and code reviews in your IDE. Eliminate context-switching. Integrates with New Relic observability, Bitbucket, Slack, MS Teams, Jira, Trello and more.</Description>

0 commit comments

Comments
 (0)