ReversedString 1.0.1

.NET Framework 4.5
dotnet add package ReversedString --version 1.0.1
NuGet\Install-Package ReversedString -Version 1.0.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="ReversedString" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ReversedString --version 1.0.1
#r "nuget: ReversedString, 1.0.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.
// Install ReversedString as a Cake Addin
#addin nuget:?package=ReversedString&version=1.0.1

// Install ReversedString as a Cake Tool
#tool nuget:?package=ReversedString&version=1.0.1

String extension method that creates a reversed version.

Product Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ReversedString:

Repository Stars
DavidArno/SuccincT
Discriminated unions, pattern matching and partial applications for C#
Version Downloads Last updated
1.0.1 1,602 8/1/2016
1.0.0 1,177 7/29/2016

Restructed into separate projects to remove main lib's dependency on NUnit.