Skip to content

Commit

Permalink
chore: update project to version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trenoncourt committed Jan 18, 2018
1 parent 21c6a04 commit 2b15fe6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/AutoQueryable/AutoQueryable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>AutoQueryable add auto querying functionality like OData with best url practices to Asp.Net Core.</Description>
<AssemblyTitle>AutoQueryable add auto querying functionality like OData with best url practices to Asp.Net Core.</AssemblyTitle>
<VersionPrefix>1.4.0</VersionPrefix>
<VersionPrefix>1.4.1</VersionPrefix>
<Authors>Thibaut Renoncourt</Authors>
<TargetFrameworks>netstandard1.3</TargetFrameworks>
<AssemblyName>AutoQueryable</AssemblyName>
Expand All @@ -14,9 +14,9 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Version>1.4.0</Version>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<FileVersion>1.4.0.0</FileVersion>
<Version>1.4.1</Version>
<AssemblyVersion>1.4.1.0</AssemblyVersion>
<FileVersion>1.4.1.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
Expand Down

0 comments on commit 2b15fe6

Please sign in to comment.