Skip to content

Commit

Permalink
Release tag, app version
Browse files Browse the repository at this point in the history
  • Loading branch information
OudomMunint committed Aug 31, 2024
1 parent c02fec0 commit 4b7d4c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
- name: Create Release
uses: ncipollo/[email protected]
with:
tag: v1.7.7.4
tag: v1.7.7.5
8 changes: 6 additions & 2 deletions ToDoListApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,19 @@
<ApplicationIdGuid>14966315-2970-4b3d-9ece-fe82a9956394</ApplicationIdGuid>

<!-- Versions -->
<ApplicationDisplayVersion>1.7.7.4</ApplicationDisplayVersion> <!--is = Release Tags-->
<ApplicationDisplayVersion>1.7.7.5</ApplicationDisplayVersion> <!--is = Release Tags-->
<ApplicationVersion>$([System.DateTime]::Now.ToString('yyyyMMddHH'))</ApplicationVersion>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-ios|AnyCPU'">
<!--<ForceSimulatorX64ArchitectureInIDE>true</ForceSimulatorX64ArchitectureInIDE>-->
<CreatePackage>false</CreatePackage>
<RuntimeIdentifiers>ios-arm64</RuntimeIdentifiers>
<!--<RuntimeIdentifiers>iossimulator-arm64</RuntimeIdentifiers>-->
<!-- <RuntimeIdentifiers>iossimulator-x64</RuntimeIdentifiers> -->
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-ios|AnyCPU'">
Expand All @@ -38,7 +42,7 @@
<PublishTrimmed>true</PublishTrimmed>
<PublishSingleFile>false</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
<RuntimeIdentifiers>iossimulator-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>ios-arm64</RuntimeIdentifiers>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4b7d4c5

Please sign in to comment.