Skip to content

Commit

Permalink
Merge pull request #91 from AvaloniaUI/bump-version-to-0.10.13.1
Browse files Browse the repository at this point in the history
Bump package version
  • Loading branch information
Takoooooo authored May 3, 2022
2 parents 6c149e2 + e585613 commit b49e8f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Avalonia.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>0.10.13</PackageVersion>
<PackageVersion>0.10.13.1</PackageVersion>
<PackageId>Avalonia.Templates</PackageId>
<Title>Avalonia Templates</Title>
<Description>Templates for creating Avalonia applications and libraries.</Description>
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ pool:
vmImage: 'macos-latest'
steps:
- task: UseDotNet@2
displayName: 'Use .NET 6.0.x SDK'
displayName: 'Use .NET 6.0.200 SDK'
inputs:
packageType: 'sdk'
version: 6.0.x
version: 6.0.200
- task: DotNetCoreCLI@2
displayName: 'Pack Templates'
inputs:
Expand Down

0 comments on commit b49e8f3

Please sign in to comment.