Skip to content

Commit

Permalink
chore(release): 1.0.0-preview.4 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-preview.4](v1.0.0-preview.3...v1.0.0-preview.4) (2020-01-06)

### Features

* add/remove scripting define symbols each assemblies ([101b587](101b587)), closes [#12](#12)
* modify symbols in csproj ([47eef0e](47eef0e))
* refactor setting ([5e5e869](5e5e869))
* use Microsoft.Net.Compilers to compile ([d9b4648](d9b4648)), closes [#11](#11)
  • Loading branch information
semantic-release-bot committed Jan 6, 2020
1 parent 92cff28 commit 1a70829
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Packages/com.coffee.open-sesame-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.0.0-preview.4](https://github.com/mob-sakai/OpenSesameCompilerForUnity/compare/v1.0.0-preview.3...v1.0.0-preview.4) (2020-01-06)


### Features

* add/remove scripting define symbols each assemblies ([101b587](https://github.com/mob-sakai/OpenSesameCompilerForUnity/commit/101b587e0f70ebb0d655071d0b07d6d81d68c475)), closes [#12](https://github.com/mob-sakai/OpenSesameCompilerForUnity/issues/12)
* modify symbols in csproj ([47eef0e](https://github.com/mob-sakai/OpenSesameCompilerForUnity/commit/47eef0e174881e4f841e2bb9080714f87a0cf231))
* refactor setting ([5e5e869](https://github.com/mob-sakai/OpenSesameCompilerForUnity/commit/5e5e8696315694346cf2fcea4716eaa78ca756fd))
* use Microsoft.Net.Compilers to compile ([d9b4648](https://github.com/mob-sakai/OpenSesameCompilerForUnity/commit/d9b464876df8308899e57297aebe2a0457de88f0)), closes [#11](https://github.com/mob-sakai/OpenSesameCompilerForUnity/issues/11)

# [1.0.0-preview.3](https://github.com/mob-sakai/OpenSesameCompilerForUnity/compare/v1.0.0-preview.2...v1.0.0-preview.3) (2019-12-25)


Expand Down
2 changes: 1 addition & 1 deletion Packages/com.coffee.open-sesame-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.coffee.open-sesame-compiler",
"displayName": "Open Sesame Compiler",
"description": "A Roslyn compiler to access internals/privates. In other words, you can access to any internals/privates in other assemblies, without reflection. Let's say, \"Open sesame!\"",
"version": "1.0.0-preview.3",
"version": "1.0.0-preview.4",
"unity": "2018.3",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 1a70829

Please sign in to comment.