Skip to content

Commit a2dc002

Browse files
authored
Merge pull request #3 from dremin/managedshell
Use ManagedShell from NuGet
2 parents e34048c + 525ba9d commit a2dc002

File tree

67 files changed

+46
-10731
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+46
-10731
lines changed

.github/workflows/dotnet-core-desktop.yml .github/workflows/retrobar.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28-
# Install the .NET Core workload
29-
- name: Install .NET Core
30-
uses: actions/setup-dotnet@v1
31-
with:
32-
dotnet-version: 3.1.101
28+
- name: Install nbgv
29+
uses: dotnet/nbgv@v0.4.0
3330

3431
- name: Publish app
3532
run: dotnet publish -p:PublishProfile=$env:Profile
@@ -41,10 +38,3 @@ jobs:
4138
with:
4239
name: RetroBar
4340
path: RetroBar\bin\Release\netcoreapp3.1\publish\RetroBar.exe
44-
45-
- name: Bump versions
46-
uses: SiqiLu/dotnet-bump-version@master
47-
if: github.event_name == 'push'
48-
with:
49-
version_files: "**/*.csproj"
50-
github_token: ${{ secrets.GITHUB_TOKEN }}

Directory.Build.props

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<PackageReference Include="Nerdbank.GitVersioning">
5+
<Version>3.3.37</Version>
6+
<PrivateAssets>all</PrivateAssets>
7+
</PackageReference>
8+
</ItemGroup>
9+
</Project>

ManagedShell.AppBar/AppBarEventArgs.cs

-9
This file was deleted.

ManagedShell.AppBar/AppBarEventReason.cs

-8
This file was deleted.

ManagedShell.AppBar/AppBarManager.cs

-336
This file was deleted.

0 commit comments

Comments
 (0)