From 6bbd8ad9ef61e24c318d923b6e54a815a966269a Mon Sep 17 00:00:00 2001 From: Alan McGovern Date: Mon, 7 Dec 2020 00:19:27 +0000 Subject: [PATCH] Prepare for unstable/alpha releases of 2.0 We can start issuing unstable nuget packages for people who want to live on the edge! Will have to ensure the API instability will remain for the next few weeks at least --- src/MonoTorrent/MonoTorrent.csproj | 7 +++++-- version.txt | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/MonoTorrent/MonoTorrent.csproj b/src/MonoTorrent/MonoTorrent.csproj index de286c6a4..6b7be1986 100644 --- a/src/MonoTorrent/MonoTorrent.csproj +++ b/src/MonoTorrent/MonoTorrent.csproj @@ -13,7 +13,7 @@ true $([MSBuild]::GetDirectoryNameOfFileAbove ('$(MSBuildThisFileDirectory)', 'version.txt'))\ - -alpha + -alpha.unstable -beta $(BeforePack);SetPackProperties @@ -33,7 +33,10 @@ - $(GitSemVerMajor).$(GitSemVerMinor).$(GitSemVerPatch) + $(GitSemVerMajor).$(GitSemVerMinor).$(GitSemVerPatch) + $(GitBaseVersion) + + $(MonoTorrentReleaseSuffix).build$(GitSemVerPatch) $(MonoTorrentFileVersion)-$(GitBranch)+$(GitCommit) $(MonoTorrentABIVersion) diff --git a/version.txt b/version.txt index f8e233b27..359a5b952 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.9.0 +2.0.0 \ No newline at end of file