diff --git a/docs/artwork/Clowd_200.png b/docs/artwork/Clowd_200.png new file mode 100644 index 00000000..77d49459 Binary files /dev/null and b/docs/artwork/Clowd_200.png differ diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 03a28097..040c0ac3 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -6,19 +6,25 @@ $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\build\)) $(BaseOutputPath)obj\$(ProjectName)\ $(BaseOutputPath)$(Configuration)\ - - 9 - True - ..\..\Squirrel.snk true false - Squirrel - Caelan Sayler - + + 9 + True en + ..\..\Squirrel.snk embedded true $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=./ + + Squirrel + false + Copyright © Caelan Sayler 2021 + Caelan Sayler + MIT + https://github.com/clowd/Clowd.Squirrel + https://github.com/clowd/Clowd.Squirrel + windows;macos;osx;updater;dotnet;installer;desktop;squirrel;autoupdate;automatic-updates diff --git a/src/Squirrel.Tool/Squirrel.Tool.csproj b/src/Squirrel.Tool/Squirrel.Tool.csproj index 202d0507..9681d435 100644 --- a/src/Squirrel.Tool/Squirrel.Tool.csproj +++ b/src/Squirrel.Tool/Squirrel.Tool.csproj @@ -6,24 +6,20 @@ true csq csq + Squirrel Locator Tool csq true - false - true - true - false true true - https://github.com/clowd/Clowd.Squirrel - https://github.com/clowd/Clowd.Squirrel - MIT A .NET Core Tool that uses the Squirrel framework to create installers and update packages for dotnet applications. + Clowd_200.png + diff --git a/src/Squirrel/Squirrel.csproj b/src/Squirrel/Squirrel.csproj index d607dae4..7375ea72 100644 --- a/src/Squirrel/Squirrel.csproj +++ b/src/Squirrel/Squirrel.csproj @@ -3,12 +3,13 @@ net461;netstandard2.0;net5.0;net6.0 - Squirrel - Squirrel SquirrelLib true - sqbuild + Clowd.Squirrel + Squirrel Updater + Quick and easy installer and automatic updates for desktop applications true + Clowd_200.png @@ -25,5 +26,9 @@ + + + + diff --git a/vendor/README.md b/vendor/THIRD_PARTY_NOTICES.md similarity index 98% rename from vendor/README.md rename to vendor/THIRD_PARTY_NOTICES.md index 541db1af..99490597 100644 --- a/vendor/README.md +++ b/vendor/THIRD_PARTY_NOTICES.md @@ -23,7 +23,7 @@ This folder contains pre-compiled binaries from a variety of sources. These shou - Can be found in the Windows SDK at "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86\signtool.exe" or similar, depending on the version of the SDK you have installed. - License? https://github.com/dotnet/docs/issues/10478 -### 7z.exe / 7z.dll +### 7za.exe / 7zz - Incldued because it is much faster at zipping / unzipping than the available managed algorithms. - Can be found at https://www.7-zip.org/ - License is LGPL & BSD 3: https://www.7-zip.org/license.txt