Skip to content

Commit

Permalink
Added logo
Browse files Browse the repository at this point in the history
Updated version
Added logging to build script
  • Loading branch information
ravensorb committed Feb 9, 2018
1 parent ca5a95a commit a496f3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,6 @@ if ($Mono) { $cakeArguments += "-mono" }
$cakeArguments += $ScriptArgs

# Start Cake
Write-Host "Running build script..."
Write-Host "Running build script... ($cakeArguments)"
&$CAKE_EXE $cakeArguments
exit $LASTEXITCODE
2 changes: 1 addition & 1 deletion build.version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Major":1,"Minor":1,"Build":4,"PreRelease":6,"ReleaseNotes":null,"Semantic":null,"Milestone":null,"CakeVersion":"0.24.0.0","IsPreRelease":true}
{"Major":1,"Minor":1,"Build":4,"PreRelease":7,"ReleaseNotes":null,"Semantic":null,"Milestone":null,"CakeVersion":"0.25.0.0","IsPreRelease":true}
9 changes: 5 additions & 4 deletions nuspec/Invisionware.Collections.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Invisionware.Collections</id>
<version>1.1.4</version>
<version>1.1.4-pre07</version>
<title>Invisionware.Collections</title>
<authors>ravensorb</authors>
<owners>ravensorb</owners>
<authors>Invisionware</authors>
<owners>Invisionware</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Contains various extension methods for collections</description>
<summary>Contains various extension methods collections</summary>
<projectUrl>https://github.com/Invisionware/Collections</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/Invisionware/Collections/master/LICENSE</licenseUrl>
<iconUrl>https://github.com/Invisionware/Collections/raw/master/logo.png</iconUrl>
<releaseNotes></releaseNotes>
<copyright>(c) 2016 Invisionware</copyright>
<copyright>Copyright © 2018 Invisionware</copyright>
<language>en-US</language>
<tags>invisionware dictionary</tags>
<dependencies>
Expand Down

0 comments on commit a496f3b

Please sign in to comment.