Skip to content

Commit

Permalink
Going stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Tolmachev committed Oct 11, 2017
1 parent 1424c37 commit 7951bb2
Show file tree
Hide file tree
Showing 4 changed files with 562 additions and 558 deletions.
8 changes: 6 additions & 2 deletions .paket/Paket.Restore.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<!-- Prevent dotnet template engine to parse this file -->
<!--/-:cnd:noEmit-->
<PropertyGroup>
<!-- make MSBuild track this file for incremental builds. -->
<!-- ref https://blogs.msdn.microsoft.com/msbuild/2005/09/26/how-to-ensure-changes-to-a-custom-target-file-prompt-a-rebuild/ -->
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<!-- Mark that this target file has been loaded. -->
<IsPaketRestoreTargetsFileLoaded>true</IsPaketRestoreTargetsFileLoaded>
<PaketToolsPath>$(MSBuildThisFileDirectory)</PaketToolsPath>
Expand Down Expand Up @@ -32,6 +35,7 @@
<!-- Step 1 Check if lockfile is properly restored -->
<PropertyGroup>
<PaketRestoreRequired>true</PaketRestoreRequired>
<NoWarn>$(NoWarn);NU1603</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="Exists('$(PaketRestoreCacheFile)') ">
Expand Down Expand Up @@ -80,7 +84,7 @@
</PropertyGroup>

<!-- Step 3 Restore project specific stuff if required -->
<Warning Condition=" '$(PaketRestoreRequired)' == 'true' " Text="Detected a change ('$(PaketRestoreRequiredReason)') in the project file '$(MSBuildProjectFullPath)', calling paket restore" />
<Message Condition=" '$(PaketRestoreRequired)' == 'true' " Importance="low" Text="Detected a change ('$(PaketRestoreRequiredReason)') in the project file '$(MSBuildProjectFullPath)', calling paket restore" />
<Exec Command='$(PaketCommand) restore --project "$(MSBuildProjectFullPath)"' Condition=" '$(PaketRestoreRequired)' == 'true' " ContinueOnError="false" />

<!-- This shouldn't actually happen, but just to be sure. -->
Expand Down Expand Up @@ -236,4 +240,4 @@
NuspecProperties="$(NuspecProperties)"/>
</Target>
<!--/+:cnd:noEmit-->
</Project>
</Project>
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.0.0-beta-1
### 1.0.0

* dotnet 2.0 SDK release

Expand Down
6 changes: 3 additions & 3 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ source https://nuget.org/api/v2

nuget FSharp.Core redirects:force, content:none
nuget Fable.Core
nuget Fable.React 1.2.0-beta-003
nuget Fable.Elmish 1.0.0-beta-1
nuget Fable.PowerPack 1.3.0-beta-001
nuget Fable.React 1.2.0
nuget Fable.Elmish 1.0.0
nuget Fable.PowerPack 1.3.0

group Build
framework: net46
Expand Down
Loading

0 comments on commit 7951bb2

Please sign in to comment.