Nefarius.Utilities.DotNetInstaller 1.0.0

Nefarius.NuGet.Template

MSBuild Requirements Nuget Nuget

Adjust .csproj accordingly, example snippet:

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
    <PackageLicenseExpression>MIT</PackageLicenseExpression>
    <Version>1.0.0</Version>
    <RepositoryUrl>https://github.com/nefarius/Nefarius.NuGet.Template</RepositoryUrl>
    <PackageProjectUrl>https://github.com/nefarius/Nefarius.NuGet.Template</PackageProjectUrl>
    <Description>Summary. README takes priority over this but nice to have.</Description>
  </PropertyGroup>

  <Import Project="$(SolutionDir)CommonProjectProperties.targets" />

</Project>

appveyor.yml

Add this artifact filter to grab symbols and live packages:

artifacts:
- path: 'bin**\*.nupkg'
- path: 'bin**\*.snupkg'

No packages depend on Nefarius.Utilities.DotNetInstaller.

.NET Standard 2.0

Version Downloads Last updated
1.0.1 353 07/30/2023
1.0.0 46 06/21/2023