This commit is contained in:
wieslawsoltes 2019-04-04 07:07:17 +00:00
Родитель 883dd69f73
Коммит cea9fe167d
5 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2017 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

Просмотреть файл

@ -15,10 +15,10 @@ MSBuild, csproj and props package reference editor.
| Platform | Type | Version | Download |
|-----------------------|-------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| All | NuGet | 0.0.6 | [PackageReferenceEditor.0.0.6.nupkg](https://github.com/wieslawsoltes/packagereferenceeditor/releases/download/0.0.6/PackageReferenceEditor.0.0.6.nupkg) |
| osx.10.12-x64 | Portable | 0.0.6 | [PackageReferenceEditor.Avalonia-osx.10.12-x64.zip](https://github.com/wieslawsoltes/packagereferenceeditor/releases/download/0.0.6/PackageReferenceEditor.Avalonia-osx.10.12-x64.zip) |
| ubuntu.14.04-x64 | Portable | 0.0.6 | [PackageReferenceEditor.Avalonia-ubuntu.14.04-x64.zip](https://github.com/wieslawsoltes/packagereferenceeditor/releases/download/0.0.6/PackageReferenceEditor.Avalonia-ubuntu.14.04-x64.zip) |
| win7-x64 | Portable | 0.0.6 | [PackageReferenceEditor.Avalonia-win7-x64.zip](https://github.com/wieslawsoltes/packagereferenceeditor/releases/download/0.0.6/PackageReferenceEditor.Avalonia-win7-x64.zip) |
| All | NuGet | 0.8.0 | [PackageReferenceEditor.0.8.0.nupkg](https://github.com/wieslawsoltes/packagereferenceeditor/releases/download/0.8.0/PackageReferenceEditor.0.8.0.nupkg) |
| osx.10.12-x64 | Portable | 0.8.0 | [PackageReferenceEditor.Avalonia-osx.10.12-x64.zip](https://github.com/wieslawsoltes/packagereferenceeditor/releases/download/0.8.0/PackageReferenceEditor.Avalonia-osx.10.12-x64.zip) |
| ubuntu.14.04-x64 | Portable | 0.8.0 | [PackageReferenceEditor.Avalonia-ubuntu.14.04-x64.zip](https://github.com/wieslawsoltes/packagereferenceeditor/releases/download/0.8.0/PackageReferenceEditor.Avalonia-ubuntu.14.04-x64.zip) |
| win7-x64 | Portable | 0.8.0 | [PackageReferenceEditor.Avalonia-win7-x64.zip](https://github.com/wieslawsoltes/packagereferenceeditor/releases/download/0.8.0/PackageReferenceEditor.Avalonia-win7-x64.zip) |
## Screenshots

Просмотреть файл

@ -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-cibuild0001581-beta" />
<PackageReference Include="Avalonia.Desktop" Version="0.8.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SharpDX" Version="4.0.1" />

Просмотреть файл

@ -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-cibuild0001581-beta" />
<PackageReference Include="Avalonia" Version="0.8.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="2.5.0" />

Просмотреть файл

@ -1,11 +1,11 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>0.0.7</VersionPrefix>
<VersionPrefix>0.8.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Wiesław Šoltés</Authors>
<Company>Wiesław Šoltés</Company>
<Copyright>Copyright © Wiesław Šoltés 2018</Copyright>
<PackageLicenseUrl>https://github.com/wieslawsoltes/PackageReferenceEditor/blob/master/LICENSE.TXT</PackageLicenseUrl>
<Copyright>Copyright © Wiesław Šoltés 2019</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/wieslawsoltes/PackageReferenceEditor</PackageProjectUrl>
</PropertyGroup>
</Project>