Skip to content

v0.6.0-beta12: Naming Convention & Cache Fixes

Pre-release
Pre-release

Choose a tag to compare

@StevenTCramer StevenTCramer released this 12 Jul 17:36
· 779 commits to master since this release

Changes

  • Fixed naming convention: Renamed FZF to Fzf throughout codebase to follow C# conventions
  • Fixed LocalNuGetCache: Now uses single location at repository root instead of scattered folders
  • Added code analysis: Comprehensive analysis report with actionable recommendations

Technical Details

  • All FZF classes, files, and folders renamed to use Pascal case (Fzf)
  • Directory.Build.props now uses $(MSBuildThisFileDirectory) for RestorePackagesPath
  • Cleaned up multiple LocalNuGetCache folders in test directories
  • Updated references in Ghq and Gwq extensions

Breaking Changes

  • If you were using in your code, update to
  • Class is now