ktsu.CaseConverter 1.2.1-pre.1

Prefix Reserved
This is a prerelease version of ktsu.CaseConverter.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ktsu.CaseConverter --version 1.2.1-pre.1
                    
NuGet\Install-Package ktsu.CaseConverter -Version 1.2.1-pre.1
                    
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="ktsu.CaseConverter" Version="1.2.1-pre.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ktsu.CaseConverter" Version="1.2.1-pre.1" />
                    
Directory.Packages.props
<PackageReference Include="ktsu.CaseConverter" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ktsu.CaseConverter --version 1.2.1-pre.1
                    
#r "nuget: ktsu.CaseConverter, 1.2.1-pre.1"
                    
#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.
#:package ktsu.CaseConverter@1.2.1-pre.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ktsu.CaseConverter&version=1.2.1-pre.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ktsu.CaseConverter&version=1.2.1-pre.1&prerelease
                    
Install as a Cake Tool

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 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 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.

ktsu.AppData

Application data storage library for .NET that provides type-safe persistence with dependency injection support. Features automatic backup and recovery, debounced saves, mock file system support for testing, and cross-platform storage using the user's app data directory.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.3 117 8/16/2025
1.3.3-pre.3 138 5/20/2025
1.3.3-pre.1 90 5/17/2025
1.3.2 3,270 5/17/2025
1.3.2-pre.14 138 5/16/2025
1.3.2-pre.13 208 5/15/2025
1.3.2-pre.12 210 5/14/2025
1.3.2-pre.11 213 5/13/2025
1.3.2-pre.10 234 5/12/2025
1.3.2-pre.9 168 5/11/2025
1.3.2-pre.8 111 5/10/2025
1.3.2-pre.7 67 5/9/2025
1.3.2-pre.6 127 5/8/2025
1.3.2-pre.5 136 5/7/2025
1.3.2-pre.4 137 5/6/2025
1.3.2-pre.3 136 5/5/2025
1.3.2-pre.2 129 5/4/2025
1.3.2-pre.1 137 5/4/2025
1.3.1 177 5/4/2025
1.3.1-pre.2 74 4/26/2025
1.3.1-pre.1 138 4/4/2025
1.3.0 1,805 3/30/2025
1.2.1-pre.2 87 3/29/2025
1.2.1-pre.1 467 3/25/2025
1.2.0 1,519 2/17/2025
1.1.2-pre.3 94 2/6/2025
1.1.2-pre.2 75 2/5/2025
1.1.2-pre.1 82 2/5/2025
1.1.1 2,061 1/3/2025
1.1.1-pre.23 85 2/3/2025
1.1.1-pre.22 79 2/3/2025
1.1.1-pre.21 87 2/1/2025
1.1.1-pre.20 74 1/30/2025
1.1.1-pre.19 75 1/28/2025
1.1.1-pre.18 77 1/26/2025
1.1.1-pre.17 75 1/24/2025
1.1.1-pre.16 72 1/22/2025
1.1.1-pre.15 86 1/21/2025
1.1.1-pre.14 72 1/20/2025
1.1.1-pre.13 79 1/18/2025
1.1.1-pre.12 69 1/16/2025
1.1.1-pre.11 59 1/14/2025
1.1.1-pre.10 65 1/13/2025
1.1.1-pre.9 76 1/11/2025
1.1.1-pre.8 70 1/10/2025
1.1.1-pre.7 78 1/10/2025
1.1.1-pre.6 81 1/8/2025
1.1.1-pre.5 84 1/7/2025
1.1.1-pre.4 85 1/6/2025
1.1.1-pre.3 102 1/4/2025
1.1.1-pre.2 87 1/3/2025
1.1.1-pre.1 94 1/3/2025
1.1.0 118 1/3/2025
1.0.29 118 1/2/2025
1.0.29-pre.7 92 1/3/2025
1.0.29-pre.6 90 1/2/2025
1.0.29-pre.5 110 12/31/2024
1.0.29-pre.4 85 12/29/2024
1.0.29-pre.3 82 12/28/2024
1.0.29-pre.2 78 12/27/2024
1.0.29-pre.1 84 12/27/2024
1.0.28-pre.1 78 12/27/2024
1.0.27 1,695 12/26/2024
1.0.26 120 12/26/2024
1.0.25 123 12/26/2024
1.0.24 117 12/26/2024
1.0.23 507 12/23/2024
1.0.22 108 12/23/2024
1.0.21 224 12/22/2024
1.0.20 228 12/22/2024
1.0.19 1,001 12/4/2024
1.0.18 426 12/2/2024
1.0.17 327 11/30/2024
1.0.16 315 11/26/2024
1.0.15 313 11/20/2024
1.0.14 525 11/13/2024
1.0.13 719 11/1/2024
1.0.12 1,184 10/4/2024
1.0.11 634 9/19/2024
1.0.10 210 9/19/2024
1.0.10-pre.1 78 12/27/2024
1.0.9 108 9/19/2024
1.0.8 159 9/19/2024
1.0.7 136 9/18/2024
1.0.6 116 9/18/2024
1.0.5 276 9/18/2024
1.0.4 189 9/18/2024
1.0.3 138 9/18/2024
1.0.2 388 9/14/2024
1.0.1 136 9/14/2024

## v1.2.0 (minor)

Changes since v1.1.0:

- Update .editorconfig and enhance CaseConverter tests ([@matt-edmondson](https://github.com/matt-edmondson))

## v1.1.0 (minor)

Changes since v1.0.29:

- Add unit test project for CaseConverter ([@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))