MSBuild.Tools 0.2.38

There is a newer version of this package available.
See the version list below for details.
dotnet add package MSBuild.Tools --version 0.2.38
NuGet\Install-Package MSBuild.Tools -Version 0.2.38
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="MSBuild.Tools" Version="0.2.38" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MSBuild.Tools --version 0.2.38
#r "nuget: MSBuild.Tools, 0.2.38"
#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 MSBuild.Tools as a Cake Addin
#addin nuget:?package=MSBuild.Tools&version=0.2.38

// Install MSBuild.Tools as a Cake Tool
#tool nuget:?package=MSBuild.Tools&version=0.2.38

Tools for MSBuild

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on MSBuild.Tools:

Repository Stars
supermemo/SuperMemoAssistant
A companion app for SuperMemo 17-18 which extends its functionalities through plugins.
Version Downloads Last updated
0.2.61 918 5/7/2020
0.2.60 407 4/24/2020
0.2.41 491 3/23/2020
0.2.38 446 3/17/2020
0.1.6 486 3/13/2020
0.1.5 463 2/24/2020
0.1.3 482 2/24/2020
0.1.2 498 2/24/2020
0.1.1 540 2/23/2020
0.1.0 415 2/23/2020

- Added: ExecEx task
- Added: GitCreateChangeLog task
- Added: GitCreateReleaseNotes task
- Added: GitExec task
- Added: GitGetCommitInfo task
- Added: GitGetTagMessage task
- Added: ReadFile task
- Added: WriteFile task
- Added: WriteNuSpec task
- Added: Logging
- Misc: Added several base classes & helpers to improve the code quality & logging
- Misc: Refactored the namespaces organization
- Fixed an issue when updating MSBuild.Tools
- Added ReadSuoTask which reads the .suo and creates two macro in MSBuild: $(SolutionPlatform) and $(SolutionConfiguration)
- Added a $(RunNuPack) macro which is set to True when the $(SolutionConfiguration) starts with "NuPack"
- Added a $(PackagesDirectory) macro which points to the solution's package folder
- Initial commit