File tree Expand file tree Collapse file tree 5 files changed +18
-13
lines changed
MonoGame.Aseprite.Content.Pipeline Expand file tree Collapse file tree 5 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 11
11
- `AnimatedSprite.Update(double)` and `AnimatedTilemap.Update(double)` now expect the value being passed to be a representation of elapsed seconds and not elapsed milliseconds. This is in-line with the common use case of delta time being representative of seconds elapsed and not milliseconds elapsed. (Closes #61)
12
12
13
13
## 4.0.5 Hotfix
14
- - `Slice.Origin` value is not set property in constructor. (Closes #64)
14
+ - `Slice.Origin` value is not set property in constructor. (Closes #64)
15
+
16
+ ## 4.0.6 Hotfix
17
+ - Removed package dependency on DesktopGL (Closes #66)
Original file line number Diff line number Diff line change 3
3
A Cross Platform C# Library That Adds Support For Aseprite Files in MonoGame Projects.
4
4
5
5
[ ![ build-and-test] ( https://github.com/AristurtleDev/monogame-aseprite/actions/workflows/buildandtest.yml/badge.svg )] ( https://github.com/AristurtleDev/monogame-aseprite/actions/workflows/buildandtest.yml )
6
- [ ![ Nuget 4.0.5 ] ( https://img.shields.io/nuget/v/MonoGame.Aseprite?color=blue&style=flat-square )] ( https://www.nuget.org/packages/MonoGame.Aseprite/4.0.5 )
6
+ [ ![ Nuget 4.0.6 ] ( https://img.shields.io/nuget/v/MonoGame.Aseprite?color=blue&style=flat-square )] ( https://www.nuget.org/packages/MonoGame.Aseprite/4.0.6 )
7
7
[ ![ License: MIT] ( https://img.shields.io/badge/📃%20license-MIT-blue?style=flat )] ( LICENSE )
8
8
[ ![ 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 )
9
9
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/buildandtest.yml/badge.svg )] ( https://github.com/AristurtleDev/monogame-aseprite/actions/workflows/buildandtest.yml )
7
- [ ![ Nuget 4.0.5 ] ( https://img.shields.io/nuget/v/MonoGame.Aseprite?color=blue&style=flat-square )] ( https://www.nuget.org/packages/MonoGame.Aseprite/4.0.5 )
7
+ [ ![ Nuget 4.0.6 ] ( https://img.shields.io/nuget/v/MonoGame.Aseprite?color=blue&style=flat-square )] ( https://www.nuget.org/packages/MonoGame.Aseprite/4.0.6 )
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
Original file line number Diff line number Diff line change 4
4
<ImplicitUsings >enable</ImplicitUsings >
5
5
<Nullable >enable</Nullable >
6
6
<GenerateDocumentationFile >False</GenerateDocumentationFile >
7
- <Version >4.0.5 </Version >
7
+ <Version >4.0.6 </Version >
8
8
</PropertyGroup >
9
9
10
10
<PropertyGroup >
21
21
<!-- dotnet pack Nuget Config stuff -->
22
22
<PropertyGroup >
23
23
<PackageId >MonoGame.Aseprite.Content.Pipeline</PackageId >
24
- <Version >4.0.5 </Version >
25
- <AssemblyVersion >4.0.5 </AssemblyVersion >
26
- <FileVersion >4.0.5 </FileVersion >
24
+ <Version >4.0.6 </Version >
25
+ <AssemblyVersion >4.0.6 </AssemblyVersion >
26
+ <FileVersion >4.0.6 </FileVersion >
27
27
<Authors >Christopher Whitley</Authors >
28
28
<Company >Aristurtle</Company >
29
29
<PackageLicenseExpression >MIT</PackageLicenseExpression >
37
37
<PackageTags >
38
38
MonoGame;Aseprite;import;processes;read;write;sprite;animation;tileset;tilemap;spritesheet;pipeline;mgcb</PackageTags >
39
39
<PackageReleaseNotes >
40
- Version 4.0.5
40
+ Version 4.0.6
41
41
The following bug fixes were implemented:
42
- - `Slice.Origin` value is not set property in constructor. (Closes #64 )
42
+ - Removed package dependency on DesktopGL (Closes #66 )
43
43
</PackageReleaseNotes >
44
44
<Description >
45
45
MonoGame.Aseprite.Content.Pipeline is a cross-platform C# library that adds an extension to the MonoGame
Original file line number Diff line number Diff line change 4
4
<ImplicitUsings >enable</ImplicitUsings >
5
5
<Nullable >enable</Nullable >
6
6
<GenerateDocumentationFile >False</GenerateDocumentationFile >
7
- <Version >4.0.5 </Version >
7
+ <Version >4.0.6 </Version >
8
8
</PropertyGroup >
9
9
10
10
<PropertyGroup >
29
29
</PackageTags >
30
30
<PackageReadmeFile >README.md</PackageReadmeFile >
31
31
<PackageReleaseNotes >
32
- Version 4.0.5
32
+ Version 4.0.6
33
33
The following bug fixes were implemented:
34
- - `Slice.Origin` value is not set property in constructor. (Closes #64 )
34
+ - Removed package dependency on DesktopGL (Closes #66 )
35
35
</PackageReleaseNotes >
36
36
<Description >
37
37
MonoGame.Aseprite is a cross-platofrm C# library that adds support to MonoGame projects for
49
49
50
50
<!-- Nuget Package References -->
51
51
<ItemGroup >
52
- <PackageReference Include =" MonoGame.Framework.DesktopGL" Version =" 3.8.1.303" />
52
+ <PackageReference Include =" MonoGame.Framework.DesktopGL" Version =" 3.8.1.303" >
53
+ <PrivateAssets >All</PrivateAssets >
54
+ </PackageReference >
53
55
</ItemGroup >
54
56
55
57
<!-- Allow the test project to use internal types for testing -->
You can’t perform that action at this time.
0 commit comments