Mustache.MSBuild 0.2.0-preview-4

This is a prerelease version of Mustache.MSBuild.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Mustache.MSBuild --version 0.2.0-preview-4
NuGet\Install-Package Mustache.MSBuild -Version 0.2.0-preview-4
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="Mustache.MSBuild" Version="0.2.0-preview-4">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mustache.MSBuild --version 0.2.0-preview-4
#r "nuget: Mustache.MSBuild, 0.2.0-preview-4"
#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 Mustache.MSBuild as a Cake Addin
#addin nuget:?package=Mustache.MSBuild&version=0.2.0-preview-4&prerelease

// Install Mustache.MSBuild as a Cake Tool
#tool nuget:?package=Mustache.MSBuild&version=0.2.0-preview-4&prerelease

Mustache Templates for MSBuild and .NET Project

This repository provides a NuGet package that you can reference in your .NET project which allows you to render Mustache template when the project is built.

For a general tutorial on Mustache template, see: https://www.tsmean.com/articles/mustache/the-ultimate-mustache-tutorial/

Note: Due to the way MSBuild works, any file generated for the first time during build is only picked up on the second MSBuild run. Normally, this is not a problem because the files generated by this package are supposed to be check in under version control.

Note: Due to the way Visual Studio works, updating the version of this NuGet package while Visual Studio is running will not result in the new version being used. The (simplified) reason is that Visual Studio can load the assembly of this package only once - but can't unload it afterwards (to then load the new version). For the new version to be used, you have to restart Visual Studio.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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
0.3.3 634 10/15/2022
0.3.2 424 10/9/2022
0.3.2-preview4 268 10/9/2022
0.3.2-preview3 303 10/9/2022
0.3.2-preview2 368 10/9/2022
0.3.2-preview1 171 10/9/2022
0.3.1 494 9/15/2022
0.2.0 390 9/4/2022
0.2.0-preview-4 143 9/4/2022
0.2.0-preview-3 168 9/4/2022
0.2.0-preview-2 149 9/3/2022
0.2.0-preview-1 158 9/1/2022
0.1.0 386 8/11/2022
0.1.0-preview6 177 8/11/2022
0.1.0-preview5 174 8/10/2022
0.1.0-preview4 148 8/10/2022