diff --git a/src/MonoTorrent/MonoTorrent.csproj b/src/MonoTorrent/MonoTorrent.csproj index 2ddc3923e..2a7c653a4 100644 --- a/src/MonoTorrent/MonoTorrent.csproj +++ b/src/MonoTorrent/MonoTorrent.csproj @@ -1,20 +1,47 @@ - + netstandard2.0 - 0.99.0.0 + 0.99.0.0 + + version.txt + true + true + $([MSBuild]::GetDirectoryNameOfFileAbove ('$(MSBuildThisFileDirectory)', 'version.txt'))\ $(BeforePack);SetPackProperties + $(PackDependsOn);CreatePlainZip + + + 0.0.0.1 + $(Version) + $(Version) + $(Version)-Debug + + + + + + $(GitSemVerMajor).$(GitSemVerMinor).$(GitSemVerPatch) + $(MonoTorrentFileVersion)-$(GitBranch)+$(GitCommit) + + $(MonoTorrentABIVersion) + $(MonoTorrentFileVersion) + $(MonoTorrentInformationalVersion) + + + - + Alan McGovern - MonoTorrent is a cross platform and open source implementation of the BitTorrent protocol. It supports many advanced features such as Encryption, DHT, Peer Exchange, Web Seeding and Magnet Links + MonoTorrent is a cross platform and open source implementation of the BitTorrent protocol. It supports many advanced features such as Encryption, DHT, Peer Exchange, Web Seeding and Magnet Links LICENSE.md + $(MonoTorrentFileVersion) bittorrent;torrent true @@ -29,6 +56,18 @@ + + + + diff --git a/version.txt b/version.txt new file mode 100644 index 000000000..fe9209eda --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +0.99.0 \ No newline at end of file