Skip to content

Commit

Permalink
Updated icons and images.
Browse files Browse the repository at this point in the history
Khernet.App.UI nuget package updated to version 1.0.1
  • Loading branch information
lemalcs committed Apr 25, 2021
1 parent 27bbff5 commit d02333a
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 42 deletions.
Binary file modified Khernet.Installer/Khernet.Installer.Launcher/Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Khernet.Installer/Khernet.Installer.Launcher/TitleLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Khernet.Installer/installer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mod logger;
mod dotnet_installer;
mod repository;

const APP_VERSION:&str="0.15.2";
const APP_VERSION:&str="0.15.3";
const APP_DIR:&str="khernet-app";
const INNER_APP_DIR_PREFIX:&str="app-";
const LAUNCHER_FILE:&str="khernetlauncher.exe";
Expand Down
4 changes: 2 additions & 2 deletions Khernet.UI/Khernet.UI.Container/Khernet.UI.Container.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Khernet.App.UI.1.0.0\build\Khernet.App.UI.targets" Condition="Exists('..\packages\Khernet.App.UI.1.0.0\build\Khernet.App.UI.targets')" />
<Import Project="..\packages\Khernet.App.UI.1.0.1\build\Khernet.App.UI.targets" Condition="Exists('..\packages\Khernet.App.UI.1.0.1\build\Khernet.App.UI.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Khernet.App.UI.1.0.0\build\Khernet.App.UI.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Khernet.App.UI.1.0.0\build\Khernet.App.UI.targets'))" />
<Error Condition="!Exists('..\packages\Khernet.App.UI.1.0.1\build\Khernet.App.UI.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Khernet.App.UI.1.0.1\build\Khernet.App.UI.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion Khernet.UI/Khernet.UI.Container/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Khernet.App.UI" version="1.0.0" targetFramework="net40" />
<package id="Khernet.App.UI" version="1.0.1" targetFramework="net40" />
</packages>

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<StartupObject>Khernet.UI.Program</StartupObject>
</PropertyGroup>
Expand All @@ -97,6 +95,12 @@
<PropertyGroup>
<ApplicationIcon>LogoIcon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<Win32Resource>
</Win32Resource>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup />
<Choose>
<When Condition=" '$(Configuration)'=='Debug' " />
<Otherwise>
Expand Down Expand Up @@ -239,7 +243,6 @@
<Compile Include="Converters\InverseBoolConverter.cs" />
<Compile Include="Converters\BoolToHeightConverter.cs" />
<Compile Include="Converters\VolumeToStringConverter.cs" />
<Compile Include="Converters\NullToStretchImageConverter.cs" />
<Compile Include="Converters\BoolToStringConverter.cs" />
<Compile Include="Converters\NullToVisibilityGoneConverter.cs" />
<Compile Include="Converters\Emojis\EmojiConverter.cs" />
Expand Down
Binary file modified Khernet.UI/Khernet.UI.Presentation/LogoIcon.ico
Binary file not shown.
3 changes: 1 addition & 2 deletions Khernet.UI/Khernet.UI.Presentation/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
x:Class="Khernet.UI.MainWindow"
mc:Ignorable="d"
x:Name="MainWin"
Title="(RC)"
ShowIconOnTitleBar="True"
WindowTransitionsEnabled="False"
WindowStartupLocation="CenterScreen"
Expand All @@ -30,7 +29,7 @@
<Controls:MetroWindow.LeftWindowCommands>
<Controls:WindowCommands>
<Image Source="{StaticResource HeaderLogo}"
Height="12.5"
Height="9"
Margin="10 0 0 0"/>
</Controls:WindowCommands>
</Controls:MetroWindow.LeftWindowCommands>
Expand Down
2 changes: 1 addition & 1 deletion Khernet.UI/Khernet.UI.Presentation/Pages/ProfilePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
Margin="10 10 10 10"
Cursor="Hand">
<Border.Background>
<ImageBrush Stretch="{Binding User.Avatar,Converter={conv:NullToStretchImageConverter}}"
<ImageBrush Stretch="UniformToFill"
ImageSource="{Binding User.Avatar,
Converter={conv:BytesToImageConverter},
FallbackValue={StaticResource DefaultAvatar},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
<Border CornerRadius="{Binding ActualHeight, RelativeSource={RelativeSource Self}}"
Grid.Column="0"
Width="{Binding ActualHeight, RelativeSource={RelativeSource Self}}"
Height="120"
Margin="20 20 20 20"
Height="100"
Margin="20"
Cursor="Hand"
>
<Border.Background>
<ImageBrush Stretch="{Binding User.Avatar,Converter={conv:NullToStretchImageConverter}}"
<ImageBrush Stretch="UniformToFill"
ImageSource="{Binding User.Avatar,
Converter={conv:BytesToImageConverter},
FallbackValue={StaticResource DefaultAvatar},
Expand Down
6 changes: 3 additions & 3 deletions Khernet.UI/Khernet.UI.Presentation/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Khernet")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -49,5 +49,5 @@
// Puede especificar todos los valores o usar los valores predeterminados de número de compilación y de revisión
// mediante el carácter '*', como se muestra a continuación:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.15.2.0")]
[assembly: AssemblyFileVersion("0.15.2.0")]
[assembly: AssemblyVersion("0.15.3.0")]
[assembly: AssemblyFileVersion("0.15.3.0")]
Binary file not shown.

0 comments on commit d02333a

Please sign in to comment.