Skip to content

Commit

Permalink
Update version number to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AristurtleDev committed May 2, 2024
1 parent f43a9b4 commit 499b5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
A Cross Platform C# Library for Reading Aseprite Files

[![main](https://github.com/AristurtleDev/AsepriteDotNet/actions/workflows/main.yml/badge.svg)](https://github.com/AristurtleDev/AsepriteDotNet/actions/workflows/main.yml)
[![Nuget 1.7.4](https://img.shields.io/nuget/v/AsepriteDotNet?color=blue&style=flat-square)](https://www.nuget.org/packages/AsepriteDotNet/1.7.4)
[![Nuget 1.8.0](https://img.shields.io/nuget/v/AsepriteDotNet?color=blue&style=flat-square)](https://www.nuget.org/packages/AsepriteDotNet/1.8.0)
[![License: MIT](https://img.shields.io/badge/📃%20license-MIT-blue?style=flat)](LICENSE)
[![Twitter](https://img.shields.io/badge/%20-Share%20On%20Twitter-555?style=flat&logo=twitter)](https://twitter.com/intent/tweet?text=AsepriteDotNet%20by%20%40aristurtledev%0A%0AA%20new%20cross-platform%20library%20in%20C%23%20for%20reading%20Aseprite%20.ase%2F.aseprite%20files.%20https%3A%2F%2Fgithub.com%2FAristurtleDev%2FAsepriteDotNet%0A%0A%23aseprite%20%23dotnet%20%23csharp%20%23oss%0A)
</h1>
Expand All @@ -27,7 +27,7 @@ A Cross Platform C# Library for Reading Aseprite Files
# Installation
Install via NuGet
```
dotnet add package AsepriteDotNet --version 1.7.4
dotnet add package AsepriteDotNet --version 1.8.0
```

# Usage
Expand Down

0 comments on commit 499b5f0

Please sign in to comment.