Skip to content

Commit

Permalink
Bump version to 3.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Nov 3, 2016
1 parent 5272e51 commit a29dc36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ let gitRaw = environVarOrDefault "gitRaw" "https://raw.github.com/fsprojects"


let dotnetcliVersion = "1.0.0-preview3-004031"

let dotnetPath = DirectoryInfo "./dotnetcore"

// --------------------------------------------------------------------------------------
Expand Down Expand Up @@ -122,11 +123,7 @@ Target "AssemblyInfo" (fun _ ->
csProjs |> Seq.iter genCSAssemblyInfo
)

let dotnetExePath =
// TODO: if isWindows then "dotnetcore/dotnet.exe" else "dotnetcore/dotnet" |> FullName
match tryFindFileOnPath (if isWindows then "dotnet.exe" else "dotnet") with
| Some p -> p
| None -> ""
let dotnetExePath = if isWindows then "dotnetcore/dotnet.exe" else "dotnetcore/dotnet" |> FullName

Target "InstallDotNetCore" (fun _ ->
let correctVersionInstalled =
Expand Down
2 changes: 1 addition & 1 deletion src/Paket.Core/Paket.Core/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.26.0",
"version": "3.26.1",
"buildOptions": {
"debugType": "portable",
"compilerName": "fsc",
Expand Down

0 comments on commit a29dc36

Please sign in to comment.