Skip to content

Commit 16c8d95

Browse files
committed
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.
1 parent 24321dd commit 16c8d95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>2.8.1</VersionPrefix>
54
<DebugType>portable</DebugType>
65
<LangVersion>preview</LangVersion>
76
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)