xSolon.Events 1.0.0.8

dotnet add package xSolon.Events --version 1.0.0.8
NuGet\Install-Package xSolon.Events -Version 1.0.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="xSolon.Events" Version="1.0.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xSolon.Events --version 1.0.0.8
#r "nuget: xSolon.Events, 1.0.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install xSolon.Events as a Cake Addin
#addin nuget:?package=xSolon.Events&version=1.0.0.8

// Install xSolon.Events as a Cake Tool
#tool nuget:?package=xSolon.Events&version=1.0.0.8

Event/Notification infrastructure application blocks

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on xSolon.Events:

Package Downloads
xSolon.Logs

Logging application block

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.8 1,755 9/19/2016
1.0.0.7 1,024 6/8/2016
1.0.0.6 1,128 6/8/2016
1.0.0.5 1,169 9/5/2015
1.0.0.4 1,067 8/25/2015
1.0.0.3 1,002 8/25/2015
1.0.0.2 1,057 8/24/2015
1.0.0.1 1,187 8/24/2015
1.0.0 1,875 8/24/2015

--------------------------------------------------------------------------------------------------------------------------
1.0.0.6 : 2016/09/19
 Additional Encyrption algorthim
--------------------------------------------------------------------------------------------------------------------------
1.0.0.5 : 2015/09/5
LoggedClass: Internal change: Notify methods: NotifyGeneric and CreateEvent in separate lines to ease debugging
--------------------------------------------------------------------------------------------------------------------------
1.0.0.4 :
Additional Serialization extensions
--------------------------------------------------------------------------------------------------------------------------
1.0.0.3 : 2015/08/24
XSolonDictionary: Minor changes so that class behaves more like a dictionary
- Prevent duplicate keys
- HashTable property refactored as GetHashTable methodd
- Equals implemented
- SafeAdd method (Overwrites value if key already exists, otherwise adds a new entry)
SerializationExtensions : Serialize Methods
- When Serializing pass an array of types including the result of CleanKnownTypes and any types defined through the KnownTypeAttribute of the object definition
- Fixed type in Deserialize method
- New Static method GetKnownTypesOfType
--------------------------------------------------------------------------------------------------------------------------
1.0.0.2 : 2015/08/23
SerializationExtensions: salt stored outside of source control (as an additional measure to protect salt)
LoggedClass: New constructor accepting parent logged class (events are sent to parent automatically)
--------------------------------------------------------------------------------------------------------------------------