Adaptify.MSBuild 1.3.5

dotnet add package Adaptify.MSBuild --version 1.3.5
                    
NuGet\Install-Package Adaptify.MSBuild -Version 1.3.5
                    
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="Adaptify.MSBuild" Version="1.3.5">
  <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.
<PackageVersion Include="Adaptify.MSBuild" Version="1.3.5" />
                    
Directory.Packages.props
<PackageReference Include="Adaptify.MSBuild">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Adaptify.MSBuild --version 1.3.5
                    
#r "nuget: Adaptify.MSBuild, 1.3.5"
                    
#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.
#addin nuget:?package=Adaptify.MSBuild&version=1.3.5
                    
Install Adaptify.MSBuild as a Cake Addin
#tool nuget:?package=Adaptify.MSBuild&version=1.3.5
                    
Install Adaptify.MSBuild as a Cake Tool

Adaptify MSBuild plugin

There are no supported framework assets in this 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
1.3.5 422 3 months ago
1.3.5-prerelease0001 100 3 months ago
1.3.4 272 6 months ago
1.3.3 1,053 7 months ago
1.3.2 110 7 months ago
1.3.1 115 7 months ago
1.3.0 243 7 months ago
1.3.0-prerelease6 97 7 months ago
1.3.0-prerelease5 83 7 months ago
1.3.0-prerelease4 82 7 months ago
1.3.0-prerelease3 88 7 months ago
1.3.0-prerelease2 93 7 months ago
1.3.0-prerelease1 106 7 months ago
1.2.0-prerelease3 358 1/12/2023
1.2.0-prerelease2 262 12/22/2022
1.2.0-prerelease1 296 12/22/2022
1.1.13 2,319 11/22/2023
1.1.12 233 11/22/2023
1.1.11 191 11/22/2023
1.1.10 474 9/14/2023
1.1.9 2,334 12/21/2022
1.1.8 1,259 10/17/2022
1.1.7 474 9/30/2022
1.1.6 614 8/5/2022
1.1.5 2,177 3/28/2022
1.1.4 509 3/28/2022
1.1.3 550 3/28/2022
1.1.2 666 3/16/2022
1.1.1 867 2/23/2022
1.1.0 657 1/21/2022
1.0.11 681 1/12/2022
1.0.10 428 12/22/2021
1.0.9 389 12/22/2021
1.0.8 1,777 5/6/2021
1.0.7 431 5/5/2021
1.0.6 1,050 4/22/2021
1.0.5 945 2/18/2021
1.0.4 535 2/10/2021
1.0.3 811 12/2/2020
1.0.2 986 10/30/2020
1.0.1 1,115 7/15/2020
1.0.0 1,135 6/13/2020
0.0.50 642 6/11/2020
0.0.49 597 6/11/2020
0.0.48 712 5/26/2020
0.0.47 634 5/26/2020
0.0.46 637 5/8/2020
0.0.45 561 5/7/2020
0.0.44 607 5/7/2020
0.0.43 581 4/29/2020
0.0.42 604 4/14/2020
0.0.41 695 4/5/2020
0.0.40 642 3/24/2020
0.0.39 996 3/12/2020
0.0.38 578 3/11/2020
0.0.37 653 3/11/2020
0.0.36 639 2/5/2020
0.0.35 562 2/3/2020
0.0.34 576 1/29/2020
0.0.33 642 1/28/2020
0.0.32 613 1/28/2020
0.0.31 654 1/27/2020
0.0.30 651 1/27/2020
0.0.29 654 1/27/2020
0.0.28 633 1/27/2020
0.0.27 668 1/26/2020
0.0.26 587 1/25/2020
0.0.25 725 1/25/2020
0.0.24 742 1/25/2020
0.0.23 737 1/25/2020
0.0.22 780 1/25/2020
0.0.21 612 1/24/2020
0.0.20 696 1/24/2020
0.0.19 546 1/24/2020
0.0.18 621 1/24/2020
0.0.17 666 1/24/2020
0.0.16 647 1/24/2020
0.0.14 591 1/23/2020
0.0.13 652 1/23/2020
0.0.12 604 1/23/2020
0.0.11 711 1/22/2020
0.0.10 618 1/22/2020
0.0.9 650 1/22/2020
0.0.8 585 1/21/2020
0.0.7 644 1/21/2020
0.0.6 618 1/21/2020
0.0.5 657 11/23/2019
0.0.4 625 11/22/2019
0.0.3 670 11/15/2019
0.0.2 681 11/8/2019
0.0.1 653 10/9/2019

- Skip C# projects
- Package adaptify tool with MSBuild task
- Updated Ionide for NET 9 support
- Updated FSharp.Compiler.Service