Skip to content

Commit

Permalink
⬆️Upgrade version from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
furkandeveloper committed Apr 18, 2022
1 parent 2abf0a8 commit ea81292
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common.props
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<Project>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>3.0.0</Version>
<Version>3.1.0</Version>
<LangVersion>latest</LangVersion>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/furkandeveloper/EasyProfiler</RepositoryUrl>
<Authors>furkandeveloper</Authors>
<Description>This repo, provides query profiler for .Net</Description>
<PackageTags>mariadb, profiler, query-profiler,query-analyzer</PackageTags>
<PackageReleaseNotes>
✨ Added EasyProfiler.AspNetCore library
♻ Fixed Request Url Query Condition on Base Service
⬆️The versions of the libraries used have been upgraded.
</PackageReleaseNotes>
</PropertyGroup>
</Project>

0 comments on commit ea81292

Please sign in to comment.