Daniel J. Summers
147a72b476
- Add .NET 9, PostgreSQL 17 support - Drop .NET 6, PostgreSQL 12 support - Finalize READMEs Reviewed-on: #9
29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
|
|
<DebugType>embedded</DebugType>
|
|
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
|
<AssemblyVersion>4.0.0.0</AssemblyVersion>
|
|
<FileVersion>4.0.0.0</FileVersion>
|
|
<VersionPrefix>4.0.0</VersionPrefix>
|
|
<PackageReleaseNotes>From v3.1: (see project site for breaking changes and compatibility)
|
|
- Change ByField to ByFields
|
|
- Support dot-access to nested document fields
|
|
- Add Find*Ordered functions/methods
|
|
- Add case-insensitive ordering (as of rc2)
|
|
- Preserve additional ORDER BY qualifiers (as of rc3)
|
|
- Add In / InArray comparisons (as of rc4)
|
|
- Field construction functions are generic (as of rc5)</PackageReleaseNotes>
|
|
<Authors>danieljsummers</Authors>
|
|
<Company>Bit Badger Solutions</Company>
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
<PackageIcon>icon.png</PackageIcon>
|
|
<PackageProjectUrl>https://bitbadger.solutions/open-source/relational-documents/</PackageProjectUrl>
|
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
|
<RepositoryUrl>https://git.bitbadger.solutions/bit-badger/BitBadger.Documents</RepositoryUrl>
|
|
<RepositoryType>Git</RepositoryType>
|
|
<Copyright>MIT License</Copyright>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
</PropertyGroup>
|
|
</Project>
|