Vertiq.Templates.Default 7.0.0

dotnet add package Vertiq.Templates.Default --version 7.0.0
NuGet\Install-Package Vertiq.Templates.Default -Version 7.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Vertiq.Templates.Default" Version="7.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vertiq.Templates.Default --version 7.0.0
#r "nuget: Vertiq.Templates.Default, 7.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Vertiq.Templates.Default as a Cake Addin
#addin nuget:?package=Vertiq.Templates.Default&version=7.0.0

// Install Vertiq.Templates.Default as a Cake Tool
#tool nuget:?package=Vertiq.Templates.Default&version=7.0.0

Commitizen friendly Nuget CI

<img src="img/vertiq.svg" width="100px" />

Vertiq

A highly modular framework for writing Blazor applications with a hassle-free, vertical-sliced architecture - Easy. Flexible. Focused.

This includes various platforms Blazor can run on such as: Blazor Server Side / Blazor Wasm / Blazor MAUI / Blazor Mobile Bindings without a single change in your code!

Platform support: .net8.0 and upper.

Usage & Installation

Start by (re)installing the templates to the latest version

dotnet new install Vertiq.Templates 

Afterwards you will be able to start a simple project by running

REM Install the b-tool
dotnet tool install -g b-tool
REM Create the project
dotnet new vertiq-blazor-server -o AcmeProject
REM change dir
cd AcmeProject
REM create a git repo
git init && git add . && git commit -m "feat: initial commit"
REM build the project
b
REM run the project
b run -s

Contributing

Prerequisites

You need to have node v12, Yarn and dotnet sdk net8.0 or higher installed on your local machine.

Building

You should be able to build the project by using the build scripts:

#Windows
build.bat
#Or for short
b.bat
#Or for powershell
./build.ps1

#Linux & MacOS
. build.sh

However we recommend you use the b-tool to build the project by installing it via

dotnet tool install -g b-tool
REM To build just call b afterwards
b

Afterwards you will be able to build by simply calling b on any platform. You also can specify arguments just by passing them to the tool by a space for example: b test. This even works if you current directory is a subdirectory of the project.

The project uses bullseye to list individual targets use b -l. To run individual targets call b targetname -s

Testing

Some of the integration tests use Docker. On Windows or MacOS please install Docker Desktop. Afterwards the dockerized tests will run automatically.

Releasing

We follow the semver pattern to for versioning our packages. Please use the r-tool to automate the release process. To install it run:

dotnet tool install -g r-tool

And run r and follow the wizard to guide you to the release publishing process.

Writing docs

We use the Feature-Center as a custom tool to write the documentation. To serve up docs simply call dotnet run --project demo\FC\FC\FC.csproj and open https://localhost:7130. All documentation is in the demo/FC/FC.Module directory.

Licensing

Vertiq is available for commercial usage to a thirty-day trial period, after which a license fee must be paid to obtain a license. Please contact us via sales@vertiq.io.

Product 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.  net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.0 29 7/3/2024
6.1.4 62 6/30/2024
6.1.3 65 6/17/2024
6.1.2 62 6/17/2024
6.1.1 67 6/16/2024
6.1.0 67 6/16/2024
6.0.1 66 6/16/2024
5.7.1 157 11/29/2023
5.7.0 121 11/21/2023
5.6.0 112 11/15/2023
5.5.6 69 11/14/2023
5.5.5 65 11/11/2023
5.5.4 53 11/11/2023
5.5.3 62 11/11/2023
5.5.2 64 11/11/2023
5.5.1 68 11/10/2023
5.5.0 61 11/9/2023
5.4.0 64 11/9/2023
5.3.4 67 11/7/2023
5.3.3 65 11/7/2023
5.3.2 61 11/7/2023
5.3.1 70 11/6/2023
5.3.0 65 11/6/2023
5.2.2 79 10/30/2023
5.2.1 78 10/29/2023
5.2.0 70 10/23/2023
5.1.0 88 10/21/2023
5.0.0 80 10/2/2023
4.0.0 79 9/17/2023

## 7.0.0 (2024-07-03)
* test: BitBlazor Monthly routine ([3557bdd](https://github.com/vertiq-io/Vertiq/commit/3557bdd))
* test: verified version numbers ([d8178e0](https://github.com/vertiq-io/Vertiq/commit/d8178e0))
* build: added aspire host for FC ([cba23f8](https://github.com/vertiq-io/Vertiq/commit/cba23f8))
* build: changed LTS & STS Frameworks ([f075408](https://github.com/vertiq-io/Vertiq/commit/f075408))
* build: ignore _SkipUpgradeNetAnalyzersNuGetWarning ([e02d89a](https://github.com/vertiq-io/Vertiq/commit/e02d89a))
* build: moved package references ([6651150](https://github.com/vertiq-io/Vertiq/commit/6651150))
* build: try to fix template issue ([578494b](https://github.com/vertiq-io/Vertiq/commit/578494b))
* build: update package references and change LTS & STS Frameworks ([98bf859](https://github.com/vertiq-io/Vertiq/commit/98bf859))
* build: update package references and change LTS & STS Frameworks ([be8c1ca](https://github.com/vertiq-io/Vertiq/commit/be8c1ca))
* build: updated build projects to latest nugets ([f23dc65](https://github.com/vertiq-io/Vertiq/commit/f23dc65))
* build: updated build projects to latest nugets ([f583f20](https://github.com/vertiq-io/Vertiq/commit/f583f20))
* build: updated mauihybrid versions ([32ef86a](https://github.com/vertiq-io/Vertiq/commit/32ef86a))
* build: updated Xenial.Beer ([e79bccc](https://github.com/vertiq-io/Vertiq/commit/e79bccc))
* refactor: align time markers with day labels in RRScheduler component ([83f2865](https://github.com/vertiq-io/Vertiq/commit/83f2865))
* refactor: merged Directory.Packages.props files ([2736c08](https://github.com/vertiq-io/Vertiq/commit/2736c08))
* refactor: moved dependencies to RRScheduler ([9dec3a1](https://github.com/vertiq-io/Vertiq/commit/9dec3a1))
* refactor: remove commented out code for toggling horizontal view in ShiftPlanning component ([ac6b173](https://github.com/vertiq-io/Vertiq/commit/ac6b173))
* refactor: renamed Remarks Platform property to FCPlatform to avoid breaking change ([a7f1754](https://github.com/vertiq-io/Vertiq/commit/a7f1754))
* refactor: update class names and styles in AddSlotButton and EmployeeAvatar components ([df7f7e0](https://github.com/vertiq-io/Vertiq/commit/df7f7e0))
* refactor: update RRScheduler component day view support ([460771c](https://github.com/vertiq-io/Vertiq/commit/460771c))
* refactor: update RRScheduler component styles for dark mode support ([a83c02b](https://github.com/vertiq-io/Vertiq/commit/a83c02b))
* refactor: update RRScheduler component styles for dark mode support ([485c8c4](https://github.com/vertiq-io/Vertiq/commit/485c8c4))
* refactor: update RRScheduler component styles for dark mode support ([417a0c7](https://github.com/vertiq-io/Vertiq/commit/417a0c7))
* refactor: update styles for AddSlotButton and EmployeeAvatar components ([8db7948](https://github.com/vertiq-io/Vertiq/commit/8db7948))
* refactor: update styles for AddSlotButton and EmployeeAvatar components ([44eedcc](https://github.com/vertiq-io/Vertiq/commit/44eedcc))
* refactor: update styles for AddSlotButton and EmployeeAvatar components ([9405826](https://github.com/vertiq-io/Vertiq/commit/9405826))
* refactor: update styles for AddSlotButton and EmployeeAvatar components ([3a4bbe8](https://github.com/vertiq-io/Vertiq/commit/3a4bbe8))
* refactor: update styles for RRScheduler component to support dark mode ([92dc882](https://github.com/vertiq-io/Vertiq/commit/92dc882))
* refactor: update styles for SubNavigationRegion and BlarozityNavMenu components ([1e44572](https://github.com/vertiq-io/Vertiq/commit/1e44572))
* chore: added Google.OrTools package ([e34d327](https://github.com/vertiq-io/Vertiq/commit/e34d327))
* chore: Resolve deprecated packages and update dependencies ([b1ac030](https://github.com/vertiq-io/Vertiq/commit/b1ac030))
* Update package references and target frameworks ([bf62b72](https://github.com/vertiq-io/Vertiq/commit/bf62b72))
* feat: Add Blazority package and update dependencies ([77c823c](https://github.com/vertiq-io/Vertiq/commit/77c823c))
* feat: Add SetThemeEffect for Blazority templates ([826e1eb](https://github.com/vertiq-io/Vertiq/commit/826e1eb))
* feat: Add SetThemeEffect for Blazority templates ([7d3c941](https://github.com/vertiq-io/Vertiq/commit/7d3c941))
* feat: added basic context menu ([c296d85](https://github.com/vertiq-io/Vertiq/commit/c296d85))
* feat: added basic solver ([a15cdc1](https://github.com/vertiq-io/Vertiq/commit/a15cdc1))
* feat: added capability to add number of shift slots when adding a new shift ([a1b5c91](https://github.com/vertiq-io/Vertiq/commit/a1b5c91))
* feat: added empty slots ([6540d18](https://github.com/vertiq-io/Vertiq/commit/6540d18))
* feat: added possibility to add slots to shifts ([2bf9eb5](https://github.com/vertiq-io/Vertiq/commit/2bf9eb5))
* feat: added shift plan state ([7b0ea92](https://github.com/vertiq-io/Vertiq/commit/7b0ea92))
* feat: added shift plan state ([5b32a45](https://github.com/vertiq-io/Vertiq/commit/5b32a45))
* feat: added the basic solving algorithm ([1618dd6](https://github.com/vertiq-io/Vertiq/commit/1618dd6))
* feat: added the possibility to add tags to html based on theming preferences ([9850d23](https://github.com/vertiq-io/Vertiq/commit/9850d23))
* feat: added weather icons ([ca587ae](https://github.com/vertiq-io/Vertiq/commit/ca587ae))
* feat: display current shiftplan hours ([8ff1831](https://github.com/vertiq-io/Vertiq/commit/8ff1831))
* feat: display current shiftplan in german ([8043fe5](https://github.com/vertiq-io/Vertiq/commit/8043fe5))
* feat: display horizontal and vertical timeline ([17f484b](https://github.com/vertiq-io/Vertiq/commit/17f484b))
* feat: display shiftplan entries ([7e92819](https://github.com/vertiq-io/Vertiq/commit/7e92819))
* feat: Improve SetThemeEffect for Blazority templates ([6e5cc0b](https://github.com/vertiq-io/Vertiq/commit/6e5cc0b))
* feat: it's now possible to assign, remove employees from shift slots as well as adding and removing  ([0058539](https://github.com/vertiq-io/Vertiq/commit/0058539))
* feat: move shifts via drag & drop WIP ([88686b0](https://github.com/vertiq-io/Vertiq/commit/88686b0))
* feat: refactored the schedulesolver ([583f6d6](https://github.com/vertiq-io/Vertiq/commit/583f6d6))
* feat: refactored the schedulesolver ([c0b2167](https://github.com/vertiq-io/Vertiq/commit/c0b2167))
* feat: scheduler minimum numbers of employees ([0fd24cf](https://github.com/vertiq-io/Vertiq/commit/0fd24cf))
* feat: Update package references and change LTS & STS Frameworks ([d4304b8](https://github.com/vertiq-io/Vertiq/commit/d4304b8))
* feat(components): added RRScheduler stub ([ee54c55](https://github.com/vertiq-io/Vertiq/commit/ee54c55))
* feat(demo): Added basic scheduler component ([4773d00](https://github.com/vertiq-io/Vertiq/commit/4773d00))
* feat(demo): added fake employee data ([bda8b58](https://github.com/vertiq-io/Vertiq/commit/bda8b58))
* feat(demo): added fake employee data ([5e9a533](https://github.com/vertiq-io/Vertiq/commit/5e9a533))
* feat(demo): added fake employee data ([0df1735](https://github.com/vertiq-io/Vertiq/commit/0df1735))
* feat(demo): added fake employee data ([eeb5c9e](https://github.com/vertiq-io/Vertiq/commit/eeb5c9e))
* feat(demo): added RotaRhino basic project structure ([af29d59](https://github.com/vertiq-io/Vertiq/commit/af29d59))
* feat(demo): added RotaRhino Scheduler Module ([c17ca0a](https://github.com/vertiq-io/Vertiq/commit/c17ca0a))
* feat(demo): added VSemanticIcons.Brand ([6ea557c](https://github.com/vertiq-io/Vertiq/commit/6ea557c))
* fix: employee avatar in employee list is now larger ([7439b56](https://github.com/vertiq-io/Vertiq/commit/7439b56))
* fix: make sure img dont escape out of the circle ([b6d4395](https://github.com/vertiq-io/Vertiq/commit/b6d4395))
* fix: resovled nullablility and readobly warnings ([5028284](https://github.com/vertiq-io/Vertiq/commit/5028284))
* style(demo): RRScheduler basic styles ([4d8c90d](https://github.com/vertiq-io/Vertiq/commit/4d8c90d))
* style(demo): RRScheduler basic styles ([4ab9a61](https://github.com/vertiq-io/Vertiq/commit/4ab9a61))
## <small>6.1.4 (2024-06-30)</small>
* release: new version 6.1.4 ([ca6f239](https://github.com/vertiq-io/Vertiq/commit/ca6f239))
* docs(build): update package description in Directory.Build.props and README ([196a666](https://github.com/vertiq-io/Vertiq/commit/196a666)), closes [#80](https://github.com/vertiq-io/Vertiq/issues/80)
* docs(feature-center): fix typos in documentation ([1e29d19](https://github.com/vertiq-io/Vertiq/commit/1e29d19))
* chore: Update target framework to net8.0 when using ncrunch ([dc8cd46](https://github.com/vertiq-io/Vertiq/commit/dc8cd46))
* chore(build): set packaging visibility to false ([d5b9158](https://github.com/vertiq-io/Vertiq/commit/d5b9158)), closes [#81](https://github.com/vertiq-io/Vertiq/issues/81)
* feat(components)!: Added `VSemanticIcons` ([2618e5d](https://github.com/vertiq-io/Vertiq/commit/2618e5d))
* feat(BO): Added basic backoffice mail client module structure ([de553f3](https://github.com/vertiq-io/Vertiq/commit/de553f3))
* feat(BO): Added basic backoffice project structure ([33d2f12](https://github.com/vertiq-io/Vertiq/commit/33d2f12))
* feat(modules): added settings module stubs ([815a478](https://github.com/vertiq-io/Vertiq/commit/815a478))
* feat(modules): added settings module stubs ([cc051eb](https://github.com/vertiq-io/Vertiq/commit/cc051eb))
### BREAKING CHANGE
* We decided to depricate all old Icons that were used and moved them to the Vertic.Core package