Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert #122

Merged
merged 6 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,11 @@ After making changes to any entity you need to add a migration and update the da
## Creating a Release
- Check if there are any open issues that are required for the release
- Briefly test the app's functionality on the dev branch and open any necessary issues
- Open a PR from dev to master branch that should contain the release number in the title
- Update the application version `<ApplicationDisplayVersion></ApplicationDisplayVersion>` inside *subtrack.maui.csproj*. This should be set to the same value as the release version
- Open a PR from dev to master branch that should contain the release number in the title
- Update the Roadmap
- Git pull master
- Open up *subtrack.maui.csproj*
- Set the value of application Id to `<ApplicationId>com.companyname.subtrack</ApplicationId>``
- Set the value of application Id to `<ApplicationId>com.companyname.subtrack</ApplicationId>`
- Set the value of application Title `<ApplicationTitle>subtrack</ApplicationTitle>`
- Inside Visual Studio set build mode to **Release**
- Build the project
Expand Down
6 changes: 2 additions & 4 deletions subtrack.MAUI/subtrack.MAUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
<!-- Display name -->
<ApplicationTitle>subtrack.Test</ApplicationTitle>
<!-- App Identifier -->
<ApplicationId>com.companyname.subtrack.test</ApplicationId>
<ApplicationId>com.code2gether.subtrack.test</ApplicationId>

<!-- Versions -->
<ApplicationVersion>1</ApplicationVersion>
<!-- Update when merging from dev to master -->
<ApplicationDisplayVersion>2.0.0</ApplicationDisplayVersion>
<ApplicationDisplayVersion>1.0.0</ApplicationDisplayVersion>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion>
Expand Down
Loading