Skip to content

Commit c0a4d9c

Browse files
authored
Merge pull request #186 from Unity-Technologies/UNI-21388-sprint-17-release
Uni 21388 sprint 17 release
2 parents 7129dac + 95904c0 commit c0a4d9c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ MESSAGE(STATUS "CMAKE_INSTALL_PREFIX is: " ${CMAKE_INSTALL_PREFIX})
1313

1414
option(CREATE_PACKAGE "Create Package" OFF)
1515
if (NOT DEFINED PACKAGE_VERSION)
16-
set(PACKAGE_VERSION "0.0.4a")
16+
set(PACKAGE_VERSION "0.0.5a")
1717
endif()
1818

1919
if (NOT DEFINED PACKAGE_PATH)

docs/RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#RELEASE NOTES
2+
3+
**Version**: 0.0.5a
4+
5+
Added Doxygen documentation generation for C# bindings.

0 commit comments

Comments
 (0)