Enkoni 1.2.0
See the version list below for details.
dotnet add package Enkoni --version 1.2.0
NuGet\Install-Package Enkoni -Version 1.2.0
<PackageReference Include="Enkoni" Version="1.2.0" />
paket add Enkoni --version 1.2.0
#r "nuget: Enkoni, 1.2.0"
// Install Enkoni as a Cake Addin #addin nuget:?package=Enkoni&version=1.2.0 // Install Enkoni as a Cake Tool #tool nuget:?package=Enkoni&version=1.2.0
Contains numerous easy-to-use types and operations that can be utilized in any kind of project or application
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Enkoni:
Package | Downloads |
---|---|
Enkoni.Entities
Package Description |
|
Enkoni.ServiceModel
Contains a number of helper-classes that can be utilized in combination with WCF services and proxies. |
|
Enkoni.DataAnnotations
Package Description |
|
Enkoni.Testing
Package Description |
|
Enkoni.UI
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0-beta02 | 852 | 6/25/2021 |
4.0.0-beta01 | 618 | 6/25/2021 |
3.0.0 | 18,407 | 12/4/2016 |
2.10.0 | 1,674 | 8/10/2016 |
2.9.0 | 1,346 | 6/30/2016 |
2.8.0 | 3,414 | 6/15/2016 |
2.7.0 | 1,852 | 9/19/2015 |
2.6.0 | 2,683 | 4/6/2015 |
2.6.0-beta2 | 1,202 | 4/5/2015 |
2.6.0-beta1 | 1,202 | 4/5/2015 |
2.5.0 | 2,385 | 2/14/2015 |
2.5.0-rc1 | 1,388 | 2/9/2015 |
2.4.0 | 1,737 | 1/5/2015 |
2.3.1 | 1,321 | 6/19/2014 |
2.3.0 | 2,005 | 5/1/2014 |
2.2.0.1 | 3,703 | 1/17/2014 |
2.2.0 | 2,398 | 11/23/2013 |
2.1.0 | 2,384 | 11/1/2013 |
2.0.1 | 2,598 | 7/4/2013 |
2.0.0 | 2,723 | 11/28/2012 |
1.3.0 | 2,585 | 10/8/2012 |
1.2.0 | 2,482 | 9/1/2012 |
1.1.0 | 3,232 | 8/27/2011 |
1.0.1 | 3,747 | 5/1/2011 |
Changes in version 1.2.0.0
- Added the LocalizedDescriptionAttribute-class that can be used to define a localizable description for a type or member.
- Added the EnumHelper class that contains methods that help when dealing with enums.
- Added additional extension methods for the Type class.