Skip to content

Commit

Permalink
Update to 1.0.0-preview7 (#86)
Browse files Browse the repository at this point in the history
* Update to 1.0.0-preview7
* Update build to Xcode 16
  • Loading branch information
Eilon authored Oct 23, 2024
1 parent 3ca8010 commit e650bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Set XCode Version
shell: bash
run: |
sudo xcode-select -s "/Applications/Xcode_15.2.app"
echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_15.2.app" >> $GITHUB_ENV
sudo xcode-select -s "/Applications/Xcode_16.app"
echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_16.app" >> $GITHUB_ENV
if: ${{ matrix.os == 'macos-14' }}

- name: Install .NET 8 SDK
Expand Down
2 changes: 1 addition & 1 deletion HybridWebView/HybridWebView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PropertyGroup>
<!-- Change these two values to control the version -->
<VersionMain>1.0.0</VersionMain>
<VersionPrelease>-preview6</VersionPrelease>
<VersionPrelease>-preview7</VersionPrelease>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit e650bdb

Please sign in to comment.