We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84800a commit 3151a23Copy full SHA for 3151a23
Directory.Build.props
@@ -48,7 +48,7 @@
48
<PackageOutputPath Condition="'$(PlatformName)' == 'AnyCPU'">$(BaseArtifactsPath)pkg/$(Configuration)</PackageOutputPath>
49
<PackageOutputPath Condition="'$(PlatformName)' != 'AnyCPU'">$(BaseArtifactsPath)pkg/$(Configuration)</PackageOutputPath>
50
<Product>Finite.Commands</Product>
51
- <VersionPrefix>0.3.0</VersionPrefix>
+ <VersionPrefix>0.3.1</VersionPrefix>
52
<VersionSuffix>alpha</VersionSuffix>
53
<VersionSuffix Condition="'$(PullRequestNumber)' != ''">pr$(PullRequestNumber)</VersionSuffix>
54
</PropertyGroup>
0 commit comments