Skip to content

Commit c6f3a81

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 5793c5c + 320f228 commit c6f3a81

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Directory.Build.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<!-- Version properties will be set by GitVersion -->
4-
<VersionPrefix>5.0.4</VersionPrefix>
5-
<VersionSuffix Condition="'$(VersionSuffix)' == ''">beta</VersionSuffix>
4+
<VersionPrefix>5.0.5</VersionPrefix>
65

76
<!-- Common properties for all projects -->
87
<Authors>Jonathan Horvath</Authors>
@@ -29,4 +28,4 @@
2928
<ItemGroup>
3029
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3130
</ItemGroup>
32-
</Project>
31+
</Project>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
steps:
4545
- checkout: self
4646
fetchDepth: 0
47-
- template: ci/package.yml
47+
- template: ci/package.yml

0 commit comments

Comments
 (0)