Skip to content

Commit cd17957

Browse files
author
Justin
committed
Rolled to 4.0.2-ci.
1 parent cb5a25e commit cd17957

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

default.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ task compile -depends clean {
3131

3232
exec { dotnet restore $projectPath }
3333
exec { dotnet build $projectPath -c $config }
34-
if ($env:APPVEYOR_REPO_TAG) {
34+
35+
if ($env:APPVEYOR_REPO_TAG -eq $true) {
3536
exec { dotnet pack $projectPath -c $config -o $artifactsDir }
3637
}
3738
else {

src/SteamWebAPI2/SteamWebAPI2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>This is a .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.</Description>
5-
<VersionPrefix>4.0.1</VersionPrefix>
5+
<VersionPrefix>4.0.2-ci</VersionPrefix>
66
<Authors>Justin Skiles</Authors>
77
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
88
<AssemblyName>SteamWebAPI2</AssemblyName>

0 commit comments

Comments
 (0)