From 16c8d95386fa1e47005231c62ff8d5f3eb8c9487 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Mon, 29 Jan 2024 16:10:00 +1100 Subject: [PATCH] Remove explicit Version MSBuild property Now that we're moving to building and pushing packages via GitHub actions, we will take the version from the release itself. This means we don't want it to be specified in the file directly. I like this change as it means we don't have to keep the props file in sync with the current version, simplifying the release process somewhat. We only have to bump the version in the README which directs users to install the current version. That can always be done after release if missed. --- Directory.Build.props | 1 - 1 file changed, 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index e70403155..a256b6b32 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,6 @@ - 2.8.1 portable preview enable