From 5f7b8e1ec869ef1e84c274aa80815d9b89c6a889 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 23 Nov 2023 18:42:40 +0200 Subject: [PATCH] Switch to a new versioning strategy --- .github/workflows/main.yml | 2 +- Changelog.md | 6 +++++- Directory.Build.props | 1 - DotnetRuntimeBootstrapper/DotnetRuntimeBootstrapper.csproj | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c2db4f..c6435c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: with: windows-only: true deploy: ${{ inputs.deploy || github.ref_type == 'tag' }} - package-version: ${{ inputs.package-version }} + package-version: ${{ inputs.package-version || (github.ref_type == 'tag' && github.ref_name) || '0.0.0' }} dotnet-version: 8.0.x secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/Changelog.md b/Changelog.md index c4fc7dc..db6d49f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +> **Important**: +> This changelog is no longer maintained and will be removed in the future. +> Going forward, new versions of this package will have the corresponding release notes published on [GitHub Releases](https://githu.com/Tyrrrz/DotnetRuntimeBootstrapper/releases). + ## v2.5.1 (25-May-2023) - Fixed an issue where the CLI-based bootstrapper crashed if one of the standard streams were redirected. @@ -109,4 +113,4 @@ If you previously used a conditional package reference for DotnetRuntimeBootstra ## v1.0 (08-Jun-2021) -Initial release \ No newline at end of file +Initial release diff --git a/Directory.Build.props b/Directory.Build.props index afaa9e9..e662f53 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,6 @@ - 2.5.1 Tyrrrz Copyright (C) Oleksii Holub latest diff --git a/DotnetRuntimeBootstrapper/DotnetRuntimeBootstrapper.csproj b/DotnetRuntimeBootstrapper/DotnetRuntimeBootstrapper.csproj index a03bb61..130861b 100644 --- a/DotnetRuntimeBootstrapper/DotnetRuntimeBootstrapper.csproj +++ b/DotnetRuntimeBootstrapper/DotnetRuntimeBootstrapper.csproj @@ -12,7 +12,7 @@ .NET runtime bootstrapper for Windows applications windows desktop dotnet runtime install bootstrapper https://github.com/Tyrrrz/DotnetRuntimeBootstrapper - https://github.com/Tyrrrz/DotnetRuntimeBootstrapper/blob/master/Changelog.md + https://github.com/Tyrrrz/DotnetRuntimeBootstrapper/releases/tag/$(Version) favicon.png MIT true