Skip to content

Commit

Permalink
package information update
Browse files Browse the repository at this point in the history
  • Loading branch information
bugrakosen committed Apr 11, 2024
1 parent 4860362 commit ea1f8d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ExpressionBuilder/ExpressionBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<Authors>Milvasoft, David Belmont</Authors>
<Authors>Milvasoft</Authors>
<RepositoryUrl>https://github.com/Milvasoft/ExpressionBuilder</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/Milvasoft/Milvasoft/master/src/Milvasoft.Helpers/Resources/milvalogo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/Milvasoft/ExpressionBuilder</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/Milvasoft/ExpressionBuilder/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>Milvasoft, David Belmont © 2019</Copyright>
<Copyright>Milvasoft</Copyright>
<PackageTags>LINQ Lambda Expression Builder LINQ Database Queryable</PackageTags>
<PackageReleaseNotes>Project upgraded to net8.0</PackageReleaseNotes>
<Description>This library basically provides you with a simple way to create lambda expressions to filter lists and database queries by delivering an easy-to-use fluent interface that enables the creation, storage and transmission of those filters.
Expand All @@ -19,7 +19,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Version>1.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>LambdaExpressionBuilder</PackageId>
<PackageId>Milvasoft.ExpressionBuilder</PackageId>
</PropertyGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down

0 comments on commit ea1f8d0

Please sign in to comment.