ktsu.CaseConverter
1.0.16
Prefix Reserved
dotnet add package ktsu.CaseConverter --version 1.0.16
NuGet\Install-Package ktsu.CaseConverter -Version 1.0.16
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.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ktsu.CaseConverter --version 1.0.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ktsu.CaseConverter, 1.0.16"
#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.16 // Install ktsu.CaseConverter as a Cake Tool #tool nuget:?package=ktsu.CaseConverter&version=1.0.16
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.16 | 131 | 11/26/2024 |
1.0.15 | 249 | 11/20/2024 |
1.0.14 | 464 | 11/13/2024 |
1.0.13 | 665 | 11/1/2024 |
1.0.12 | 1,141 | 10/4/2024 |
1.0.11 | 598 | 9/19/2024 |
1.0.10 | 163 | 9/19/2024 |
1.0.9 | 73 | 9/19/2024 |
1.0.8 | 116 | 9/19/2024 |
1.0.7 | 103 | 9/18/2024 |
1.0.6 | 83 | 9/18/2024 |
1.0.5 | 234 | 9/18/2024 |
1.0.4 | 151 | 9/18/2024 |
1.0.3 | 90 | 9/18/2024 |
1.0.2 | 351 | 9/14/2024 |
1.0.1 | 102 | 9/14/2024 |