Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Publish Fable.Import.Node 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Dec 15, 2017
1 parent 37a6833 commit 81b0a78
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Node/Fable.Import.Node.fsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="Meta.props" />
<PropertyGroup>
<Version>0.1.5</Version>
<Version>0.2.0</Version>
<TargetFramework>netstandard1.6</TargetFramework>
</PropertyGroup>
<ItemGroup>
Expand Down
10 changes: 10 additions & 0 deletions Node/Meta.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Description>Fable bindings for Node.js</Description>
<PackageProjectUrl>https://github.com/fable-compiler/fable-import</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/fable-compiler/fable-import/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/fable-compiler/fable-import.git</RepositoryUrl>
<PackageTags>node;fsharp;fable</PackageTags>
<Authors>Joe Grund</Authors>
</PropertyGroup>
</Project>
4 changes: 4 additions & 0 deletions Node/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.2.0

* Change childprocess callback to use tupled args (#32 @jgrund)

### 0.1.5

* Add OS module
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module Util =
let gitOwner = "fable-compiler"
let gitHome = "https://github.com/" + gitOwner

let dotnetcliVersion = "2.0.0"
let dotnetcliVersion = "2.0.3"
let mutable dotnetExePath = environVarOrDefault "DOTNET" "dotnet"

// Targets
Expand Down

0 comments on commit 81b0a78

Please sign in to comment.