Skip to content

Commit

Permalink
Merge branch 'main' into lamparter/refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Nov 7, 2024
2 parents 389b20e + f0671d1 commit ea6c886
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
36 changes: 36 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": ".NET in Codespaces",
"image": "mcr.microsoft.com/dotnet/sdk:8.0",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "2"
},
"ghcr.io/devcontainers/features/powershell:1": {
"version": "latest"
},
"ghcr.io/azure/azure-dev/azd:0": {
"version": "latest"
},
"ghcr.io/devcontainers/features/common-utils:2": {},
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "latest"
}
},
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.vscode-node-azure-pack",
"GitHub.copilot",
"GitHub.vscode-github-actions",
"ms-dotnettools.vscode-dotnet-runtime",
"ms-dotnettools.csdevkit",
"ms-dotnetools.csharp"
]
}
},
"hostRequirements": {
"memory": "8gb",
"cpus": 4
}
}
1 change: 1 addition & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ See [the documentation](../docs/credentials.md).
## Credit

- Many thanks to [Joseph Beattie](https://github.com/josephbeattie) for creating our current logo.
- Join [Developer Sanctuary](https://dsc.gg/devsanx) to learn more about our project!
2 changes: 1 addition & 1 deletion src/FluentHub.Package/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<Properties>
<DisplayName>FluentHub Dev</DisplayName>
<PublisherDisplayName>Tomoyuki Terashita</PublisherDisplayName>
<PublisherDisplayName>0x5BFA</PublisherDisplayName>
<Logo>Assets\AppTiles\Dev\StoreLogo.png</Logo>
</Properties>

Expand Down

0 comments on commit ea6c886

Please sign in to comment.