Skip to content

Commit

Permalink
Bump to 3.1.1 and update copyright year in license
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Jan 23, 2020
1 parent 9653581 commit f9b889d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
init:
- 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" }
- 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" }
- ps: $env:TAG_VERSION = $env:TAG_VERSION -replace 'v',''
- ps: Write-Host "Setting version to '$env:TAG_VERSION'"
- ps: Update-AppveyorBuild -Version "$env:TAG_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2003, Nicholas Christopher as XmlRpcCs
Copyright (c) 2017-2019, Sjofn LLC <[email protected]>
Copyright (c) 2017-2020, Sjofn LLC <[email protected]>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions XmlRpcCore/XmlRpcCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<TargetFrameworkProfile />
<Authors>Cinder Roxley</Authors>
<Company>Sjofn LLC</Company>
<Version>3.1.0.0</Version>
<Version>3.1.1.0</Version>
<Description>A small extremely simple to use XmlRcp library</Description>
<Copyright>Copyright 2003 Nicholas Christopher, Copyright 2016-2019 Sjofn LLC. All Rights Reserved.</Copyright>
<Copyright>Copyright 2003 Nicholas Christopher, Copyright 2016-2020 Sjofn LLC. All Rights Reserved.</Copyright>
<PackageTags>xmlrpc,networking</PackageTags>
<RepositoryUrl>https://github.com/cinderblocks/XmlRpcCore</RepositoryUrl>
<PackageLicenseUrl></PackageLicenseUrl>
Expand Down

0 comments on commit f9b889d

Please sign in to comment.