This encompasses: - New behavior for SQLite - Migrated behavior for PostrgeSQL (from BitBadger.Npgsql.FSharp.Documents) - New "byField" behavior for PostgreSQL - A unification of C# and F# centric implementations
19 lines
501 B
XML
19 lines
501 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<PackageReleaseNotes>Initial release (RC 1)</PackageReleaseNotes>
|
|
<PackageTags>JSON Document SQL</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Library.fs" />
|
|
<None Include="README.md" Pack="true" PackagePath="\" />
|
|
<None Include="..\icon.png" Pack="true" PackagePath="\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FSharp.SystemTextJson" Version="1.2.42" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|