Skip to content

Commit 00d72ed

Browse files
committed
Merge branch 'release/1.2.1'
2 parents 37dc85d + 6d36bb5 commit 00d72ed

5 files changed

+29
-6
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
# [1.2.0]
8+
## [1.2.1]
9+
10+
### Fixed
11+
12+
- Build was failing because the asmdef wasn't configured to be only available in the Editor
13+
14+
---
15+
16+
## [1.2.0]
917

1018
### Added
1119

@@ -62,6 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6270

6371
Initial version
6472

73+
[1.2.1]: https://github.com/kleber-swf/unity-bitmap-font-creator/releases/tag/1.2.1
74+
[1.2.0]: https://github.com/kleber-swf/unity-bitmap-font-creator/releases/tag/1.2.0
6575
[1.1.1]: https://github.com/kleber-swf/unity-bitmap-font-creator/releases/tag/1.1.1
6676
[1.1.0]: https://github.com/kleber-swf/unity-bitmap-font-creator/releases/tag/1.1.0
6777
[1.0.0]: https://github.com/kleber-swf/unity-bitmap-font-creator/releases/tag/1.0.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "dev.klebersilva.bitmapfontcreator.Editor",
3+
"rootNamespace": "dev.klebersilva.bitmapfontcreator",
4+
"references": [],
5+
"includePlatforms": [
6+
"Editor"
7+
],
8+
"excludePlatforms": [],
9+
"allowUnsafeCode": false,
10+
"overrideReferences": false,
11+
"precompiledReferences": [],
12+
"autoReferenced": true,
13+
"defineConstraints": [],
14+
"versionDefines": [],
15+
"noEngineReferences": false
16+
}

Editor/dev.klebersilva.tools.bitmapfontcreator.asmdef.meta renamed to Editor/dev.klebersilva.bitmapfontcreator.Editor.asmdef.meta

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/dev.klebersilva.tools.bitmapfontcreator.asmdef

-3
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dev.klebersilva.tools.bitmapfontcreator",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A simple tool to create bitmap fonts from a texture sprite sheet to be used with Text component.",
55
"displayName": "Bitmap Font Creator",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)