• Resolve visual studio messages
• Using attributes to fill manifest Extra property
• Add support for static string array
• Add Features in Template.CSharp project.
• fix a bug about convert func
• fix a vb value convert problem
• fix notequal with null problem
• Allow neon to compile from the source (2x)
• build exe by default (master-2.x)
• Add UnitTest for Array and fixed int Array Init problem
• Package NEON as .net global tool
• Test multiple entry points in the same assembly
• fix some address convert problem
• add unittest for NullCoalescing and nullCollation
• FeaturesAttribute instead of individual feature attributes to match 3.x
• Update NEON to emit debug information
• Update dev-pack with last neo changes
• Long string switch rebase help
• Write manifest file with storage and payable according the contract needs
• Prevent events with return (3x)
• Update Neo.SmartContract.Framework according to last neo3 changes
• Generate default manifest file when compiling
• Fix OOM abusing large arrays (3x)
• Fix publish updating the nuget
• Added new syscalls — GetInvocationCounter and GetNotifications