Updated version
This commit is contained in:
Родитель
883dd69f73
Коммит
cea9fe167d
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче