Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Apr 4, 2019
1 parent 796726a commit dae24ed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Wiesław Šoltés
Copyright (c) 2019 Wiesław Šoltés

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion build/Avalonia.Desktop.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Avalonia.Desktop" Version="0.7.1-cibuild0001789-beta" />
<PackageReference Include="Avalonia.Desktop" Version="0.8.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SharpDX" Version="4.0.1" />
Expand Down
6 changes: 3 additions & 3 deletions build/Avalonia.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.7.1-cibuild0001789-beta" />
<PackageReference Include="Avalonia" Version="0.8.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="2.5.0" />
Expand All @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Xaml.Interactions" Version="0.7.1-build20190403-02" />
<PackageReference Include="Avalonia.Xaml.Interactions.Custom" Version="0.7.1-build20190403-02" />
<PackageReference Include="Avalonia.Xaml.Interactions" Version="0.8.0" />
<PackageReference Include="Avalonia.Xaml.Interactions.Custom" Version="0.8.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions build/Base.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>0.0.4</VersionPrefix>
<VersionPrefix>0.8.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Wiesław Šoltés</Authors>
<Company>Wiesław Šoltés</Company>
<Description>A docking layout system.</Description>
<Copyright>Copyright © Wiesław Šoltés 2018</Copyright>
<PackageLicenseUrl>https://github.com/wieslawsoltes/Dock/blob/master/LICENSE.TXT</PackageLicenseUrl>
<Copyright>Copyright © Wiesław Šoltés 2019</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/wieslawsoltes/Dock</PackageProjectUrl>
<PackageTags>dock;docking;layout;avalonia</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit dae24ed

Please sign in to comment.