From ab0932bf80006efca262f80c82ed7478fffebf1c Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 6 Jan 2019 03:50:18 +0100 Subject: [PATCH] Bump .NET version examples --- packaging/dotnet-core/README.md | 10 +++++----- packaging/dotnet-core/prepare.py | 14 +++++++------- packaging/nuget/package.config | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/packaging/dotnet-core/README.md b/packaging/dotnet-core/README.md index 0521ce3c..462ec29f 100644 --- a/packaging/dotnet-core/README.md +++ b/packaging/dotnet-core/README.md @@ -31,15 +31,15 @@ Version numbers for the packages for .NET Core consist of three components: It may be necessary to release more than one package for a libsodium version, e.g., when adding support for a new platform or if a release contains a broken binary. In this case, a package revision number is added as a fourth part to - the libsodium version, starting at `1`. For example, `1.0.16` is the initial - release of the package for libsodium 1.0.16 and `1.0.16.5` is the fifth + the libsodium version, starting at `1`. For example, `1.0.17` is the initial + release of the package for libsodium 1.0.17 and `1.0.17.5` is the fifth revision (sixth release) of that package. * *pre-release label* If a package is a pre-release, a label is appended to the version number in `-preview-##` format where `##` is the number of the pre-release, starting at - `01`. For example, `1.0.16-preview-01` is the first pre-release of the package - for libsodium 1.0.16 and `1.0.16.5-preview-02` the second pre-release of the - fifth revision of the package for libsodium 1.0.16. + `01`. For example, `1.0.17-preview-01` is the first pre-release of the package + for libsodium 1.0.17 and `1.0.17.5-preview-02` the second pre-release of the + fifth revision of the package for libsodium 1.0.17. **Making a release** diff --git a/packaging/dotnet-core/prepare.py b/packaging/dotnet-core/prepare.py index 50e6e7fa..29710d75 100755 --- a/packaging/dotnet-core/prepare.py +++ b/packaging/dotnet-core/prepare.py @@ -170,13 +170,13 @@ def main(args): print(' python3 prepare.py ') print() print('Examples:') - print(' python3 prepare.py 1.0.16-preview-01') - print(' python3 prepare.py 1.0.16-preview-02') - print(' python3 prepare.py 1.0.16-preview-03') - print(' python3 prepare.py 1.0.16') - print(' python3 prepare.py 1.0.16.1-preview-01') - print(' python3 prepare.py 1.0.16.1') - print(' python3 prepare.py 1.0.16.2') + print(' python3 prepare.py 1.0.17-preview-01') + print(' python3 prepare.py 1.0.17-preview-02') + print(' python3 prepare.py 1.0.17-preview-03') + print(' python3 prepare.py 1.0.17') + print(' python3 prepare.py 1.0.17.1-preview-01') + print(' python3 prepare.py 1.0.17.1') + print(' python3 prepare.py 1.0.17.2') return 1 version = Version(m.group(2), m.group(0)) diff --git a/packaging/nuget/package.config b/packaging/nuget/package.config index ffac6538..3e678873 100644 --- a/packaging/nuget/package.config +++ b/packaging/nuget/package.config @@ -1,4 +1,4 @@ - +