File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 88jobs :
99 publish :
1010 runs-on : ubuntu-latest
11- strategy :
12- matrix :
13- dotnet-version : [8.0.x, 9.0.x]
14-
11+
1512 steps :
1613 - name : Checkout repository
1714 uses : actions/checkout@v2
1815
1916 - name : Setup .NET
2017 uses : actions/setup-dotnet@v2
2118 with :
22- dotnet-version : ${{ matrix.dotnet-version }}
19+ dotnet-version : ' 9.0.x '
2320
2421 - name : Restore dependencies
2522 run : dotnet restore src/UnoKeyboard/UnoKeyboard.csproj
2623
27- - name : Build project with .NET ${{ matrix.dotnet-version }}
24+ - name : Build project with
2825 run : dotnet build src/UnoKeyboard/UnoKeyboard.csproj --configuration Release
2926
3027 - name : List packaged files
Original file line number Diff line number Diff line change 11UNO Keyboard versions
22
3+ ## 1.0.8
4+
5+ - Updated Uno.Sdk to 5.6.51
6+ - Updated to net9.0
7+
38## 1.0.7
49
510- Updated Uno.Sdk to 5.6.45.
Original file line number Diff line number Diff line change 11<Project Sdk =" Uno.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >
4- net8.0;
5- net8.0-windows10.0.19041;
6- net8.0-browserwasm;
7- net8.0-desktop;
84 net9.0;
95 net9.0-windows10.0.19041;
106 net9.0-browserwasm;
You can’t perform that action at this time.
0 commit comments