Skip to content

Commit

Permalink
Merge pull request #326 from microsoft/main
Browse files Browse the repository at this point in the history
Staging - 1/19/24
  • Loading branch information
EricJohnson327 authored Jan 19, 2024
2 parents 0c664dd + 09d7557 commit de9b6fa
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 16 deletions.
31 changes: 30 additions & 1 deletion src/GitHubExtension/GitHubExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,18 @@

<ItemGroup>
<Folder Include="Assets\" />
<Folder Include="Widgets\Assets\" />
</ItemGroup>

<ItemGroup>
<Content Update="Widgets\Assets\arrow.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Widgets\Assets\AssignedToMeScreenshotDark.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Widgets\Assets\AssignedToMeScreenshotLight.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Widgets\Assets\gh_logo.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand All @@ -110,9 +115,33 @@
<Content Update="Widgets\Assets\issues.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Widgets\Assets\IssuesScreenshotDark.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Widgets\Assets\IssuesScreenshotLight.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Widgets\Assets\MentionedInScreenshotDark.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Widgets\Assets\MentionedInScreenshotLight.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Widgets\Assets\PullRequestsScreenshotDark.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Widgets\Assets\PullRequestsScreenshotLight.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Widgets\Assets\pulls.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Widgets\Assets\ReviewRequestedScreenshotDark.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Widgets\Assets\ReviewRequestedScreenshotLight.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Widgets\Assets\screenshot.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions src/GitHubExtensionServer/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,22 @@
<Icon Path="Widgets\Assets\GitHubLogo_Light.jpg" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\IssuesScreenshotLight.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
<DarkMode>
<Icons>
<Icon Path="Widgets\Assets\GitHubLogo_Dark.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\IssuesScreenshotDark.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
</DarkMode>
<LightMode>
<Icons>
<Icon Path="Widgets\Assets\GitHubLogo_Light.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\IssuesScreenshotLight.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
</LightMode>
</ThemeResources>
Expand All @@ -133,22 +133,22 @@
<Icon Path="Widgets\Assets\GitHubLogo_Light.jpg" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
<DarkMode>
<Icons>
<Icon Path="Widgets\Assets\GitHubLogo_Dark.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotDark.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
</DarkMode>
<LightMode>
<Icons>
<Icon Path="Widgets\Assets\GitHubLogo_Light.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\PullRequestsScreenshotLight.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
</LightMode>
</ThemeResources>
Expand All @@ -167,22 +167,22 @@
<Icon Path="Widgets\Assets\GitHubLogo_Light.jpg" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\MentionedInScreenshotLight.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
<DarkMode>
<Icons>
<Icon Path="Widgets\Assets\GitHubLogo_Dark.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\MentionedInScreenshotDark.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
</DarkMode>
<LightMode>
<Icons>
<Icon Path="Widgets\Assets\GitHubLogo_Light.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\MentionedInScreenshotLight.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
</LightMode>
</ThemeResources>
Expand All @@ -201,22 +201,22 @@
<Icon Path="Widgets\Assets\GitHubLogo_Light.jpg" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\AssignedToMeScreenshotLight.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
<DarkMode>
<Icons>
<Icon Path="Widgets\Assets\GitHubLogo_Dark.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\AssignedToMeScreenshotDark.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
</DarkMode>
<LightMode>
<Icons>
<Icon Path="Widgets\Assets\GitHubLogo_Light.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\AssignedToMeScreenshotLight.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
</LightMode>
</ThemeResources>
Expand All @@ -235,22 +235,22 @@
<Icon Path="Widgets\Assets\GitHubLogo_Light.jpg" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\ReviewRequestedScreenshotLight.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
<DarkMode>
<Icons>
<Icon Path="Widgets\Assets\GitHubLogo_Dark.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\ReviewRequestedScreenshotDark.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
</DarkMode>
<LightMode>
<Icons>
<Icon Path="Widgets\Assets\GitHubLogo_Light.png" />
</Icons>
<Screenshots>
<Screenshot Path="Widgets\Assets\screenshot.png" DisplayAltText="DevHomeGitHub icon" />
<Screenshot Path="Widgets\Assets\ReviewRequestedScreenshotLight.png" DisplayAltText="DevHomeGitHub icon" />
</Screenshots>
</LightMode>
</ThemeResources>
Expand Down

0 comments on commit de9b6fa

Please sign in to comment.