-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.9.2](0.9.1...0.9.2) (2022-12-04) ### Bug Fixes * Cleanup build and move shared into build.hxml. ([5d46d96](5d46d96)) * Fix issue with assembly name in C# in actual use. ([2a523b5](2a523b5)) * Fix issue with assembly name in C# in actual use. ([53d69be](53d69be))
- Loading branch information
1 parent
9264b49
commit 485f6aa
Showing
3 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dropecho/lib_example", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "An example haxelib that outputs to multiple targets.", | ||
"author": "vantreeseba <[email protected]>", | ||
"repository": "github:dropecho/lib_example", | ||
|