TestNuget.PleaseDontUse 2.8.0

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

// Install TestNuget.PleaseDontUse as a Cake Tool
#tool nuget:?package=TestNuget.PleaseDontUse&version=2.8.0

<img src="assets/logo/logo_128x128.png" alt="PowerUtils.Globalization" /></br>

test-nuget

Test nuget project

Commitizen friendly

Conditional compilation

https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives

github package nuget

https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry#authenticating-to-github-packages

https://docs.microsoft.com/pt-br/dotnet/standard/library-guidance/sourcelink https://github.com/dotnet/sourcelink https://devblogs.microsoft.com/dotnet/improving-debug-time-productivity-with-source-link/

tests multi frameworks

https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs https://devblogs.microsoft.com/dotnet/dotnet-loves-github-actions/

Commits pattern

https://github.com/conventional-changelog/commitlint

Semantic Versioning

https://semver.org/

https://semantic-release.gitbook.io/semantic-release/ https://semantic-release.gitbook.io/semantic-release/support/faq#how-can-i-change-the-type-of-commits-that-trigger-a-release

https://github.com/angular/angular/blob/main/CONTRIBUTING.md


npm init -y
npm install husky --save-dev
npx husky-init
npx husky add .husky/commit-msg 'echo "TODO"'
#!/usr/bin/env sh
if ! head -1 "$1" | grep -qE "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test|merge)(\(.+?\))?: .{1,}$"; then
    echo "Aborting commit. Your commit message is invalid. See some examples below:" >&2
    echo "feat(logging): added logs for failed signups" >&2
    echo "fix(homepage): fixed image gallery" >&2
    echo "test(homepage): updated tests" >&2
    echo "docs(readme): added new logging table information" >&2
    echo "For more information check https://www.conventionalcommits.org/en/v1.0.0/ for more details" >&2
    exit 1
fi
if ! head -1 "$1" | grep -qE "^.{1,89}$"; then
    echo "Aborting commit. Your commit message is too long. Max length is 89 characters" >&2
    exit 1
fi
npm install -g commitizen
commitizen init cz-conventional-changelog --save-dev --save-exact --force
npx husky add .husky/prepare-commit-msg "exec < /dev/tty && git cz --hook || true”

https://github.com/commitizen/cz-cli

https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits https://marketplace.visualstudio.com/items?itemName=mrluje.vs-commitizen

npm install -D semantic-release @semantic-release/changelog @semantic-release/git

https://github.com/settings/tokens/new?scopes=repo https://github.com/semantic-release/semantic-release/blob/c69445ebea7dcdf8038c20e36864d3c11c87adf4/docs/recipes/ci-configurations/github-actions.md

https://npmmirror.com/package/semantic-release-plugin-csproj

npm install -D semantic-release-plugin-csproj

https://github.com/semantic-release/github/issues/175

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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
4.3.3 207 4/4/2023
4.3.2 179 4/3/2023
4.3.1 185 4/3/2023
4.3.0 404 7/20/2022
4.2.2 390 7/20/2022
4.2.1 374 7/19/2022
4.2.0 389 7/19/2022
4.1.0 394 7/19/2022
4.0.1 386 7/10/2022
3.0.0 408 7/10/2022
2.14.0 415 7/10/2022
2.13.0 384 7/10/2022
2.12.0 395 7/10/2022
2.11.0 361 7/10/2022
2.10.0 384 7/10/2022
2.9.1 397 7/10/2022
2.9.0 400 7/10/2022
2.8.0 390 7/10/2022
2.7.0 391 7/8/2022
2.5.0 393 7/8/2022
2.3.0 396 7/8/2022
2.2.0 396 7/8/2022
2.1.0 405 7/8/2022
1.7.0 380 7/8/2022
1.4.3 392 7/5/2022
1.4.2 395 7/5/2022
1.4.1 397 7/5/2022
1.4.0 400 7/5/2022
1.3.2 405 7/5/2022
1.3.1 396 7/5/2022
1.3.0 387 7/5/2022
1.2.24 393 7/5/2022
1.2.2 391 7/5/2022
1.2.1 387 7/5/2022
1.2.0 393 7/5/2022