Skip to content

Commit 7853348

Browse files
committed
Release 1.1.2
1 parent a2256ea commit 7853348

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Documentation/src/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33
Changelog for versions
4+
- <a href="https://github.com/IrishBruse/LDtkMonogame/compare/v1.1.1...v1.1.2">1.1.2</a>
5+
- Fix intgrid contains bug
6+
- Fix content loading
7+
- Cache tilemaps in renderer
8+
- Nullable support
9+
- Upgrade json to 1.3.4
410
- <a href="https://github.com/IrishBruse/LDtkMonogame/compare/v1.1.0...v1.1.1">1.1.1</a>
511
- Fix assetName for textures when the parent ldtk is in a nested folder [PR-25](https://github.com/IrishBruse/LDtkMonogame/pull/25)
612
- <a href="https://github.com/IrishBruse/LDtkMonogame/compare/v1.0.1...v1.1.0">1.1.0</a>

LDtk.Codegen/LDtk.Codegen.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<Version>1.1.1</Version>
12+
<Version>1.1.2</Version>
1313
<Authors>Ethan Conneely</Authors>
1414
<Product>LDtk Monogame</Product>
1515
<PackageId>LDtkMonogame.Codegen</PackageId>

LDtk.ContentPipeline/LDtk.ContentPipeline.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<PropertyGroup>
10-
<Version>1.1.1</Version>
10+
<Version>1.1.2</Version>
1111
<Authors>Ethan Conneely</Authors>
1212
<Product>LDtk Monogame</Product>
1313
<PackageId>LDtkMonogame.ContentPipeline</PackageId>

LDtk/LDtk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
15-
<Version>1.1.1</Version>
15+
<Version>1.1.2</Version>
1616
<Authors>Ethan Conneely</Authors>
1717
<Product>LDtk Monogame</Product>
1818
<PackageId>LDtkMonogame</PackageId>

0 commit comments

Comments
 (0)