All notable changes to this project will be documented in this file.
- Ability to create property and read-only property from constructor
- Fix for placing field outside class in some circumstances
- Ability to turn "this" prefix on and off
- Detect base classes for initializing members
- Ability to create new class/interface if using csproj files on .Net Core
- Initialize fields from constructor
- Initialize constructor from properties
- Bug fix for paths with spaces in them, creates namespace with underscore insteadnot sure
- Bug fix for paths with multiple hyphens
- Bug fix for extension of new file
- If no extension exists then it will add .cs on the end
- Ask only for filename instead of full path
- If path containes hyphen in path, make sure this becomes an underscore like VS
- Removed change log from release notes.md
- Works on Windows
- Can create class from root folder
- Templates can specifiy where cursor exists
- Intial Release