Skip to content

Commit

Permalink
Update nugets. (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
chkr1011 committed Jul 13, 2022
1 parent 6412519 commit c1a6c81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
VERSION: "1.3.0.${{github.run_number}}"
VERSION: "1.4.0.${{github.run_number}}"

jobs:
build:
Expand Down
14 changes: 7 additions & 7 deletions Source/MQTTnetApp.csproj
Expand Up @@ -29,18 +29,18 @@
<None Remove="Assets\Icons\arrow_up.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.15" />
<PackageReference Include="Avalonia" Version="0.10.16" />
<PackageReference Include="Avalonia.AvaloniaEdit" Version="0.10.12.2" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="0.10.15" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.15" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.15" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.15" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="0.10.16" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.16" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.16" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.16" />
<PackageReference Include="AvaloniaEdit.TextMate" Version="0.10.12.2" />
<PackageReference Include="AvaloniaEdit.TextMate.Grammars" Version="0.10.12.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="MQTTnet" Version="4.0.1.184" />
<PackageReference Include="MessagePack" Version="2.3.112" />
<PackageReference Include="MQTTnet" Version="4.0.2.221" />
<PackageReference Include="MessagePack" Version="2.4.35" />
<PackageReference Include="System.Text.Json" Version="6.0.5" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit c1a6c81

Please sign in to comment.