ktsu.CaseConverter
1.1.1
Prefix Reserved
dotnet add package ktsu.CaseConverter --version 1.1.1
NuGet\Install-Package ktsu.CaseConverter -Version 1.1.1
<PackageReference Include="ktsu.CaseConverter" Version="1.1.1" />
paket add ktsu.CaseConverter --version 1.1.1
#r "nuget: ktsu.CaseConverter, 1.1.1"
// Install ktsu.CaseConverter as a Cake Addin #addin nuget:?package=ktsu.CaseConverter&version=1.1.1 // Install ktsu.CaseConverter as a Cake Tool #tool nuget:?package=ktsu.CaseConverter&version=1.1.1
CaseConverter
A library with extension methods to convert strings between common casings used in code.
- ToTitleCase (Title Case)
- ToPascalCase (PascalCase)
- ToCamelCase (camelCase)
- ToSnakeCase (snake_case)
- ToKebabCase (kebab-case)
- ToMacroCase (MACRO_CASE)
- ToUppercaseFirstChar (UppercaseFirstChar)
- ToLowercaseFirstChar (lowercaseFirstChar)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ktsu.CaseConverter:
Package | Downloads |
---|---|
ktsu.AppDataStorage
Application data management library using JSON serialization to save and load data in the user's app data folder. |
|
ktsu.ImGuiWidgets
A library of custom widgets using ImGui.NET and utilities to enhance ImGui-based applications. |
|
ktsu.ImGuiPopups
A library for custom popups using ImGui.NET. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.1 | 176 | 1/3/2025 |
1.1.1-pre.6 | 1 | 1/8/2025 |
1.1.1-pre.5 | 35 | 1/7/2025 |
1.1.1-pre.4 | 37 | 1/6/2025 |
1.1.1-pre.3 | 55 | 1/4/2025 |
1.1.1-pre.2 | 46 | 1/3/2025 |
1.1.1-pre.1 | 46 | 1/3/2025 |
1.1.0 | 70 | 1/3/2025 |
1.0.29 | 73 | 1/2/2025 |
1.0.29-pre.7 | 45 | 1/3/2025 |
1.0.29-pre.6 | 49 | 1/2/2025 |
1.0.29-pre.5 | 64 | 12/31/2024 |
1.0.29-pre.4 | 46 | 12/29/2024 |
1.0.29-pre.3 | 38 | 12/28/2024 |
1.0.29-pre.2 | 44 | 12/27/2024 |
1.0.29-pre.1 | 44 | 12/27/2024 |
1.0.28-pre.1 | 41 | 12/27/2024 |
1.0.27 | 614 | 12/26/2024 |
1.0.26 | 81 | 12/26/2024 |
1.0.25 | 83 | 12/26/2024 |
1.0.24 | 74 | 12/26/2024 |
1.0.23 | 458 | 12/23/2024 |
1.0.22 | 73 | 12/23/2024 |
1.0.21 | 186 | 12/22/2024 |
1.0.20 | 187 | 12/22/2024 |
1.0.19 | 965 | 12/4/2024 |
1.0.18 | 390 | 12/2/2024 |
1.0.17 | 294 | 11/30/2024 |
1.0.16 | 285 | 11/26/2024 |
1.0.15 | 281 | 11/20/2024 |
1.0.14 | 486 | 11/13/2024 |
1.0.13 | 681 | 11/1/2024 |
1.0.12 | 1,157 | 10/4/2024 |
1.0.11 | 610 | 9/19/2024 |
1.0.10 | 177 | 9/19/2024 |
1.0.10-pre.1 | 44 | 12/27/2024 |
1.0.9 | 85 | 9/19/2024 |
1.0.8 | 130 | 9/19/2024 |
1.0.7 | 115 | 9/18/2024 |
1.0.6 | 95 | 9/18/2024 |
1.0.5 | 248 | 9/18/2024 |
1.0.4 | 163 | 9/18/2024 |
1.0.3 | 104 | 9/18/2024 |
1.0.2 | 363 | 9/14/2024 |
1.0.1 | 114 | 9/14/2024 |
## v1.1.0 (minor)
Changes since v1.0.29-pre.7:
- Add unit test project for CaseConverter ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.0.29 (patch)
Changes since v1.0.28-pre.1:
- Add automation scripts for metadata management and versioning ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.0.28-pre.1 (patch)
Changes since v1.0.27:
- Renamed metadata files ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.0.24 (patch)
Changes since v1.0.23:
- Replace LICENSE file with LICENSE.md for improved formatting and clarity ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.0.2 (patch)
Changes since v1.0.1:
- Migrate ktsu.io to ktsu namespace ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.0.1 (major)
Changes since 0.0.0.0:
- Add github package support ([@matt-edmondson](https://github.com/matt-edmondson))
- Add github workflow to build and upload to nuget ([@matt-edmondson](https://github.com/matt-edmondson))
- Assign dependabot PRs to matt ([@matt-edmondson](https://github.com/matt-edmondson))
- Avoid double upload of symbols package ([@matt-edmondson](https://github.com/matt-edmondson))
- Create dependabot-merge.yml ([@matt-edmondson](https://github.com/matt-edmondson))
- Create VERSION ([@matt-edmondson](https://github.com/matt-edmondson))
- Dont try to push packages when building pull requests ([@matt-edmondson](https://github.com/matt-edmondson))
- Enable dependabot and sourcelink ([@matt-edmondson](https://github.com/matt-edmondson))
- Fix code style errors ([@matt-edmondson](https://github.com/matt-edmondson))
- Fix misplaced usings ([@matt-edmondson](https://github.com/matt-edmondson))
- Initial commit ([@matt-edmondson](https://github.com/matt-edmondson))
- Make snake_case derive from MACRO_CASE rather than vice-versa per dotnet's suggestion as uppercase is more resilient to round-trip conversion ([@matt-edmondson](https://github.com/matt-edmondson))
- Make title case split words on case change so it can convert pascal to title ([@matt-edmondson](https://github.com/matt-edmondson))
- Migrate from .project.props to Directory.Build.props ([@matt-edmondson](https://github.com/matt-edmondson))
- Read from AUTHORS file during build ([@matt-edmondson](https://github.com/matt-edmondson))
- Read from VERSION when building ([@matt-edmondson](https://github.com/matt-edmondson))
- Read PackageDescription from DESCRIPTION file ([@matt-edmondson](https://github.com/matt-edmondson))
- Update .editorconfig ([@matt-edmondson](https://github.com/matt-edmondson))
- Update build config ([@matt-edmondson](https://github.com/matt-edmondson))
- Update build scripts ([@matt-edmondson](https://github.com/matt-edmondson))
- Update description and readme ([@matt-edmondson](https://github.com/matt-edmondson))
- Update Directory.Build.props ([@matt-edmondson](https://github.com/matt-edmondson))
- Update Directory.Build.targets ([@matt-edmondson](https://github.com/matt-edmondson))
- Update dotnet.yml ([@matt-edmondson](https://github.com/matt-edmondson))
- Update LICENSE ([@matt-edmondson](https://github.com/matt-edmondson))
- Update nuget.config ([@matt-edmondson](https://github.com/matt-edmondson))