ktsu.CaseConverter
1.0.4
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ktsu.CaseConverter --version 1.0.4
NuGet\Install-Package ktsu.CaseConverter -Version 1.0.4
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.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ktsu.CaseConverter --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ktsu.CaseConverter, 1.0.4"
#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.0.4 // Install ktsu.CaseConverter as a Cake Tool #tool nuget:?package=ktsu.CaseConverter&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | net7.0 is compatible. 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 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- No dependencies.
-
net8.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.ImGuiPopups
A library for custom popups using ImGui.NET. |
|
ktsu.ImGuiWidgets
A library for custom widgets using ImGui.NET. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.14 | 61 | 11/13/2024 |
1.0.13 | 541 | 11/1/2024 |
1.0.12 | 1,080 | 10/4/2024 |
1.0.11 | 595 | 9/19/2024 |
1.0.10 | 161 | 9/19/2024 |
1.0.9 | 71 | 9/19/2024 |
1.0.8 | 114 | 9/19/2024 |
1.0.7 | 101 | 9/18/2024 |
1.0.6 | 81 | 9/18/2024 |
1.0.5 | 233 | 9/18/2024 |
1.0.4 | 150 | 9/18/2024 |
1.0.3 | 89 | 9/18/2024 |
1.0.2 | 350 | 9/14/2024 |
1.0.1 | 101 | 9/14/2024 |