DevDotNetSdk.Templating
0.3.0
See the version list below for details.
dotnet add package DevDotNetSdk.Templating --version 0.3.0
NuGet\Install-Package DevDotNetSdk.Templating -Version 0.3.0
<PackageReference Include="DevDotNetSdk.Templating" Version="0.3.0" />
paket add DevDotNetSdk.Templating --version 0.3.0
#r "nuget: DevDotNetSdk.Templating, 0.3.0"
// Install DevDotNetSdk.Templating as a Cake Addin #addin nuget:?package=DevDotNetSdk.Templating&version=0.3.0 // Install DevDotNetSdk.Templating as a Cake Tool #tool nuget:?package=DevDotNetSdk.Templating&version=0.3.0
DevDotNetSdk.Templating
What is DevDotNetSdk?
The DevDotNetSdk
library is a collection of types and tools that are useful in implementing solutions in .NET. This library was created, because I got tired of copying and pasting the same "base class library" into every new .NET project I started.
What is DevDotNetSdk.Templating
DevDotNetSdk.Templating
is a simple templating system that uses mardown files for the templates and C# objects for the template models. Documentation will come later as this library stablizes. For now, the GitHub repositor for this library contains unit tests that show how it can be used.
Release Notes
- v0.3 Added 'if' statements. See tests for examples.
Note: While this library is a 0.x version, expect that the shape of the library may change a bit. Once I get to a 1.0, I will use the standard symantic version practices, and major versions will indicate there was a breaking change of some type.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
-
net9.0
- DevDotNetSdk (>= 0.1.0)
- YamlDotNet (>= 13.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.