Skip to content

Commit

Permalink
update to FSharp.Data 3.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Leaver committed Oct 7, 2018
1 parent 0b8ab1d commit 1e632e2
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 227 deletions.
Binary file modified .paket/paket.bootstrapper.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Pack.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
param ([parameter(mandatory=$true)][string]$version)
dotnet pack -c Release -o ../nuget /p:PackageVersion=$version-beta /p:AssemblyVersion=$version /p:AssemblyFileVersion=$version
dotnet pack -c Release -o ../nuget /p:PackageVersion=$version-rc /p:AssemblyVersion=$version /p:AssemblyFileVersion=$version
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ nuget Consul
nuget EventStore.ClientAPI.NetCore
nuget FSharp.Compiler.Service
nuget FSharp.Core
nuget FSharp.Data >= 3.0.0-beta3
nuget FSharp.Formatting >= 2.10.3
nuget FSharp.Data >= 3.0.0-rc
nuget FSharp.Formatting >= 2.14.4
nuget FSharp.Formatting.CommandTool
nuget FSharpVSPowerTools.Core
nuget kafka-net-for-dotnet-core
Expand Down
Loading

0 comments on commit 1e632e2

Please sign in to comment.