Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c6750b9

Browse files
committed
Rename PullRequestStatusPackage to ..StatusBarPackage
1 parent e9f0c17 commit c6750b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GitHub.InlineReviews/GitHub.InlineReviews.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<Compile Include="Glyph\GlyphMargin.cs" />
8989
<Compile Include="Glyph\GlyphMarginVisualManager.cs" />
9090
<Compile Include="Glyph\IGlyphFactory.cs" />
91-
<Compile Include="PullRequestStatusPackage.cs" />
91+
<Compile Include="PullRequestStatusBarPackage.cs" />
9292
<Compile Include="InlineReviewsPackage.cs" />
9393
<Compile Include="Models\InlineCommentThreadModel.cs" />
9494
<Compile Include="Models\PullRequestSessionLiveFile.cs" />

src/GitHub.InlineReviews/PullRequestStatusPackage.cs renamed to src/GitHub.InlineReviews/PullRequestStatusBarPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace GitHub.InlineReviews
1212
[PackageRegistration(UseManagedResourcesOnly = true)]
1313
[Guid(Guids.PullRequestStatusPackageId)]
1414
[ProvideAutoLoad(Guids.GitSccProviderId)]
15-
public class PullRequestStatusPackage : AsyncPackage
15+
public class PullRequestStatusBarPackage : AsyncPackage
1616
{
1717
protected override async Task InitializeAsync(CancellationToken cancellationToken, IProgress<ServiceProgressData> progress)
1818
{

0 commit comments

Comments
 (0)