Skip to content

Commit

Permalink
chore: updates copyright and bumps version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchubert committed Jun 22, 2021
1 parent dffeafa commit 0e3a760
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2020 Jonas Schubert
Copyright (c) 2018-2021 Jonas Schubert

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center"><h1 style="text-align: center;">FluentTimeSpan</h1></p>

<p align="center">
<a href="https://www.nuget.org/packages/FluentTimeSpan/"><img src="https://img.shields.io/badge/nuget-0.5.0-blue.svg"/></a>
<a href="https://www.nuget.org/packages/FluentTimeSpan/"><img src="https://img.shields.io/badge/nuget-0.6.0-blue.svg"/></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg"/></a>
<a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"/></a>
<a href="https://github.com/TimeXt/FluentTimeSpan/"><img src="https://img.shields.io/github/stars/TimeXt/FluentTimeSpan.svg"/></a>
Expand All @@ -19,7 +19,7 @@

First of all many thanks to [Kizitonwose](https://github.com/kizitonwose/Time) for the original idea and already awesome library!

This .NET Standard 2.1 library shall help to reduce code like
This .NET Standard 2.0 library shall help to reduce code like

```C#
var dayInMillis = 24 * 60 * 60 * 1000; // Represent a day in milliseconds
Expand Down Expand Up @@ -78,7 +78,7 @@ FluentTimeSpan is distributed under the MIT license. [See LICENSE](LICENSE.md) f
```
MIT License
Copyright (c) 2018-2020 JonasSchubert
Copyright (c) 2018-2021 JonasSchubert
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 0e3a760

Please sign in to comment.