Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Oct 12, 2021
1 parent 0d7b142 commit 396924c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<OutputType>Exe</OutputType>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
<TargetFramework>net5.0</TargetFramework>
<Version>3.0.0</Version>
<Version>3.1.0</Version>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down Expand Up @@ -66,15 +66,15 @@
</AvaloniaXaml>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.7" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.7" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.7" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.7" />
<PackageReference Include="Avalonia" Version="0.10.8" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.8" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.8" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.8" />
<PackageReference Include="Octokit" Version="0.50.0" />
<PackageReference Include="System.Reactive" Version="5.0.0" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="5.0.0" />
<PackageReference Include="TextCopy" Version="4.3.1" />
<PackageReference Include="Tgstation.Server.Client" Version="10.4.0" />
<PackageReference Include="Tgstation.Server.Client" Version="10.4.1" />
</ItemGroup>
<ItemGroup>
<Compile Update="Views\Pages\AddUserGroup.xaml.cs">
Expand Down

0 comments on commit 396924c

Please sign in to comment.