NAME 1.2.1
Install-Package NAME -Version 1.2.1
dotnet add package NAME --version 1.2.1
<PackageReference Include="NAME" Version="1.2.1" />
paket add NAME --version 1.2.1
#r "nuget: NAME, 1.2.1"
// Install NAME as a Cake Addin
#addin nuget:?package=NAME&version=1.2.1
// Install NAME as a Cake Tool
#tool nuget:?package=NAME&version=1.2.1
Provides a way to expose service information (e.g. software version and all the service dependencies versions).
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.TraceSource (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.Net.Requests (>= 4.3.0)
- System.Net.Sockets (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Runtime.Serialization.Json (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Text.Encoding.Extensions (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.0)
- System.Xml.XPath (>= 4.3.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on NAME:
Package | Downloads |
---|---|
NAME.AspNetCore
Provides a way to seamlessly add NAME to a Asp.Net Core project. |
|
NAME.SelfHost.Kestrel
Provides a way to add NAME as a self host web api endpoint for .NET core using the Kestrel web-server. |
|
NAME.WebApi
Provides a way to seamlessly add NAME to a WebApi project. |
|
NAME.SelfHost.HttpListener
Provides a way to add NAME as a self host web api endpoint for .NET using the HttpListener. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 24,629 | 7/4/2019 |
1.2.1-beta130 | 473 | 7/4/2019 |
1.2.1-beta129 | 1,831 | 2/21/2019 |
1.2.0 | 7,177 | 8/9/2018 |
1.2.0-beta123 | 722 | 8/9/2018 |
1.2.0-beta122 | 708 | 7/19/2018 |
1.1.1 | 3,276 | 3/5/2018 |
1.1.1-beta105 | 793 | 3/5/2018 |
1.1.1-beta102 | 823 | 2/22/2018 |
1.1.0 | 1,359 | 11/9/2017 |
1.1.0-beta93 | 948 | 11/9/2017 |
1.1.0-beta91 | 941 | 11/9/2017 |
1.1.0-beta87 | 956 | 11/9/2017 |
1.1.0-beta101 | 806 | 2/22/2018 |
1.0.0 | 1,419 | 7/7/2017 |
1.0.0-beta38 | 819 | 7/7/2017 |
1.0.0-beta37 | 809 | 7/7/2017 |
1.0.0-beta32 | 921 | 7/6/2017 |
Check https://github.com/nosinovacao/name-sdk/blob/master/CHANGELOG.md for release notes.