Skip to content

Commit

Permalink
Bump version to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Apr 6, 2016
1 parent 49a165c commit b8831ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ let testAssemblies = "tests/**/bin/Release/*Tests*.dll"

// Git configuration (used for publishing documentation in gh-pages branch)
// The profile where the project is posted
let gitOwner = "sergey-tihon"
let gitOwner = "fsprojects"
let gitHome = "https://github.com/" + gitOwner

// The name of the project on GitHub
let gitName = "SwaggerProvider"

// The url for the raw files hosted
let gitRaw = environVarOrDefault "gitRaw" "https://raw.github.com/sergey-tihon"
let gitRaw = environVarOrDefault "gitRaw" "https://raw.github.com/fsprojects"

// --------------------------------------------------------------------------------------
// END TODO: The rest of the file includes standard build steps
Expand Down Expand Up @@ -384,7 +384,7 @@ Target "All" DoNothing
==> "Release"

"BuildPackage"
==> "PublishNuget"
//==> "PublishNuget"
==> "Release"

RunTargetOrDefault "All"
20 changes: 10 additions & 10 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ GITHUB
src/Net/UriUtils.fs (f815de5e8108bb7de25dde75135707719afd8e09)
remote: fsprojects/FSharp.TypeProviders.StarterPack
specs:
src/ProvidedTypes.fs (77fda2a5ce7efbcc84011210553924af5ff961b3)
src/ProvidedTypes.fsi (77fda2a5ce7efbcc84011210553924af5ff961b3)
src/ProvidedTypesTesting.fs (77fda2a5ce7efbcc84011210553924af5ff961b3)
src/ProvidedTypes.fs (ddfb906ecbac78dc9f0f5e172518a72cb5fdf651)
src/ProvidedTypes.fsi (ddfb906ecbac78dc9f0f5e172518a72cb5fdf651)
src/ProvidedTypesTesting.fs (ddfb906ecbac78dc9f0f5e172518a72cb5fdf651)
remote: fsprojects/FSharp.Configuration
specs:
src/FSharp.Configuration/TypeProviders.Helper.fs (6d140317f80114f88792f5c0b25bf58e7088ca50)
src/FSharp.Configuration/TypeProviders.Helper.fs (763182e36f2dbd30e99743eb595019efda1b7697)
GROUP Build
NUGET
remote: https://www.nuget.org/api/v2
specs:
FAKE (4.23)
FSharp.Compiler.Service (2.0.0.8)
FSharp.Formatting (2.14)
FSharp.Compiler.Service (>= 2.0.0.3 < 2.1)
FAKE (4.23.1)
FSharp.Compiler.Service (2.0.0.6)
FSharp.Formatting (2.14.1)
FSharp.Compiler.Service (2.0.0.6)
FSharpVSPowerTools.Core (>= 2.3 < 2.4)
FSharpVSPowerTools.Core (2.3)
FSharp.Compiler.Service (>= 2.0.0.3)
Expand All @@ -47,7 +47,7 @@ NUGET
GITHUB
remote: fsharp/FAKE
specs:
modules/Octokit/Octokit.fsx (f2214d09beebe85710527900d46f42d1f2ca77b0)
modules/Octokit/Octokit.fsx (a362ff28fc27c98f6195aab6421300e5f6c47581)
Octokit
GROUP OWIN
NUGET
Expand Down Expand Up @@ -105,4 +105,4 @@ NUGET
GITHUB
remote: fsprojects/FsUnit
specs:
src/FsUnit.NUnit/FsUnit.fs (db5644485efee6a228fe3d3f85903a3524b5f32c)
src/FsUnit.NUnit/FsUnit.fs (43086ca8981c7642c1067ad5e9de80caf73ba4ec)

0 comments on commit b8831ed

Please sign in to comment.