Skip to content

Commit

Permalink
Bump version to 5.0.0-beta.27
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Dec 6, 2018
1 parent bfc3114 commit 0e19dec
Show file tree
Hide file tree
Showing 1,211 changed files with 2,454 additions and 95 deletions.
2 changes: 2 additions & 0 deletions .paket/load/net461/Argu.csx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "System.Configuration.ConfigurationManager.csx"
#r "../../../packages/Argu/lib/net45/Argu.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Argu.fsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "System.Configuration.ConfigurationManager.fsx"
#r "../../../packages/Argu/lib/net45/Argu.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Autofac.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "System.ComponentModel.csx"
#r "Microsoft.CSharp"
#r "System"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Autofac.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "System.ComponentModel.fsx"
#r "Microsoft.CSharp"
#r "System"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/BenchmarkDotNet.Core.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Microsoft.DotNet.InternalAbstractions.csx"
#load "Microsoft.DotNet.PlatformAbstractions.csx"
#load "Microsoft.Win32.Registry.csx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/BenchmarkDotNet.Core.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Microsoft.DotNet.InternalAbstractions.fsx"
#load "Microsoft.DotNet.PlatformAbstractions.fsx"
#load "Microsoft.Win32.Registry.fsx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/BenchmarkDotNet.Toolchains.Roslyn.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "BenchmarkDotNet.Core.csx"
#load "Microsoft.CodeAnalysis.CSharp.csx"
#load "System.Threading.Tasks.csx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/BenchmarkDotNet.Toolchains.Roslyn.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "BenchmarkDotNet.Core.fsx"
#load "Microsoft.CodeAnalysis.CSharp.fsx"
#load "System.Threading.Tasks.fsx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/BenchmarkDotNet.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "BenchmarkDotNet.Core.csx"
#load "BenchmarkDotNet.Toolchains.Roslyn.csx"
#r "../../../packages/BenchmarkDotNet/lib/net46/BenchmarkDotNet.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/BenchmarkDotNet.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "BenchmarkDotNet.Core.fsx"
#load "BenchmarkDotNet.Toolchains.Roslyn.fsx"
#r "../../../packages/BenchmarkDotNet/lib/net46/BenchmarkDotNet.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Castle.Core.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "System.Collections.Specialized.csx"
#load "System.ComponentModel.csx"
#load "System.ComponentModel.TypeConverter.csx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Castle.Core.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "System.Collections.Specialized.fsx"
#load "System.ComponentModel.fsx"
#load "System.ComponentModel.TypeConverter.fsx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/EventStore.Client.csx
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
namespace PaketLoadScripts

#r "../../../packages/EventStore.Client/lib/net40/EventStore.ClientAPI.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/EventStore.Client.fsx
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
namespace PaketLoadScripts

#r "../../../packages/EventStore.Client/lib/net40/EventStore.ClientAPI.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/EventStore.ClientAPI.NetCore.csx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "Newtonsoft.Json.csx"
#load "protobuf-net.csx"
2 changes: 2 additions & 0 deletions .paket/load/net461/EventStore.ClientAPI.NetCore.fsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "Newtonsoft.Json.fsx"
#load "protobuf-net.fsx"
2 changes: 2 additions & 0 deletions .paket/load/net461/Expecto.BenchmarkDotNet.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "BenchmarkDotNet.csx"
#load "System.ValueTuple.csx"
#r "../../../packages/Expecto.BenchmarkDotNet/lib/net461/Expecto.BenchmarkDotNet.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Expecto.BenchmarkDotNet.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "BenchmarkDotNet.fsx"
#load "System.ValueTuple.fsx"
#r "../../../packages/Expecto.BenchmarkDotNet/lib/net461/Expecto.BenchmarkDotNet.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Expecto.FsCheck.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Expecto.csx"
#load "FsCheck.csx"
#r "../../../packages/Expecto.FsCheck/lib/net461/Expecto.FsCheck.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Expecto.FsCheck.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Expecto.fsx"
#load "FsCheck.fsx"
#r "../../../packages/Expecto.FsCheck/lib/net461/Expecto.FsCheck.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Expecto.Hopac.csx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "Expecto.csx"
#r "../../../packages/Expecto.Hopac/lib/net461/Expecto.Hopac.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Expecto.Hopac.fsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "Expecto.fsx"
#r "../../../packages/Expecto.Hopac/lib/net461/Expecto.Hopac.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Expecto.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Argu.csx"
#load "Mono.Cecil.csx"
#load "System.Diagnostics.FileVersionInfo.csx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Expecto.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Argu.fsx"
#load "Mono.Cecil.fsx"
#load "System.Diagnostics.FileVersionInfo.fsx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/FParsec.csx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#r "../../../packages/FParsec/lib/net40-client/FParsecCS.dll"
#r "../../../packages/FParsec/lib/net40-client/FParsec.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/FParsec.fsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#r "../../../packages/FParsec/lib/net40-client/FParsecCS.dll"
#r "../../../packages/FParsec/lib/net40-client/FParsec.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/FluentMigrator.Runner.csx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "FluentMigrator.csx"
#r "../../../packages/FluentMigrator.Runner/lib/40/FluentMigrator.Runner.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/FluentMigrator.Runner.fsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "FluentMigrator.fsx"
#r "../../../packages/FluentMigrator.Runner/lib/40/FluentMigrator.Runner.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/FluentMigrator.csx
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
namespace PaketLoadScripts

#r "../../../packages/FluentMigrator/lib/40/FluentMigrator.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/FluentMigrator.fsx
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
namespace PaketLoadScripts

#r "../../../packages/FluentMigrator/lib/40/FluentMigrator.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/FsCheck.csx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "System.ValueTuple.csx"
#r "../../../packages/FsCheck/lib/net452/FsCheck.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/FsCheck.fsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "System.ValueTuple.fsx"
#r "../../../packages/FsCheck/lib/net452/FsCheck.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/FsPickler.Json.csx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "Newtonsoft.Json.csx"
#r "../../../packages/FsPickler.Json/lib/net45/FsPickler.Json.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/FsPickler.Json.fsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "Newtonsoft.Json.fsx"
#r "../../../packages/FsPickler.Json/lib/net45/FsPickler.Json.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/FsPickler.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "System.Reflection.Emit.Lightweight.csx"
#r "System.Runtime.Serialization"
#r "System.Xml"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/FsPickler.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "System.Reflection.Emit.Lightweight.fsx"
#r "System.Runtime.Serialization"
#r "System.Xml"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/FsSql.csx
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
namespace PaketLoadScripts

#r "../../../packages/FsSql/lib/NET40/FsSql.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/FsSql.fsx
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
namespace PaketLoadScripts

#r "../../../packages/FsSql/lib/NET40/FsSql.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Api.CommonProtos.csx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "Google.Protobuf.csx"
#r "../../../packages/Google.Api.CommonProtos/lib/net45/Google.Api.CommonProtos.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Api.CommonProtos.fsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "Google.Protobuf.fsx"
#r "../../../packages/Google.Api.CommonProtos/lib/net45/Google.Api.CommonProtos.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Api.Gax.Grpc.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Google.Api.CommonProtos.csx"
#load "Google.Api.Gax.csx"
#load "Google.Apis.Auth.csx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Api.Gax.Grpc.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Google.Api.CommonProtos.fsx"
#load "Google.Api.Gax.fsx"
#load "Google.Apis.Auth.fsx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Api.Gax.Rest.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Google.Api.Gax.csx"
#load "Google.Apis.Auth.csx"
#r "../../../packages/Google.Api.Gax.Rest/lib/net45/Google.Api.Gax.Rest.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Api.Gax.Rest.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Google.Api.Gax.fsx"
#load "Google.Apis.Auth.fsx"
#r "../../../packages/Google.Api.Gax.Rest/lib/net45/Google.Api.Gax.Rest.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Api.Gax.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Microsoft.Extensions.PlatformAbstractions.csx"
#load "Newtonsoft.Json.csx"
#load "System.Interactive.Async.csx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Api.Gax.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Microsoft.Extensions.PlatformAbstractions.fsx"
#load "Newtonsoft.Json.fsx"
#load "System.Interactive.Async.fsx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Apis.Auth.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Google.Apis.csx"
#load "Google.Apis.Core.csx"
#r "System.Net.Http"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Apis.Auth.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Google.Apis.fsx"
#load "Google.Apis.Core.fsx"
#r "System.Net.Http"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Apis.Core.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Newtonsoft.Json.csx"
#r "System.Net.Http"
#r "../../../packages/Google.Apis.Core/lib/net45/Google.Apis.Core.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Apis.Core.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Newtonsoft.Json.fsx"
#r "System.Net.Http"
#r "../../../packages/Google.Apis.Core/lib/net45/Google.Apis.Core.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Apis.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Google.Apis.Core.csx"
#load "Newtonsoft.Json.csx"
#r "System.Net.Http"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Apis.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Google.Apis.Core.fsx"
#load "Newtonsoft.Json.fsx"
#r "System.Net.Http"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Cloud.Logging.Type.csx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "Google.Api.CommonProtos.csx"
#r "../../../packages/Google.Cloud.Logging.Type/lib/net45/Google.Cloud.Logging.Type.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Cloud.Logging.Type.fsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "Google.Api.CommonProtos.fsx"
#r "../../../packages/Google.Cloud.Logging.Type/lib/net45/Google.Cloud.Logging.Type.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Cloud.Logging.V2.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Google.Api.CommonProtos.csx"
#load "Google.Api.Gax.Grpc.csx"
#load "Google.Cloud.Logging.Type.csx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Cloud.Logging.V2.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Google.Api.CommonProtos.fsx"
#load "Google.Api.Gax.Grpc.fsx"
#load "Google.Cloud.Logging.Type.fsx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Protobuf.csx
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
namespace PaketLoadScripts

#r "../../../packages/Google.Protobuf/lib/net45/Google.Protobuf.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Google.Protobuf.fsx
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
namespace PaketLoadScripts

#r "../../../packages/Google.Protobuf/lib/net45/Google.Protobuf.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Grpc.Auth.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Google.Apis.Auth.csx"
#load "Grpc.Core.csx"
#r "Microsoft.CSharp"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Grpc.Auth.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "Google.Apis.Auth.fsx"
#load "Grpc.Core.fsx"
#r "Microsoft.CSharp"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Grpc.Core.csx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "System.Interactive.Async.csx"
#load "System.Runtime.Loader.csx"
#load "System.Threading.Thread.csx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Grpc.Core.fsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace PaketLoadScripts

#load "System.Interactive.Async.fsx"
#load "System.Runtime.Loader.fsx"
#load "System.Threading.Thread.fsx"
Expand Down
2 changes: 2 additions & 0 deletions .paket/load/net461/Http.fs.csx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "System.Diagnostics.FileVersionInfo.csx"
#r "../../../packages/Http.fs/lib/net461/HttpFs.dll"
2 changes: 2 additions & 0 deletions .paket/load/net461/Http.fs.fsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
namespace PaketLoadScripts

#load "System.Diagnostics.FileVersionInfo.fsx"
#r "../../../packages/Http.fs/lib/net461/HttpFs.dll"
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
namespace PaketLoadScripts

#load "Mono.Cecil.csx"
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
namespace PaketLoadScripts

#load "Mono.Cecil.fsx"
Loading

0 comments on commit 0e19dec

Please sign in to comment.