File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
init :
2
- - ps : if ($env:APPVEYOR_REPO_TAG -eq "true") { $env:TAG_VERSION = "$env:APPVEYOR_REPO_TAG_NAME.$env:APPVEYOR_BUILD_NUMBER" } else { $env:TAG_VERSION = "v3.1.0 .$env:APPVEYOR_BUILD_NUMBER" }
2
+ - ps : if ($env:APPVEYOR_REPO_TAG -eq "true") { $env:TAG_VERSION = "$env:APPVEYOR_REPO_TAG_NAME.$env:APPVEYOR_BUILD_NUMBER" } else { $env:TAG_VERSION = "v3.1.1 .$env:APPVEYOR_BUILD_NUMBER" }
3
3
- ps : $env:TAG_VERSION = $env:TAG_VERSION -replace 'v',''
4
4
- ps : Write-Host "Setting version to '$env:TAG_VERSION'"
5
5
- ps : Update-AppveyorBuild -Version "$env:TAG_VERSION"
Original file line number Diff line number Diff line change 1
1
Copyright (c) 2003, Nicholas Christopher as XmlRpcCs
2
- Copyright (c) 2017-2019 , Sjofn LLC <cinder@cinderblocks.biz>
2
+ Copyright (c) 2017-2020 , Sjofn LLC <cinder@cinderblocks.biz>
3
3
All rights reserved.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 11
11
<TargetFrameworkProfile />
12
12
<Authors >Cinder Roxley</Authors >
13
13
<Company >Sjofn LLC</Company >
14
- <Version >3.1.0 .0</Version >
14
+ <Version >3.1.1 .0</Version >
15
15
<Description >A small extremely simple to use XmlRcp library</Description >
16
- <Copyright >Copyright 2003 Nicholas Christopher, Copyright 2016-2019 Sjofn LLC. All Rights Reserved.</Copyright >
16
+ <Copyright >Copyright 2003 Nicholas Christopher, Copyright 2016-2020 Sjofn LLC. All Rights Reserved.</Copyright >
17
17
<PackageTags >xmlrpc,networking</PackageTags >
18
18
<RepositoryUrl >https://github.com/cinderblocks/XmlRpcCore</RepositoryUrl >
19
19
<PackageLicenseUrl ></PackageLicenseUrl >
You can’t perform that action at this time.
0 commit comments