File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
<NeutralLanguage >en</NeutralLanguage >
21
21
<ImplicitUsings >enable</ImplicitUsings >
22
22
<Nullable >enable</Nullable >
23
- <Version >6.0.1 </Version >
23
+ <Version >6.0.2 </Version >
24
24
</PropertyGroup >
25
25
26
26
<!-- Setup Code Analysis using the .editorconfig file -->
Original file line number Diff line number Diff line change 4
4
A Cross Platform C# Library That Adds Support For Aseprite Files in MonoGame Projects.
5
5
6
6
[ ![ build-and-test] ( https://github.com/AristurtleDev/monogame-aseprite/actions/workflows/main.yml/badge.svg )] ( https://github.com/AristurtleDev/monogame-aseprite/actions/workflows/main.yml )
7
- [ ![ NuGet 6.0.1 ] ( https://img.shields.io/nuget/v/MonoGame.Aseprite?color=blue&style=flat-square )] ( https://www.nuget.org/packages/MonoGame.Aseprite/6.0.1 )
7
+ [ ![ NuGet 6.0.2 ] ( https://img.shields.io/nuget/v/MonoGame.Aseprite?color=blue&style=flat-square )] ( https://www.nuget.org/packages/MonoGame.Aseprite/6.0.2 )
8
8
[ ![ License: MIT] ( https://img.shields.io/badge/📃%20license-MIT-blue?style=flat )] ( LICENSE )
9
9
[ ![ Twitter] ( https://img.shields.io/badge/%20-Share%20On%20Twitter-555?style=flat&logo=twitter )] ( https://twitter.com/intent/tweet?text=MonoGame.Aseprite%20by%20%40aristurtledev%0A%0AA%20cross-platform%20C%23%20library%20that%20adds%20support%20for%20Aseprite%20files%20in%20MonoGame%20projects.%20https%3A%2F%2Fgithub.com%2FAristurtleDev%2Fmonogame-aseprite%0A%0A%23monogame%20%23aseprite%20%23dotnet%20%23csharp%20%23oss%0A )
10
10
@@ -29,7 +29,7 @@ A Cross Platform C# Library That Adds Support For Aseprite Files in MonoGame Pro
29
29
# Installation
30
30
Install via NuGet
31
31
```
32
- dotnet add package MonoGame.Aseprite --version 6.0.1
32
+ dotnet add package MonoGame.Aseprite --version 6.0.2
33
33
```
34
34
35
35
# Usage
Original file line number Diff line number Diff line change 20
20
<PackageProjectUrl >https://github.com/AristurtleDev/monogame-aseprite</PackageProjectUrl >
21
21
<PackageIcon >nuget-icon.png</PackageIcon >
22
22
<PackageReadmeFile >README.md</PackageReadmeFile >
23
- <PackageReleaseNotes >Updates internal version of AsepriteDotNet to 1.7.2 to resolve critical bugs when processing.</PackageReleaseNotes >
23
+ <PackageReleaseNotes >Updates internal version of AsepriteDotNet to 1.7.3 to resolve critical bug when processing.</PackageReleaseNotes >
24
24
<PackageTags >MonoGame;Aseprite;import;processes;read;write;sprite;animation;tileset;tilemap;spritesheet;pipeline;mgcb</PackageTags >
25
25
<RepositoryType >git</RepositoryType >
26
26
<RepositoryBranch >main</RepositoryBranch >
You can’t perform that action at this time.
0 commit comments