Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk907 committed Dec 2, 2023
1 parent 16c2811 commit 1aa0a30
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Install MAUI Android Workload
run: dotnet workload install maui-android --ignore-failed-sources
Expand All @@ -60,7 +60,7 @@ jobs:
run: dotnet restore $env:Project_Path

- name: Build Android
run: dotnet publish $env:Project_Path -c Release -f net7.0-android /p:AndroidSigningKeyPass=${{ secrets.SIGNING_KEY_PASS }} /p:AndroidSigningStorePass=${{ secrets.SIGNING_KEY_PASS }}
run: dotnet publish $env:Project_Path -c Release -f net8.0-android /p:AndroidSigningKeyPass=${{ secrets.SIGNING_KEY_PASS }} /p:AndroidSigningStorePass=${{ secrets.SIGNING_KEY_PASS }}


# Move package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/winui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Android and Windows apps to control Bluetooth cars from the Shell Motorsport col
## Download

### Android
https://github.com/tmk907/RacingCarsController/releases/tag/android-v1.0.0
https://github.com/tmk907/RacingCarsController/releases/tag/android-v1.1.0

### Windows
https://github.com/tmk907/RacingCarsController/releases/tag/desktop-v1.0.0
https://github.com/tmk907/RacingCarsController/releases/tag/desktop-v1.1.0


## Screenshots
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationId>com.tmk907.RacingCarsControllerAndroid</ApplicationId>
<ApplicationVersion>1</ApplicationVersion>
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<ApplicationDisplayVersion>1.1</ApplicationDisplayVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion RacingCarsControllerWinUI/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="68bf15b5-2513-4197-8e10-9fd544c9e85d"
Publisher="CN=tomek"
Version="1.0.0.0" />
Version="1.1.0.0" />

<Properties>
<DisplayName>Racing Cars Controller</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion RacingCarsControllerWinUI/Package.debug.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="68bf15b5-2513-4197-8e10-9fd544c9e85d"
Publisher="CN=DryForest"
Version="1.0.0.0" />
Version="1.1.0.0" />

<Properties>
<DisplayName>Racing Cars Controller Dev</DisplayName>
Expand Down

0 comments on commit 1aa0a30

Please sign in to comment.