NString 1.1.6
See the version list below for details.
dotnet add package NString --version 1.1.6
NuGet\Install-Package NString -Version 1.1.6
<PackageReference Include="NString" Version="1.1.6" />
<PackageVersion Include="NString" Version="1.1.6" />
<PackageReference Include="NString" />
paket add NString --version 1.1.6
#r "nuget: NString, 1.1.6"
#:package NString@1.1.6
#addin nuget:?package=NString&version=1.1.6
#tool nuget:?package=NString&version=1.1.6
A collection of utilities for working with strings in .NET.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NETPlatform | dotnet is compatible. |
-
.NETFramework 0.0
- System.Collections.Immutable (>= 1.0.37)
-
.NETPlatform 5.0
- System.Collections (>= 4.0.0)
- System.Collections.Immutable (>= 1.0.37)
- System.Diagnostics.Debug (>= 4.0.0)
- System.Diagnostics.Tools (>= 4.0.0)
- System.Globalization (>= 4.0.0)
- System.IO (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Linq.Expressions (>= 4.0.0)
- System.Reflection (>= 4.0.0)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.0)
- System.Runtime.Extensions (>= 4.0.0)
- System.Text.RegularExpressions (>= 4.0.0)
- System.Threading (>= 4.0.0)
-
MonoAndroid 0.0
- System.Collections.Immutable (>= 1.0.37)
-
MonoTouch 0.0
- System.Collections.Immutable (>= 1.0.37)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- System.Collections.Immutable (>= 1.0.37)
-
UAP 0.0
- System.Collections (>= 4.0.0)
- System.Collections.Immutable (>= 1.0.37)
- System.Diagnostics.Debug (>= 4.0.0)
- System.Diagnostics.Tools (>= 4.0.0)
- System.Globalization (>= 4.0.0)
- System.IO (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Linq.Expressions (>= 4.0.0)
- System.Reflection (>= 4.0.0)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.0)
- System.Runtime.Extensions (>= 4.0.0)
- System.Text.RegularExpressions (>= 4.0.0)
- System.Threading (>= 4.0.0)
-
Windows 0.0
- System.Collections.Immutable (>= 1.0.37)
-
WindowsPhone 0.0
- System.Collections.Immutable (>= 1.0.37)
-
WindowsPhoneApp 0.0
- System.Collections.Immutable (>= 1.0.37)
-
Xamarin.iOS 0.0
- System.Collections.Immutable (>= 1.0.37)
NuGet packages (7)
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. |
|
|
Wologic.Wogee85.Sys.Core
沃杰系统框架核心层,包含系统实体、枚举、上下文、通用模型和基础工具。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.1 | 126,728 | 7/19/2019 |
| 2.1.0 | 888 | 7/19/2019 |
| 2.0.0 | 29,580 | 10/31/2018 |
| 1.3.0 | 11,185 | 9/1/2018 |
| 1.2.0 | 41,768 | 3/11/2017 |
| 1.1.7 | 8,896 | 9/2/2015 |
| 1.1.6 | 1,822 | 8/2/2015 |
| 1.1.5 | 2,017 | 11/17/2014 |
| 1.1.4 | 1,677 | 8/19/2014 |
| 1.1.3 | 1,653 | 8/19/2014 |
| 1.1.2 | 2,251 | 8/7/2014 |
| 1.1.0 | 1,716 | 5/24/2014 |
| 1.0.2 | 1,894 | 4/29/2014 |
| 1.0.0 | 4,602 | 4/1/2014 |
- 1.1.6: fixed up NuGet package for compatibility with NuGet v3 and project.json (note: requires NuGet 2.8.6 or later)
- 1.1.5: the ClearCache method now also clears the getter cache
- 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