mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-13 02:39:18 +02:00
bump version
This commit is contained in:
parent
d3138aa97c
commit
f4947e2b4a
1 changed files with 118 additions and 118 deletions
|
@ -82,7 +82,7 @@ jobs:
|
|||
- run:
|
||||
name: Set correct version in csproj file, build and pack it
|
||||
command: |
|
||||
$env:package_version = "1.5.0"
|
||||
$env:package_version = "1.6.0"
|
||||
$file = Get-Item << pipeline.parameters.project-folder >><< pipeline.parameters.csproj-file >>
|
||||
[xml]$cn = Get-Content $file
|
||||
$cn.Project.PropertyGroup.Version="$env:package_version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue