ktsu.CaseConverter 1.1.1-pre.15

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.1.1-pre.15                
NuGet\Install-Package ktsu.CaseConverter -Version 1.1.1-pre.15                
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.1.1-pre.15" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ktsu.CaseConverter --version 1.1.1-pre.15                
#r "nuget: ktsu.CaseConverter, 1.1.1-pre.15"                
#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 ktsu.CaseConverter as a Cake Addin
#addin nuget:?package=ktsu.CaseConverter&version=1.1.1-pre.15&prerelease

// Install ktsu.CaseConverter as a Cake Tool
#tool nuget:?package=ktsu.CaseConverter&version=1.1.1-pre.15&prerelease                

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. 
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 (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.2.0 331 16 days ago
1.1.2-pre.3 57 a month ago
1.1.2-pre.2 50 a month ago
1.1.2-pre.1 47 a month ago
1.1.1 1,474 2 months ago
1.1.1-pre.23 50 a month ago
1.1.1-pre.22 47 a month ago
1.1.1-pre.21 52 a month ago
1.1.1-pre.20 41 a month ago
1.1.1-pre.19 45 a month ago
1.1.1-pre.18 45 a month ago
1.1.1-pre.17 42 a month ago
1.1.1-pre.16 44 a month ago
1.1.1-pre.15 47 a month ago
1.1.1-pre.14 42 a month ago
1.1.1-pre.13 53 a month ago
1.1.1-pre.12 40 2 months ago
1.1.1-pre.11 28 2 months ago
1.1.1-pre.10 38 2 months ago
1.1.1-pre.9 48 2 months ago
1.1.1-pre.8 38 2 months ago
1.1.1-pre.7 47 2 months ago
1.1.1-pre.6 39 2 months ago
1.1.1-pre.5 54 2 months ago
1.1.1-pre.4 53 2 months ago
1.1.1-pre.3 69 2 months ago
1.1.1-pre.2 58 2 months ago
1.1.1-pre.1 59 2 months ago
1.1.0 90 2 months ago
1.0.29 93 2 months ago
1.0.29-pre.7 64 2 months ago
1.0.29-pre.6 62 2 months ago
1.0.29-pre.5 75 2 months ago
1.0.29-pre.4 57 2 months ago
1.0.29-pre.3 50 2 months ago
1.0.29-pre.2 56 2 months ago
1.0.29-pre.1 52 2 months ago
1.0.28-pre.1 49 2 months ago
1.0.27 1,661 2 months ago
1.0.26 94 2 months ago
1.0.25 95 2 months ago
1.0.24 85 2 months ago
1.0.23 480 2 months ago
1.0.22 84 2 months ago
1.0.21 197 2 months ago
1.0.20 199 2 months ago
1.0.19 974 3 months ago
1.0.18 396 3 months ago
1.0.17 303 3 months ago
1.0.16 293 3 months ago
1.0.15 289 3 months ago
1.0.14 494 4 months ago
1.0.13 688 4 months ago
1.0.12 1,164 5 months ago
1.0.11 614 5 months ago
1.0.10 181 5 months ago
1.0.10-pre.1 54 2 months ago
1.0.9 89 5 months ago
1.0.8 134 5 months ago
1.0.7 119 5 months ago
1.0.6 99 5 months ago
1.0.5 252 5 months ago
1.0.4 167 5 months ago
1.0.3 110 6 months ago
1.0.2 365 6 months ago
1.0.1 118 6 months ago

## 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))