From 25d31275b872a097541456df7f7ef99b8b29ca37 Mon Sep 17 00:00:00 2001 From: Alan McGovern Date: Wed, 4 Sep 2019 21:02:38 +0100 Subject: [PATCH] [build] Make it easier to make alpha/beta releases Create (and commit!) a file called alpha.txt or beta.txt to postfix releases as alpha or beta. --- alpha.txt | 0 src/MonoTorrent/AssemblyInfo.cs | 1 - src/MonoTorrent/MonoTorrent.csproj | 5 ++++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 alpha.txt diff --git a/alpha.txt b/alpha.txt new file mode 100644 index 000000000..e69de29bb diff --git a/src/MonoTorrent/AssemblyInfo.cs b/src/MonoTorrent/AssemblyInfo.cs index d9f065f3d..238f84ae7 100644 --- a/src/MonoTorrent/AssemblyInfo.cs +++ b/src/MonoTorrent/AssemblyInfo.cs @@ -4,4 +4,3 @@ using System.IO; [assembly: InternalsVisibleTo("MonoTorrent.Tests")] -[assembly: AssemblyCopyright("Alan McGovern, Gregor Buguer; MIT X11 Licensed")] diff --git a/src/MonoTorrent/MonoTorrent.csproj b/src/MonoTorrent/MonoTorrent.csproj index 51a277464..584e830a2 100644 --- a/src/MonoTorrent/MonoTorrent.csproj +++ b/src/MonoTorrent/MonoTorrent.csproj @@ -10,6 +10,9 @@ true $([MSBuild]::GetDirectoryNameOfFileAbove ('$(MSBuildThisFileDirectory)', 'version.txt'))\ + -alpha + -beta + $(BeforePack);SetPackProperties $(PackDependsOn);CreatePlainZip @@ -68,7 +71,7 @@ Notable features include: LICENSE.md https://github.com/mono/monotorrent false - $(MonoTorrentFileVersion) + $(MonoTorrentFileVersion)$(MonoTorrentReleaseSuffix) bittorrent;torrent true