SmartCode v2.2.0 Release Notes

Release Date: 2019-04-16 // about 5 years ago
  • 🔨 1. refactor ProcessBuildTask

    Publish: Type: ProcessParameters: FileName: powershellWorkingDirectory: '{{Project.Output.Path}}'Args: dotnet publish -c Release -o '{{Project.Output.Path}}\publish'Run: Type: ProcessParameters: FileName: powershellWorkingDirectory: '{{Project.Output.Path}}\publish'CreateNoWindow: falseRedirectStandardOutput: falseRedirectStandardError: falseWaitForExit: falseWriteLines: ['dotnet {{Project.Module}}.API.dll']RunChrome: Type: ProcessParameters: FileName: C:\Program Files (x86)\Google\Chrome\Application\chrome.exeCreateNoWindow: falseArgs: http://localhost:5000/swagger
    
    1. change word Paramters -> Parameters (Broken change)
    2. change sln directory structure ⚡️ 3. update Template to SmartSql-v4