Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emgarten committed Feb 27, 2017
1 parent 38c4c69 commit 4d853ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
param (
[switch]$SkipTests,
[switch]$SkipPack,
[switch]$Push,
[switch]$StableVersion
param (
[switch]$SkipTests,
[switch]$SkipPack,
[switch]$Push,
[switch]$StableVersion
)

$BuildNumberDateBase = "2017-01-08"
$BuildNumberDateBase = "2017-02-25"
$RepoRoot = $PSScriptRoot
$PackageId = "Sleet"
$SleetFeedId = "packages"
Expand Down
2 changes: 1 addition & 1 deletion build/nuspec.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>1.1.0</Version>
<Version>2.0.0</Version>
<Authors>emgarten</Authors>
<ProjectUrl>https://github.com/emgarten/Sleet</ProjectUrl>
<PackageLicenseUrl>https://github.com/emgarten/Sleet/blob/master/LICENSE.md</PackageLicenseUrl>
Expand Down

0 comments on commit 4d853ff

Please sign in to comment.