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.
2 parents 5793c5c + 320f228 commit c6f3a81Copy full SHA for c6f3a81
Directory.Build.props
@@ -1,8 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<!-- Version properties will be set by GitVersion -->
4
- <VersionPrefix>5.0.4</VersionPrefix>
5
- <VersionSuffix Condition="'$(VersionSuffix)' == ''">beta</VersionSuffix>
+ <VersionPrefix>5.0.5</VersionPrefix>
6
7
<!-- Common properties for all projects -->
8
<Authors>Jonathan Horvath</Authors>
@@ -29,4 +28,4 @@
29
28
<ItemGroup>
30
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
31
</ItemGroup>
32
-</Project>
+</Project>
azure-pipelines.yml
@@ -44,4 +44,4 @@ jobs:
44
steps:
45
- checkout: self
46
fetchDepth: 0
47
- - template: ci/package.yml
+ - template: ci/package.yml
0 commit comments