Skip to content

Commit

Permalink
Queries can not be executed multiple times. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgernand authored Mar 20, 2024
1 parent 8cd2794 commit 2fff2f3
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 119 deletions.
6 changes: 3 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>2.2.2</VersionPrefix>
<VersionPrefix>2.3.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<FileVersion>$(VersionPrefix)</FileVersion>
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
<InformationalVersion>$(Version)</InformationalVersion>
</PropertyGroup>

<PropertyGroup>
<Product>Results</Product>
<AssemblyTitle>Results</AssemblyTitle>
<Product>LiteDB.Queryable</Product>
<AssemblyTitle>LiteDB.Queryable</AssemblyTitle>
<Copyright>Copyright © 2022-2024 Matthias Gernand. All rights reserved.</Copyright>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion src/LiteDB.Queryable/IIncludableQueryable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace LiteDB.Queryable
/// <typeparam name="TEntity">The entity type.</typeparam>
/// <typeparam name="TProperty">The property type.</typeparam>
[PublicAPI]
// ReSharper disable once UnusedTypeParameter
public interface IIncludableQueryable<out TEntity, out TProperty> : IQueryable<TEntity>
{
}
Expand Down
Loading

0 comments on commit 2fff2f3

Please sign in to comment.