NString 1.1.3
See the version list below for details.
dotnet add package NString --version 1.1.3
NuGet\Install-Package NString -Version 1.1.3
<PackageReference Include="NString" Version="1.1.3" />
paket add NString --version 1.1.3
#r "nuget: NString, 1.1.3"
// Install NString as a Cake Addin #addin nuget:?package=NString&version=1.1.3 // Install NString as a Cake Tool #tool nuget:?package=NString&version=1.1.3
A collection of utilities for working with strings in .NET.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Microsoft.Bcl.Immutable (>= 1.0.30)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on NString:
Package | Downloads |
---|---|
Wologic.SYS.Core
公司内部自用 |
|
Zxcv.Core
Zxcv.Core 完善.NET开发缓存、集成 Dapper/SqlSugar 数据操作和日志等功能。 |
|
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) |
|
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 | 84,559 | 7/19/2019 |
2.1.0 | 623 | 7/19/2019 |
2.0.0 | 27,286 | 10/31/2018 |
1.3.0 | 9,383 | 9/1/2018 |
1.2.0 | 39,717 | 3/11/2017 |
1.1.7 | 8,403 | 9/2/2015 |
1.1.6 | 1,345 | 8/2/2015 |
1.1.5 | 1,544 | 11/17/2014 |
1.1.4 | 1,228 | 8/19/2014 |
1.1.3 | 1,178 | 8/19/2014 |
1.1.2 | 1,245 | 8/7/2014 |
1.1.0 | 1,242 | 5/24/2014 |
1.0.2 | 1,436 | 4/29/2014 |
1.0.0 | 2,259 | 4/1/2014 |
- 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