Skip to content

Commit

Permalink
Merge branch 'develop' into rel-2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Sep 13, 2022
2 parents 5e55280 + 41b59f9 commit e0363b8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 51 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ The main purpose of the library is to generate LINQ expressions for Entities ove

> This library **does not** generate database queries directly. It generates LINQ Expressions.
You can visit [Wiki](../../wiki) for documentation
You can check [Documentation](https://enisn-projects.io/docs/en/AutoFilterer/) for getting started.

[![Nuget](https://img.shields.io/nuget/v/AutoFilterer?logo=nuget)](https://www.nuget.org/packages/AutoFilterer/)
[![WiKi](https://img.shields.io/badge/Visit-Wiki-orange)](../../wiki)
[![Docs](https://img.shields.io/badge/Visit-Docs-orange)](https://enisn-projects.io/docs/en/AutoFilterer/)
[![CodeFactor](https://www.codefactor.io/repository/github/enisn/autofilterer/badge)](https://www.codefactor.io/repository/github/enisn/autofilterer)
<a href="https://codeclimate.com/github/enisn/AutoFilterer/maintainability"><img src="https://api.codeclimate.com/v1/badges/9d3ef7b380c4257c04fd/maintainability" /></a>
[![.NET Pipeline](https://github.com/enisn/AutoFilterer/actions/workflows/dotnetcore.yml/badge.svg)](https://github.com/enisn/AutoFilterer/actions/workflows/dotnetcore.yml)
Expand All @@ -32,7 +32,7 @@ You can visit [Wiki](../../wiki) for documentation

- Install `AutoFilterer` NuGet package from [here](https://www.nuget.org/packages/AutoFilterer/).

Vsit [visit documentation](../../wiki) to learn how to use AutoFilterer.
Vsit [visit documentation](https://enisn-projects.io/docs/en/AutoFilterer/) to learn how to use AutoFilterer.

[↗️ Open in Visual Studio Code](https://open.vscode.dev/enisn/AutoFilterer)
***
Expand All @@ -46,7 +46,7 @@ Vsit [visit documentation](../../wiki) to learn how to use AutoFilterer.
***

## Usage
A quick example is presented below. Reading [Wiki](../../wiki) is highly recommended for detailed features.
A quick example is presented below. Reading [documentation](https://enisn-projects.io/docs/en/AutoFilterer/) is highly recommended for detailed features.

- Create a filter model and make sure property names match to Entity properties.

Expand Down Expand Up @@ -85,7 +85,7 @@ Improve your swagger documentation via using [AutoFilterer.Swagger](https://gith
## AutoFilterer.Generators
AutoFilterer.Generators aims to generate filter objects from entities automatically via using [dotnet source generators](https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/).

Visit [documentation of Generators](docs/generators/AutoFilterer-Generators.md)
Visit [documentation of Generators](https://enisn-projects.io/docs/en/AutoFilterer/latest/Benchmark-Results)

---

Expand Down
3 changes: 2 additions & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>2.12.0</Version>
<Version>2.12.1</Version>
<Authors>enisn</Authors>
<Description>A Filtering framework. The main purpose of the library is to generate LINQ expressions for Entities over DTOs automatically.</Description>
<PackageReleaseNotes>New query types were added.</PackageReleaseNotes>
Expand All @@ -16,6 +16,7 @@

<!--Source-Linking-->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>

Expand Down
45 changes: 0 additions & 45 deletions docs/docs-nav.json

This file was deleted.

4 changes: 4 additions & 0 deletions src/AutoFilterer/AutoFilterer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>

</Project>

0 comments on commit e0363b8

Please sign in to comment.