Skip to content

Release 0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@cheese3660 cheese3660 released this 14 Jan 14:50
· 6 commits to main since this release
230c4dd

This is the first testing release of Premonition, it adds the following attributes for runtime use

[PremonitionAssembly("AssemblyName")]
[PremonitionType("TypeName")]
[PremonitionMethod("MethodName")]
[PremonitionConstructor]
[PremonitionDestructor]
[PremonitionGetter("PropertyName")]
[PremonitionSetter("PropertyName")]
[PremonitionIndexerGetter]
[PremonitionIndexerSetter]
[PremonitionPrefix]
[PremonitionPostfix]
[PremonitionTrampoline]