Skip to content

Commit

Permalink
Merge pull request #15 from furkandeveloper/develop
Browse files Browse the repository at this point in the history
🔖 [Version] Upgrade Package Version
  • Loading branch information
furkandeveloper authored Jul 11, 2021
2 parents 4bd1eee + bff1415 commit 9f42794
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@
<img src="https://user-images.githubusercontent.com/47147484/121789342-dcf22600-cbdd-11eb-8394-c7dca1a95f97.png" style="max-width:100%;" height="140" />
</p>

[![Maintainability](https://api.codeclimate.com/v1/badges/c26a0d9995965bd4f390/maintainability)](https://codeclimate.com/github/furkandeveloper/EasyCronJob/maintainability)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/d288dbfe7d784d8d85cf9af17adf2229)](https://www.codacy.com/gh/furkandeveloper/EasyCronJob/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=furkandeveloper/EasyCronJob&amp;utm_campaign=Badge_Grade)
[![CodeFactor](https://www.codefactor.io/repository/github/furkandeveloper/easycronjob/badge)](https://www.codefactor.io/repository/github/furkandeveloper/easycronjob)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
<a href="https://gitmoji.carloscuesta.me">
<img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji">
</a>

![Nuget](https://img.shields.io/nuget/dt/EasyCronJob.Core?label=EasyCronJob.Core%20Downloads)
![Nuget](https://img.shields.io/nuget/v/EasyCronJob.Core?label=EasyCronJob.Core)
![Nuget](https://img.shields.io/nuget/dt/EasyCronJob.Abstractions?label=EasyCronJob.Abstractions%20Downloads)
![Nuget](https://img.shields.io/nuget/v/EasyCronJob.Abstractions?label=EasyCronJob.Abstractions)
| Source | Badges |
| :------- | :------------------------- |
| `Code Quality` | [![Maintainability](https://api.codeclimate.com/v1/badges/c26a0d9995965bd4f390/maintainability)](https://codeclimate.com/github/furkandeveloper/EasyCronJob/maintainability) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/d288dbfe7d784d8d85cf9af17adf2229)](https://www.codacy.com/gh/furkandeveloper/EasyCronJob/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=furkandeveloper/EasyCronJob&amp;utm_campaign=Badge_Grade) [![CodeFactor](https://www.codefactor.io/repository/github/furkandeveloper/easycronjob/badge)](https://www.codefactor.io/repository/github/furkandeveloper/easycronjob) |
| `Stats` | ![Nuget](https://img.shields.io/nuget/dt/EasyCronJob.Core?label=EasyCronJob.Core%20Downloads) ![Nuget](https://img.shields.io/nuget/v/EasyCronJob.Core?label=EasyCronJob.Core) ![Nuget](https://img.shields.io/nuget/dt/EasyCronJob.Abstractions?label=EasyCronJob.Abstractions%20Downloads) ![Nuget](https://img.shields.io/nuget/v/EasyCronJob.Abstractions?label=EasyCronJob.Abstractions) |
| `License` | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)|

<p align="center">
<a href="https://gitmoji.carloscuesta.me">
<img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji">
</a>
</p>

***

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net5.0</TargetFramework>
<Authors>furkandeveloper</Authors>
<Company>furkandeveloper</Company>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Description>This library provides abstraction layer for EasyCronJob.Core library.</Description>
<PackageIcon>easyCronJob.png</PackageIcon>
<PackageProjectUrl>https://github.com/furkandeveloper/EasyCronJob</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/EasyCronJob.Core/EasyCronJob.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net5.0</TargetFramework>
<Authors>furkandeveloper</Authors>
<Company>furkandeveloper</Company>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Description>This repository provides easy cron job to your application on IHostedService.</Description>
<PackageIcon>easyCronJob.png</PackageIcon>
<PackageProjectUrl>https://github.com/furkandeveloper/EasyCronJob</PackageProjectUrl>
Expand Down

0 comments on commit 9f42794

Please sign in to comment.