MSBuild.Tools
0.2.41
See the version list below for details.
dotnet add package MSBuild.Tools --version 0.2.41
NuGet\Install-Package MSBuild.Tools -Version 0.2.41
<PackageReference Include="MSBuild.Tools" Version="0.2.41"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add MSBuild.Tools --version 0.2.41
#r "nuget: MSBuild.Tools, 0.2.41"
// Install MSBuild.Tools as a Cake Addin #addin nuget:?package=MSBuild.Tools&version=0.2.41 // Install MSBuild.Tools as a Cake Tool #tool nuget:?package=MSBuild.Tools&version=0.2.41
Tools for MSBuild
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.
|
- Added: Development plugin flag
- Added: GitCreateChangeLog > Categories
- Added: Use MSBuild.Tools to build & package MSBuild.Tools
- Fixed: GitCreateChangeLog > Not using the local tree
- Updated: GitCreateChangeLog > Branch and Remote are now replaced by RefSpec
- Updated: Packages
- 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