Skip to content

Commit

Permalink
Updated cecil.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertzole committed Feb 11, 2021
1 parent 47fcec5 commit b09b082
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [0.4.0-preview] - Unreleased
## [0.4.1-preview] - 2021-02-11
### Changed
- Updated Mono.Cecil dependency.

## [0.4.0-preview] - 2021-01-12
### Added
- Timed attribute to automatically show how long a method or property takes to execute.
- MarkInProfiler attribute to make methods show up in the Unity profiler.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "se.hertzole.cecil-attributes",
"version": "0.4.0-preview",
"version": "0.4.1-preview",
"displayName": "Cecil Attributes",
"description": "Adds advanced attributes that post-processes your assembly to generate code for you. \n\nDo repetetive tasks with one simple attribute!",
"unity": "2019.4",
"unityRelease": "0f1",
"dependencies": {
"nuget.mono-cecil": "0.1.6-preview"
"com.unity.nuget.mono-cecil": "1.10.1"
},
"keywords": [
"cecil",
Expand Down

0 comments on commit b09b082

Please sign in to comment.