NString 1.1.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package NString --version 1.1.4
NuGet\Install-Package NString -Version 1.1.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="NString" Version="1.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NString --version 1.1.4
#r "nuget: NString, 1.1.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 NString as a Cake Addin
#addin nuget:?package=NString&version=1.1.4

// Install NString as a Cake Tool
#tool nuget:?package=NString&version=1.1.4

A collection of utilities for working with strings in .NET.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on NString:

Package Downloads
Wologic.SYS.Core

公司内部自用

csharp-metar-display

This piece of software is a library package that provides a way to display METAR observation. METAR is a format made for weather information reporting. METAR weather reports are predominantly used by pilots and by meteorologists, who use it to assist in weather forecasting. Raw METAR format is highly standardized through the International Civil Aviation Organization (ICAO). * [METAR definition on wikipedia](http://en.wikipedia.org/wiki/METAR) * [METAR format specification](http://www.wmo.int/pages/prog/www/WMOCodes/WMO306_vI1/VolumeI.1.html) * [METAR documentation](http://meteocentre.com/doc/metar.html)

Zxcv.Core

Zxcv.Core 完善.NET开发缓存、集成 Dapper/SqlSugar 数据操作和日志等功能。

GitExtensions.JiraCommitHintPlugin

A plugin for Git Extensions to add commit comment from your Jira.

Ngdz.Weather

Package Description

GitHub repositories (1)

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

Repository Stars
gitextensions/gitextensions
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
Version Downloads Last updated
2.1.1 64,939 7/19/2019
2.1.0 612 7/19/2019
2.0.0 27,038 10/31/2018
1.3.0 7,670 9/1/2018
1.2.0 39,628 3/11/2017
1.1.7 8,354 9/2/2015
1.1.6 1,310 8/2/2015
1.1.5 1,512 11/17/2014
1.1.4 1,202 8/19/2014
1.1.3 1,146 8/19/2014
1.1.2 1,217 8/7/2014
1.1.0 1,207 5/24/2014
1.0.2 1,402 4/29/2014
1.0.0 1,343 4/1/2014

- 1.1.4: fixed regression
        fixed package dependencies
- 1.1.3: fixed NuGet package (missing files)
        included documentation
- 1.1.2: fixed lack of support for alignment in placeholders for StringTemplate (#2)
        updated to target Windows Phone 8.1 as well
- 1.1.0: added support for case-insensitive matching in MatchesWildcard (#1)
- 1.0.2: added Resharper annotations
- 1.0.1: switched unit tests to NUnit
- 1.0.0: first release