Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<NeutralLanguage>en</NeutralLanguage>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>6.2.0</Version>
<Version>6.3.0</Version>
</PropertyGroup>

<!-- Setup Code Analysis using the .editorconfig file -->
Expand Down
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 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.2.0](https://img.shields.io/nuget/v/MonoGame.Aseprite?color=blue&style=flat-square)](https://www.nuget.org/packages/MonoGame.Aseprite/6.2.0)
[![NuGet 6.3.0](https://img.shields.io/nuget/v/MonoGame.Aseprite?color=blue&style=flat-square)](https://www.nuget.org/packages/MonoGame.Aseprite/6.3.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=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)

Expand All @@ -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.2.0
dotnet add package MonoGame.Aseprite --version 6.3.0
```

# Usage
Expand Down
10 changes: 5 additions & 5 deletions examples/AnimatedTilemapExample/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
"isRoot": true,
"tools": {
"dotnet-mgcb": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-mac"
]
Expand Down
4 changes: 2 additions & 2 deletions examples/AnimatedTilemapExample/AnimatedTilemapExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<EmbeddedResource Include="Icon.bmp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.3" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.3" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
</ItemGroup>
<ItemGroup>
<None Update="townmap.aseprite">
Expand Down
10 changes: 5 additions & 5 deletions examples/ContentPipelineExample/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
"isRoot": true,
"tools": {
"dotnet-mgcb": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-mac"
]
Expand Down
4 changes: 2 additions & 2 deletions examples/ContentPipelineExample/ContentPipelineExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<EmbeddedResource Include="Icon.bmp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.3" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.3" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
</ItemGroup>
<ItemGroup>
<None Update="Content\character_robot.aseprite">
Expand Down
10 changes: 5 additions & 5 deletions examples/SpriteExample/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
"isRoot": true,
"tools": {
"dotnet-mgcb": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-mac"
]
Expand Down
4 changes: 2 additions & 2 deletions examples/SpriteExample/SpriteExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<EmbeddedResource Include="Icon.bmp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.3" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.3" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
</ItemGroup>
<ItemGroup>
<None Update="character_robot.aseprite">
Expand Down
10 changes: 5 additions & 5 deletions examples/SpritesheetExample/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
"isRoot": true,
"tools": {
"dotnet-mgcb": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-mac"
]
Expand Down
4 changes: 2 additions & 2 deletions examples/SpritesheetExample/SpritesheetExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<EmbeddedResource Include="Icon.bmp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.3" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.3" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
</ItemGroup>
<ItemGroup>
<None Update="character_robot.aseprite">
Expand Down
10 changes: 5 additions & 5 deletions examples/TextureAtlasExample/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
"isRoot": true,
"tools": {
"dotnet-mgcb": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-mac"
]
Expand Down
4 changes: 2 additions & 2 deletions examples/TextureAtlasExample/TextureAtlasExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<EmbeddedResource Include="Icon.bmp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.3" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.3" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
</ItemGroup>
<ItemGroup>
<None Update="character_robot.aseprite">
Expand Down
10 changes: 5 additions & 5 deletions examples/TilemapExample/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
"isRoot": true,
"tools": {
"dotnet-mgcb": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-mac"
]
Expand Down
4 changes: 2 additions & 2 deletions examples/TilemapExample/TilemapExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<EmbeddedResource Include="Icon.bmp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.3" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.3" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
</ItemGroup>
<ItemGroup>
<None Update="townmap.aseprite">
Expand Down
10 changes: 5 additions & 5 deletions examples/TilesetExample/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
"isRoot": true,
"tools": {
"dotnet-mgcb": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgcb-editor-mac"
]
Expand Down
4 changes: 2 additions & 2 deletions examples/TilesetExample/TilesetExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<EmbeddedResource Include="Icon.bmp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.3" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.3" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.4" />
</ItemGroup>
<ItemGroup>
<None Update="townmap.aseprite">
Expand Down
2 changes: 1 addition & 1 deletion source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageProjectUrl>https://github.com/AristurtleDev/monogame-aseprite</PackageProjectUrl>
<PackageIcon>nuget-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>Updated for MonoGame 3.8.3 and net8.0</PackageReleaseNotes>
<PackageReleaseNotes>Updated for MonoGame 3.8.4 and net8.0</PackageReleaseNotes>
<PackageTags>MonoGame;Aseprite;import;processes;read;write;sprite;animation;tileset;tilemap;spritesheet;pipeline;mgcb</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryBranch>main</RepositoryBranch>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- NuGet Package References -->
<ItemGroup>
<PackageReference Include="AsepriteDotNet" Version="1.9.0" />
<PackageReference Include="MonoGame.Framework.Content.Pipeline" Version="3.8.3" PrivateAssets="All" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.3" PrivateAssets="All" />
<PackageReference Include="MonoGame.Framework.Content.Pipeline" Version="3.8.4" PrivateAssets="All" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4" PrivateAssets="All" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion source/MonoGame.Aseprite/MonoGame.Aseprite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- NuGet Package References -->
<ItemGroup>
<PackageReference Include="AsepriteDotNet" Version="1.9.0" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.3" PrivateAssets="All" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.4" PrivateAssets="All" />
</ItemGroup>

<!-- Allow Test project to access internals -->
Expand Down
Loading