diff --git a/Directory.Build.props b/Directory.Build.props
index 725358ab..49d95755 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -20,7 +20,7 @@
en
enable
enable
- 6.0.6
+ 6.0.7
diff --git a/README.md b/README.md
index 50d6352d..18c353e5 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
A Cross Platform C# Library That Adds Support For Aseprite Files in MonoGame Projects.
[![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)
-[![NuGet 6.0.6](https://img.shields.io/nuget/v/MonoGame.Aseprite?color=blue&style=flat-square)](https://www.nuget.org/packages/MonoGame.Aseprite/6.0.6)
+[![NuGet 6.0.7](https://img.shields.io/nuget/v/MonoGame.Aseprite?color=blue&style=flat-square)](https://www.nuget.org/packages/MonoGame.Aseprite/6.0.7)
[![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=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)
@@ -29,7 +29,7 @@ A Cross Platform C# Library That Adds Support For Aseprite Files in MonoGame Pro
# Installation
Install via NuGet
```
-dotnet add package MonoGame.Aseprite --version 6.0.6
+dotnet add package MonoGame.Aseprite --version 6.0.7
```
# Usage
diff --git a/examples/AnimatedTilemapExample/.config/dotnet-tools.json b/examples/AnimatedTilemapExample/.config/dotnet-tools.json
index efabe22e..84ff03d0 100644
--- a/examples/AnimatedTilemapExample/.config/dotnet-tools.json
+++ b/examples/AnimatedTilemapExample/.config/dotnet-tools.json
@@ -3,31 +3,31 @@
"isRoot": true,
"tools": {
"dotnet-mgcb": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-mac"
]
diff --git a/examples/AnimatedTilemapExample/AnimatedTilemapExample.csproj b/examples/AnimatedTilemapExample/AnimatedTilemapExample.csproj
index df0fd772..b5433b23 100644
--- a/examples/AnimatedTilemapExample/AnimatedTilemapExample.csproj
+++ b/examples/AnimatedTilemapExample/AnimatedTilemapExample.csproj
@@ -1,7 +1,7 @@
WinExe
- net6.0
+ net8.0
Major
false
false
@@ -19,8 +19,8 @@
-
-
+
+
diff --git a/examples/ContentPipelineExample/.config/dotnet-tools.json b/examples/ContentPipelineExample/.config/dotnet-tools.json
index efabe22e..84ff03d0 100644
--- a/examples/ContentPipelineExample/.config/dotnet-tools.json
+++ b/examples/ContentPipelineExample/.config/dotnet-tools.json
@@ -3,31 +3,31 @@
"isRoot": true,
"tools": {
"dotnet-mgcb": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-mac"
]
diff --git a/examples/ContentPipelineExample/Content/Content.mgcb b/examples/ContentPipelineExample/Content/Content.mgcb
index 8567717e..ceed6f72 100644
--- a/examples/ContentPipelineExample/Content/Content.mgcb
+++ b/examples/ContentPipelineExample/Content/Content.mgcb
@@ -10,7 +10,7 @@
#-------------------------------- References --------------------------------#
-/reference:..\..\..\.artifacts\bin\source\MonoGame.Aseprite.Content.Pipeline\Debug\net6.0\MonoGame.Aseprite.Content.Pipeline.dll
+/reference:..\..\..\.artifacts\bin\source\MonoGame.Aseprite.Content.Pipeline\Debug\net8.0\MonoGame.Aseprite.Content.Pipeline.dll
#---------------------------------- Content ---------------------------------#
diff --git a/examples/ContentPipelineExample/ContentPipelineExample.csproj b/examples/ContentPipelineExample/ContentPipelineExample.csproj
index dda860d0..33016586 100644
--- a/examples/ContentPipelineExample/ContentPipelineExample.csproj
+++ b/examples/ContentPipelineExample/ContentPipelineExample.csproj
@@ -1,7 +1,7 @@
WinExe
- net6.0
+ net8.0
Major
false
false
@@ -19,8 +19,8 @@
-
-
+
+
diff --git a/examples/SpriteExample/.config/dotnet-tools.json b/examples/SpriteExample/.config/dotnet-tools.json
index efabe22e..84ff03d0 100644
--- a/examples/SpriteExample/.config/dotnet-tools.json
+++ b/examples/SpriteExample/.config/dotnet-tools.json
@@ -3,31 +3,31 @@
"isRoot": true,
"tools": {
"dotnet-mgcb": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-mac"
]
diff --git a/examples/SpriteExample/SpriteExample.csproj b/examples/SpriteExample/SpriteExample.csproj
index 40822a25..365d2424 100644
--- a/examples/SpriteExample/SpriteExample.csproj
+++ b/examples/SpriteExample/SpriteExample.csproj
@@ -1,7 +1,7 @@
WinExe
- net6.0
+ net8.0
Major
false
false
@@ -19,8 +19,8 @@
-
-
+
+
diff --git a/examples/SpritesheetExample/.config/dotnet-tools.json b/examples/SpritesheetExample/.config/dotnet-tools.json
index efabe22e..84ff03d0 100644
--- a/examples/SpritesheetExample/.config/dotnet-tools.json
+++ b/examples/SpritesheetExample/.config/dotnet-tools.json
@@ -3,31 +3,31 @@
"isRoot": true,
"tools": {
"dotnet-mgcb": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-mac"
]
diff --git a/examples/SpritesheetExample/SpritesheetExample.csproj b/examples/SpritesheetExample/SpritesheetExample.csproj
index 40822a25..365d2424 100644
--- a/examples/SpritesheetExample/SpritesheetExample.csproj
+++ b/examples/SpritesheetExample/SpritesheetExample.csproj
@@ -1,7 +1,7 @@
WinExe
- net6.0
+ net8.0
Major
false
false
@@ -19,8 +19,8 @@
-
-
+
+
diff --git a/examples/TextureAtlasExample/.config/dotnet-tools.json b/examples/TextureAtlasExample/.config/dotnet-tools.json
index efabe22e..84ff03d0 100644
--- a/examples/TextureAtlasExample/.config/dotnet-tools.json
+++ b/examples/TextureAtlasExample/.config/dotnet-tools.json
@@ -3,31 +3,31 @@
"isRoot": true,
"tools": {
"dotnet-mgcb": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-mac"
]
diff --git a/examples/TextureAtlasExample/TextureAtlasExample.csproj b/examples/TextureAtlasExample/TextureAtlasExample.csproj
index 40822a25..365d2424 100644
--- a/examples/TextureAtlasExample/TextureAtlasExample.csproj
+++ b/examples/TextureAtlasExample/TextureAtlasExample.csproj
@@ -1,7 +1,7 @@
WinExe
- net6.0
+ net8.0
Major
false
false
@@ -19,8 +19,8 @@
-
-
+
+
diff --git a/examples/TilemapExample/.config/dotnet-tools.json b/examples/TilemapExample/.config/dotnet-tools.json
index efabe22e..84ff03d0 100644
--- a/examples/TilemapExample/.config/dotnet-tools.json
+++ b/examples/TilemapExample/.config/dotnet-tools.json
@@ -3,31 +3,31 @@
"isRoot": true,
"tools": {
"dotnet-mgcb": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-mac"
]
diff --git a/examples/TilemapExample/TilemapExample.csproj b/examples/TilemapExample/TilemapExample.csproj
index df0fd772..b5433b23 100644
--- a/examples/TilemapExample/TilemapExample.csproj
+++ b/examples/TilemapExample/TilemapExample.csproj
@@ -1,7 +1,7 @@
WinExe
- net6.0
+ net8.0
Major
false
false
@@ -19,8 +19,8 @@
-
-
+
+
diff --git a/examples/TilesetExample/.config/dotnet-tools.json b/examples/TilesetExample/.config/dotnet-tools.json
index efabe22e..84ff03d0 100644
--- a/examples/TilesetExample/.config/dotnet-tools.json
+++ b/examples/TilesetExample/.config/dotnet-tools.json
@@ -3,31 +3,31 @@
"isRoot": true,
"tools": {
"dotnet-mgcb": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
- "version": "3.8.1.303",
+ "version": "3.8.2.1105",
"commands": [
"mgcb-editor-mac"
]
diff --git a/examples/TilesetExample/TilesetExample.csproj b/examples/TilesetExample/TilesetExample.csproj
index df0fd772..b5433b23 100644
--- a/examples/TilesetExample/TilesetExample.csproj
+++ b/examples/TilesetExample/TilesetExample.csproj
@@ -1,7 +1,7 @@
WinExe
- net6.0
+ net8.0
Major
false
false
@@ -19,8 +19,8 @@
-
-
+
+
diff --git a/source/Directory.Build.props b/source/Directory.Build.props
index 6e2cc1a7..56c2a839 100644
--- a/source/Directory.Build.props
+++ b/source/Directory.Build.props
@@ -20,7 +20,7 @@
https://github.com/AristurtleDev/monogame-aseprite
nuget-icon.png
README.md
- Updates internal version of AsepriteDotNet to 1.7.4 to resolve critical bug when processing.
+ Updated for MonoGame 3.8.2.1105 and net8.0
MonoGame;Aseprite;import;processes;read;write;sprite;animation;tileset;tilemap;spritesheet;pipeline;mgcb
git
main
diff --git a/source/MonoGame.Aseprite.Content.Pipeline/MonoGame.Aseprite.Content.Pipeline.csproj b/source/MonoGame.Aseprite.Content.Pipeline/MonoGame.Aseprite.Content.Pipeline.csproj
index 7fa2191e..290be10e 100644
--- a/source/MonoGame.Aseprite.Content.Pipeline/MonoGame.Aseprite.Content.Pipeline.csproj
+++ b/source/MonoGame.Aseprite.Content.Pipeline/MonoGame.Aseprite.Content.Pipeline.csproj
@@ -2,7 +2,7 @@
- net6.0
+ net8.0
@@ -23,10 +23,8 @@
-
-
-
-
+
+
\ No newline at end of file
diff --git a/source/MonoGame.Aseprite/MonoGame.Aseprite.csproj b/source/MonoGame.Aseprite/MonoGame.Aseprite.csproj
index 0d6db09d..0f3b2379 100644
--- a/source/MonoGame.Aseprite/MonoGame.Aseprite.csproj
+++ b/source/MonoGame.Aseprite/MonoGame.Aseprite.csproj
@@ -2,7 +2,7 @@
- net6.0;net8.0
+ net8.0
true
@@ -19,14 +19,14 @@
-
-
+
+
-
+