Skip to content

Commit

Permalink
Merge pull request #46 from lacmus-foundation/dev
Browse files Browse the repository at this point in the history
0.3.3-preview2
  • Loading branch information
gosha20777 authored Mar 21, 2020
2 parents 381135a + dbd0c03 commit c5049d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal static class Program
{
private static void Main(string[] args)
{
Console.WriteLine("Lacmus desktop application. Version 0.3.3-preview1 alpha. \nCopyright (c) 2019 Georgy Perevozghikov <[email protected]>\nGithub page: https://github.com/lizaalert/lacmus/.\nProvided by Yandex Cloud: https://cloud.yandex.com/.");
Console.WriteLine("Lacmus desktop application. Version 0.3.3-preview2 alpha. \nCopyright (c) 2019 Georgy Perevozghikov <[email protected]>\nGithub page: https://github.com/lizaalert/lacmus/.\nProvided by Yandex Cloud: https://cloud.yandex.com/.");
Console.WriteLine("This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.");
Console.WriteLine("This is free software, and you are welcome to redistribute it\nunder certain conditions; type `show c' for details.");
Console.WriteLine("------------------------------------");
Expand Down
14 changes: 7 additions & 7 deletions RescuerLaApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
<EmbeddedResource Include="Assets\*" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.9.3" />
<PackageReference Include="Avalonia" Version="0.9.4" />
<PackageReference Include="Avalonia.Angle.Natives" Version="2.0.0" />
<PackageReference Include="Avalonia.Controls.PanAndZoom" Version="2.3.1" />
<PackageReference Include="Avalonia.Desktop" Version="0.9.3" />
<PackageReference Include="Avalonia.Native" Version="0.9.3" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.9.3" />
<PackageReference Include="Avalonia.Controls.PanAndZoom" Version="2.3.2" />
<PackageReference Include="Avalonia.Desktop" Version="0.9.4" />
<PackageReference Include="Avalonia.Native" Version="0.9.4" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.9.4" />
<PackageReference Include="Avalonia.Skia.Linux.Natives" Version="1.68.0.2" />
<PackageReference Include="Citrus.Avalonia" Version="1.2.4" />
<PackageReference Include="Docker.DotNet" Version="3.125.2" />
<PackageReference Include="Material.Avalonia" Version="0.9.0" />
<PackageReference Include="MessageBox.Avalonia" Version="0.9.1.1-prev" />
<PackageReference Include="MetadataExtractor" Version="2.2.0" />
<PackageReference Include="MetadataExtractor" Version="2.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="3.1.2" />
<PackageReference Include="NewtonSoft.Json" Version="12.0.3" />
<PackageReference Include="ReactiveUI.Fody" Version="11.1.21" />
<PackageReference Include="ReactiveUI.Fody" Version="11.2.3" />
<PackageReference Include="ReactiveUI.Validation" Version="1.4.10" />
<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
Expand Down
2 changes: 1 addition & 1 deletion Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<Button Grid.Column="0" Content="&lt;&lt;" Command="{Binding FirstPageCommand}"/>
<Button Grid.Column="1" Content="&lt;" Command="{Binding FirstPageCommand}"/>
<Button Grid.Column="1" Content="&lt;" Command="{Binding PreviousPageCommand}"/>
<TextBlock Grid.Column="2" Margin="1 10" Text="{Binding CurrentPage}"/>
<TextBlock Grid.Column="3" HorizontalAlignment="Center" Margin="1 10" Text="of"/>
<TextBlock Grid.Column="4" Margin="1 10" Text="{Binding TotalPages}"/>
Expand Down

0 comments on commit c5049d5

Please sign in to comment.