TestNuget.PleaseDontUse
2.9.1
See the version list below for details.
dotnet add package TestNuget.PleaseDontUse --version 2.9.1
NuGet\Install-Package TestNuget.PleaseDontUse -Version 2.9.1
<PackageReference Include="TestNuget.PleaseDontUse" Version="2.9.1" />
paket add TestNuget.PleaseDontUse --version 2.9.1
#r "nuget: TestNuget.PleaseDontUse, 2.9.1"
// Install TestNuget.PleaseDontUse as a Cake Addin #addin nuget:?package=TestNuget.PleaseDontUse&version=2.9.1 // Install TestNuget.PleaseDontUse as a Cake Tool #tool nuget:?package=TestNuget.PleaseDontUse&version=2.9.1
<img src="assets/logo/logo_128x128.png" alt="PowerUtils.Globalization" /></br>
test-nuget
Test nuget project
Conditional compilation
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives
github package nuget
sourcelink
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://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
Product | Versions 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. |
-
.NETCoreApp 3.1
- PowerUtils.Text (>= 1.0.0)
-
net5.0
- PowerUtils.Text (>= 1.0.0)
-
net6.0
- PowerUtils.Text (>= 1.0.0)
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 | 251 | 4/4/2023 |
4.3.2 | 204 | 4/3/2023 |
4.3.1 | 210 | 4/3/2023 |
4.3.0 | 428 | 7/20/2022 |
4.2.2 | 415 | 7/20/2022 |
4.2.1 | 403 | 7/19/2022 |
4.2.0 | 414 | 7/19/2022 |
4.1.0 | 420 | 7/19/2022 |
4.0.1 | 416 | 7/10/2022 |
3.0.0 | 435 | 7/10/2022 |
2.14.0 | 440 | 7/10/2022 |
2.13.0 | 410 | 7/10/2022 |
2.12.0 | 432 | 7/10/2022 |
2.11.0 | 386 | 7/10/2022 |
2.10.0 | 410 | 7/10/2022 |
2.9.1 | 431 | 7/10/2022 |
2.9.0 | 425 | 7/10/2022 |
2.8.0 | 417 | 7/10/2022 |
2.7.0 | 436 | 7/8/2022 |
2.5.0 | 418 | 7/8/2022 |
2.3.0 | 429 | 7/8/2022 |
2.2.0 | 424 | 7/8/2022 |
2.1.0 | 435 | 7/8/2022 |
1.7.0 | 423 | 7/8/2022 |
1.4.3 | 414 | 7/5/2022 |
1.4.2 | 419 | 7/5/2022 |
1.4.1 | 418 | 7/5/2022 |
1.4.0 | 424 | 7/5/2022 |
1.3.2 | 430 | 7/5/2022 |
1.3.1 | 422 | 7/5/2022 |
1.3.0 | 409 | 7/5/2022 |
1.2.24 | 418 | 7/5/2022 |
1.2.2 | 414 | 7/5/2022 |
1.2.1 | 409 | 7/5/2022 |
1.2.0 | 417 | 7/5/2022 |