Skip to content

Commit

Permalink
Changed version in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKallman committed Apr 16, 2021
1 parent 61af9e3 commit 7adb7da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
version: 5.6.2.{build}
version: 5.6.3.{build}
branches:
only:
- develop
configuration: release
platform: Any CPU
init:
- ps: >-
Update-AppveyorBuild -Version "5.6.2.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
Update-AppveyorBuild -Version "5.6.3.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
Write-Host "5.6.2.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
Write-Host "5.6.3.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
assembly_version: 5.6.2.{build}
file_version: 5.6.2.{build}
assembly_version: 5.6.3.{build}
file_version: 5.6.3.{build}
nuget:
project_feed: true
before_build:
Expand Down

0 comments on commit 7adb7da

Please sign in to comment.