DasMulli.AssemblyInfoGeneration.Sdk
1.0.0-rc-0001
See the version list below for details.
Install-Package DasMulli.AssemblyInfoGeneration.Sdk -Version 1.0.0-rc-0001
dotnet add package DasMulli.AssemblyInfoGeneration.Sdk --version 1.0.0-rc-0001
<PackageReference Include="DasMulli.AssemblyInfoGeneration.Sdk" Version="1.0.0-rc-0001" />
paket add DasMulli.AssemblyInfoGeneration.Sdk --version 1.0.0-rc-0001
#r "nuget: DasMulli.AssemblyInfoGeneration.Sdk, 1.0.0-rc-0001"
// Install DasMulli.AssemblyInfoGeneration.Sdk as a Cake Addin
#addin nuget:?package=DasMulli.AssemblyInfoGeneration.Sdk&version=1.0.0-rc-0001&prerelease
// Install DasMulli.AssemblyInfoGeneration.Sdk as a Cake Tool
#tool nuget:?package=DasMulli.AssemblyInfoGeneration.Sdk&version=1.0.0-rc-0001&prerelease
AssemblyInfoGenerationSdk
Generates assembly attributes ("AssemblyInfo.cs") based on MSBuild properties for classic .NET project types (classic ASP.NET, WPF, WinForms, Console, ...) similar to .NET Core and .NET Standard project.
It containes isolated copies of the Microsoft.NET.Sdk
build logic and uses MSBuild task dependency isolation logic by @AArnott to do this in a compatible and non-conflicting way.
Usage
Use this in your favourite project by referencing it as MSBuild Project SDK from your project file (.csproj
/ .vbproj
):
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Sdk Name="DasMulli.AssemblyInfoGeneration.Sdk" Version="1.0.0-beta001" />
…
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.0
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
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.0.0 | 751 | 9/20/2018 |
1.0.0-rc-0001 | 615 | 8/15/2018 |