Skip to content

Commit f9b889d

Browse files
committed
Bump to 3.1.1 and update copyright year in license
1 parent 9653581 commit f9b889d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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" }
33
- ps: $env:TAG_VERSION = $env:TAG_VERSION -replace 'v',''
44
- ps: Write-Host "Setting version to '$env:TAG_VERSION'"
55
- ps: Update-AppveyorBuild -Version "$env:TAG_VERSION"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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>
33
All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without

XmlRpcCore/XmlRpcCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<TargetFrameworkProfile />
1212
<Authors>Cinder Roxley</Authors>
1313
<Company>Sjofn LLC</Company>
14-
<Version>3.1.0.0</Version>
14+
<Version>3.1.1.0</Version>
1515
<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>
1717
<PackageTags>xmlrpc,networking</PackageTags>
1818
<RepositoryUrl>https://github.com/cinderblocks/XmlRpcCore</RepositoryUrl>
1919
<PackageLicenseUrl></PackageLicenseUrl>

0 commit comments

Comments
 (0)