Kraft 8.0.2
dotnet tool install --global Kraft --version 8.0.2
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Kraft --version 8.0.2
#tool dotnet:?package=Kraft&version=8.0.2
nuke :add-package Kraft --version 8.0.2
Command-Line-Interface (Cli) tools for the CoreKraft/BindKraft frameworks
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
8.0.2 | 333 | 12/11/2024 |
8.0.1 | 1,885 | 7/11/2024 |
8.0.0 | 756 | 5/22/2024 |
7.0.8 | 2,390 | 9/13/2023 |
7.0.7 | 1,533 | 4/20/2023 |
7.0.6 | 478 | 4/19/2023 |
7.0.5 | 507 | 4/12/2023 |
7.0.4 | 419 | 4/10/2023 |
7.0.3 | 335 | 4/10/2023 |
7.0.2 | 665 | 3/17/2023 |
7.0.1 | 421 | 3/17/2023 |
7.0.0 | 391 | 3/15/2023 |
6.0.10 | 406 | 3/10/2023 |
6.0.9 | 317 | 3/10/2023 |
6.0.8 | 589 | 2/22/2023 |
6.0.7 | 390 | 2/22/2023 |
6.0.6 | 383 | 2/21/2023 |
6.0.5 | 354 | 2/21/2023 |
6.0.4 | 378 | 2/21/2023 |
6.0.3 | 542 | 1/31/2023 |
6.0.2 | 409 | 1/27/2023 |
6.0.1 | 453 | 1/17/2023 |
6.0.0 | 1,527 | 7/25/2022 |
5.0.2 | 1,513 | 9/7/2021 |
5.0.1 | 506 | 8/18/2021 |
5.0.0 | 1,472 | 5/5/2021 |
1.0.36 | 1,359 | 12/21/2020 |
1.0.35 | 512 | 12/21/2020 |
1.0.34 | 536 | 12/21/2020 |
1.0.33 | 548 | 12/7/2020 |
1.0.32 | 923 | 11/8/2020 |
1.0.31 | 565 | 11/8/2020 |
1.0.30 | 1,008 | 9/30/2020 |
1.0.29 | 554 | 9/28/2020 |
1.0.28 | 807 | 9/6/2020 |
1.0.27 | 589 | 9/6/2020 |
1.0.26 | 516 | 9/4/2020 |
1.0.25 | 527 | 9/3/2020 |
1.0.24 | 538 | 9/3/2020 |
1.0.23 | 594 | 9/1/2020 |
1.0.22 | 1,970 | 4/24/2020 |
1.0.21 | 852 | 4/1/2020 |
1.0.20 | 544 | 4/1/2020 |
1.0.19 | 611 | 4/1/2020 |
1.0.18 | 617 | 3/31/2020 |
1.0.17 | 584 | 3/31/2020 |
1.0.16 | 587 | 3/30/2020 |
1.0.15 | 669 | 3/24/2020 |
1.0.14 | 598 | 3/23/2020 |
1.0.13 | 3,501 | 10/25/2019 |
1.0.12 | 1,242 | 9/23/2019 |
1.0.11 | 2,906 | 5/9/2019 |
1.0.10 | 671 | 5/9/2019 |
1.0.9 | 707 | 5/9/2019 |
1.0.8 | 792 | 5/2/2019 |
1.0.7 | 882 | 4/18/2019 |
1.0.6 | 1,904 | 2/15/2019 |
1.0.5 | 748 | 2/15/2019 |
1.0.4 | 1,138 | 1/28/2019 |
1.0.3 | 1,203 | 1/8/2019 |
1.0.2 | 892 | 1/7/2019 |
1.0.1 | 811 | 1/4/2019 |
1.0.0 | 1,468 | 11/22/2018 |
Contains the Command-Line-Interface (Cli) tools for the CoreKraft/BindKraft frameworks
Extension: Pass e.g. SymbolPackageFormat (snupkg) when packaging assembly for Nuget. Default is symbol.
- Fix an issue when creating a Nuget-Package with -p:SymbolPackageFormat=snupkg
- Version 1.0.5: Added a specific command for patching Sql-Databases
- Version 1.0.6: Fix bug when passing a single database name
- Version 1.0.7: Update and extend packing of Modules as Nugets
- Version 1.0.7: Ease packing of Modules as Nugets
- Version 1.0.8: Edit Ccf.Ck.Module.csproj <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- Version 1.0.10: Edit Ccf.Ck.Module.csproj <Pack>true</Pack>
- Version 1.0.11: Edit Ccf.Ck.Module.csproj <PackageCopyToOutput>true</PackageCopyToOutput>
- Version 1.0.12: Fix error when patching single database (use the passed in file name without any wild cards)
- Version 1.0.13: Changed the internal handling of how a single database is patched
- Version 1.0.14: Bugfix when console will hang if the output buffer is filled with more that 4KB of data
- Version 1.0.15: Bugfix when tools executed in a chain of tools hangs on WaitForExit (RedirectStandardOutput=false and RedirectStandardError=false)
- Version 1.0.16: Adding Less to Css compilation command with time measurement; extension to the CLI to capture and visualize output from other command scripts
- Version 1.0.17: Extend the css compilation with profound checks of the parameters
- Version 1.0.18: Remove trailing slash when calling the compiler
- Version 1.0.19: Integrate additional command for compiling the main themes folder
- Version 1.0.20: Adding support for compiling the main themes folder or other modules
- Version 1.0.21: Fix bugs with exclusion of options (compiling the main themes folder or other modules)
- Version 1.0.22: Fix bug by sqlite database patching (versions not sorted properly)
- Version 1.0.23: Update package.json for Babel and jsDoc
- Version 1.0.24: Temporarily remove "use strict";
- Version 1.0.25: Close the file after reading its content
- Version 1.0.26: Update the exclusion list for Babel
- Version 1.0.27: Update babel configuration for the last 2 versions of modern browsers
- Version 1.0.28: Update babel configuration for the last 2 versions of modern browsers reading from configuration file
- Version 1.0.29: Update babel to work on folder and not on single file
- Version 1.0.30: Sqlite patch fixing https://github.com/aspnet/Microsoft.Data.Sqlite/issues/324
- Version 1.0.31: Update to version net6.0
- Version 1.0.32: Fix CreateHostBuilder for net6.0
- Version 1.0.33: Remove internal nuget package link
- Version 1.0.34: Adding support for less compilation with Themes in subfolders and not only in BindKraftStyles
- Version 1.0.35: Fix bug cleaning up the empty Themes folder
- Version 1.0.36: Fix bug cleaning up the empty Themes folder (check if it exists and is empty)
- Version 5.0.2: Update net core version to 5
- Version 6.0.0: Update net core version to 6, add command for generating patches from 2 db schemas
- Version 6.0.1: Adding Command for patching MsSQL-Server
- Version 6.0.2: Close the cli if Enter is hit and no commands passed
- Version 6.0.3: Adding max version to patch for command "patching MsSQL-Server"
- Version 6.0.4: Non-interactive mode which closes the application at the end. Useful when executed from scripts.
- Version 6.0.5: If Kraft or kraft passed as part of the command, escape it and continue
- Version 6.0.6: Add dump command to check entry parameters
- Version 6.0.7: Allow all commands to be passed in surrounded with quotes
- Version 6.0.8: Restructure args handling for non-interactive working
- Version 6.0.9: Implement removefiles for clean deployment
- Version 6.0.10: Adding non-interactive for removefiles
- Version 7.0.0: Updated to NET7
- Version 7.0.1: When command is non-interactive log error and close
- Version 7.0.2: Fix non-interactive issue with finally
- Version 7.0.3: Fix regular expression for acquiring the version from file names
- Version 7.0.4: Microsoft.SqlServer.Smo to execute batch scripts
- Version 7.0.5: Remove files for ResponseResourceCache module
- Version 7.0.6: Fix serverConnection.LoginSecure to use the logged in windows user
- Version 7.0.7: Pass username/password from the connection string for MSSql
- Version 7.0.8: Fix reg ex for replacing theme names
- Version 8.0.0: Updated to net8.0
- Version 8.0.1: Include debug information when creating nuget packages
- Version 8.0.2: Exclude "**/KraftMeet/Public/**" from Babel transformations