Skip to content

Commit

Permalink
Remove explicit Version MSBuild property
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
drewnoakes committed Jan 29, 2024
1 parent 24321dd commit 16c8d95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>

<PropertyGroup>
<VersionPrefix>2.8.1</VersionPrefix>
<DebugType>portable</DebugType>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 16c8d95

Please sign in to comment.