Wrapped all Filter and Merge lambdas in a ReqlFunction1 constructor (which made them work); fixed some ReQL logic errors; removed RunListAsync extension and changed calls to RunResultAsync<* list>
21 lines
708 B
Forth
21 lines
708 B
Forth
namespace MyWebLog.Entities.AssemblyInfo
|
|
|
|
open System.Reflection
|
|
open System.Runtime.CompilerServices
|
|
open System.Runtime.InteropServices
|
|
|
|
[<assembly: AssemblyTitle("MyWebLog.Entities")>]
|
|
[<assembly: AssemblyDescription("Entity definitions for myWebLog")>]
|
|
[<assembly: AssemblyConfiguration("")>]
|
|
[<assembly: AssemblyCompany("DJS Consulting")>]
|
|
[<assembly: AssemblyProduct("MyWebLog.Entities")>]
|
|
[<assembly: AssemblyCopyright("Copyright © 2016")>]
|
|
[<assembly: AssemblyTrademark("")>]
|
|
[<assembly: AssemblyCulture("")>]
|
|
[<assembly: ComVisible(false)>]
|
|
[<assembly: Guid("c4507e99-478d-4cf6-b20d-767763a62afb")>]
|
|
[<assembly: AssemblyVersion("0.9.2.0")>]
|
|
[<assembly: AssemblyFileVersion("1.0.0.0")>]
|
|
|
|
do
|
|
() |