Nuclei.Build
0.8.0
See the version list below for details.
dotnet add package Nuclei.Build --version 0.8.0
NuGet\Install-Package Nuclei.Build -Version 0.8.0
<PackageReference Include="Nuclei.Build" Version="0.8.0" />
paket add Nuclei.Build --version 0.8.0
#r "nuget: Nuclei.Build, 0.8.0"
// Install Nuclei.Build as a Cake Addin #addin nuget:?package=Nuclei.Build&version=0.8.0 // Install Nuclei.Build as a Cake Tool #tool nuget:?package=Nuclei.Build&version=0.8.0
Provides attributes that can be applied to assemblies to provide build related information.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
-
- Lokad.Shared (>= 1.5.181)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on Nuclei.Build:
Package | Downloads |
---|---|
Nuclei.Configuration
Provides a set of classes and functions for configuration handling. |
|
Nuclei
Provides a set of utility methods and classes. |
|
Nuclei.Diagnostics
Provides diagnostics methods and classes used to log issues and performance of deployed applications. |
|
Nuclei.Nunit.Extensions
Provides a set of base classes for testing hashcode and equality contract implementations with NUnit. |
|
nAdoni
A library that provides download and install capability of archives based on an update feed describing the new archives. This library can be used as the basis for auto-updating applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 1,372 | 12/2/2019 |
1.0.0 | 3,120 | 4/13/2019 |
0.9.0 | 12,073 | 7/5/2016 |
0.8.0 | 1,678 | 5/27/2014 |
0.7.1 | 1,249 | 12/21/2013 |
0.7.0 | 1,295 | 12/4/2013 |
0.6.7 | 1,236 | 10/23/2013 |
0.6.6 | 1,199 | 10/12/2013 |
0.6.5 | 1,195 | 9/26/2013 |
0.6.4 | 1,242 | 9/21/2013 |
0.6.3 | 1,221 | 8/22/2013 |
0.6.2 | 1,198 | 8/19/2013 |
0.6.1 | 1,263 | 8/16/2013 |
0.6.0 | 2,442 | 7/31/2013 |
# 0.8.0 (27 May 2014)
- [#37](https://github.com/pvandervelde/Nuclei/pull/37) - Updating GitReleaseNotes to the latest version (0.4.0) contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde))
- [#34](https://github.com/pvandervelde/Nuclei/issues/34) - Update to latest version GitReleaseNotes
- [#33](https://github.com/pvandervelde/Nuclei/pull/33) - Fix semantic version issues with tagging process contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde))
- [#32](https://github.com/pvandervelde/Nuclei/pull/32) - Provide retry and time-out abilities for all connection activities contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde))
- [#31](https://github.com/pvandervelde/Nuclei/pull/31) - Nuclei.Communication: Allow mapping notification interface to known events on a given object contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde))
- [#30](https://github.com/pvandervelde/Nuclei/issues/30) - Deploy script should re-use existing version number file +fix
- [#28](https://github.com/pvandervelde/Nuclei/pull/28) - Nuclei.Communication: Provide the sending endpoint ID to command invocations if required contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde)) +enhancement
- [#26](https://github.com/pvandervelde/Nuclei/issues/26) - The message for the version tag should only contain the latest release notes +fix
- [#25](https://github.com/pvandervelde/Nuclei/pull/25) - Provide way to detect expired messages contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde))
- [#24](https://github.com/pvandervelde/Nuclei/pull/24) - Issue/releasenotes contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde))
- [#23](https://github.com/pvandervelde/Nuclei/issues/23) - Nuclei.Communication: Provide retry and time-out abilities for all connection activities +enhancement
- [#22](https://github.com/pvandervelde/Nuclei/issues/22) - Automatically create release notes from resolved Github issues +enhancement
- [#21](https://github.com/pvandervelde/Nuclei/pull/21) - Nuclei.Communication: Remove CommunicationConstants.CommunicationVersion contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde)) +enhancement
- [#20](https://github.com/pvandervelde/Nuclei/pull/20) - Nuclei.Communication: Notification registration and unregistration should not throw contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde)) +fix
- [#19](https://github.com/pvandervelde/Nuclei/issues/19) - Nuclei.Communication: If channel faults upon sending message then rebuild channel and notify user +fix
- [#18](https://github.com/pvandervelde/Nuclei/pull/18) - Nuclei.Communication: Endpoint information should be removed if endpoint is determined to be disconnected contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde)) +enhancement
- [#17](https://github.com/pvandervelde/Nuclei/pull/17) - Nuclei.Communication: Provide method to verify if a connection to remote endpoint is active contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde)) +enhancement
- [#15](https://github.com/pvandervelde/Nuclei/issues/15) - Switch to using the proper GitHub branching model with use of pull requests for everything
- [#14](https://github.com/pvandervelde/Nuclei/issues/14) - Switch versioning scheme to use Semantic Versioning
- [#11](https://github.com/pvandervelde/Nuclei/issues/11) - Nuclei.Communication: Endpoint connection should be verified before use. +fix
- [#10](https://github.com/pvandervelde/Nuclei/issues/10) - Nuclei.Communication: Discovery process should be based on a URI only +enhancement
- [#9](https://github.com/pvandervelde/Nuclei/issues/9) - System.ServiceModel.ProtocolException: The channel received an unexpected fault input message while closing. +fix
- [#7](https://github.com/pvandervelde/Nuclei/issues/7) - Nuclei.Communication: Provide way to detect expired messages +enhancement
- [#6](https://github.com/pvandervelde/Nuclei/pull/6) - Nuclei.Communication: Allow mapping command interface to known methods on a given object contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde)) +enhancement
- [#3](https://github.com/pvandervelde/Nuclei/issues/3) - Nuclei.Communication: Version the communication protocol +enhancement
Commits: 6409b2e74c...a602ffd008
# V0.7.1.0 (21 December 2013)
- [#2](https://github.com/pvandervelde/Nuclei/issues/2) - Nuclei.Diagnostics: Allow grouping of timing results +enhancement
Commits: a341db15ad...6cbeb3ada2
# V0.7.0.0 (04 December 2013)
- [#1](https://github.com/pvandervelde/Nuclei/issues/1) - Nuclei.Communication: Commands returning a continuation task fail upon transfer to the invoking endpoint +fix
Commits: 1bc23750b9...6f8e882b14