Metadata >> NuGet >> Akka.Persistence.Sql.Common

Akka.Persistence.Sql.Common

Metadata

Authors Akka.NET Team
Copyrights Copyright © 2013-2015 Akka.NET Team
Description Akka.NET Persistence ADO.NET middleware.
IconUrl http://getakka.net/images/AkkaNetLogo.Normal.png
LicenseUrl https://github.com/akkadotnet/akka.net/blob/master/LICENSE
Owners Akka.NET Team
ProjectUrl https://github.com/akkadotnet/akka.net
ReleaseNotes Maintenance release for Akka.NET v1.0.3** Akka.IO** This release introduces some major new features to Akka.NET, including [Akka.IO - a new set of capabilities built directly into the Akka NuGet package that allow you to communicate with your actors directly via TCP and UDP sockets](http://getakka.net/docs/IO) from external (non-actor) systems. If you want to see a really cool example of Akka.IO in action, look at [this sample that shows off how to use the Telnet commandline to interact directly with Akka.NET actors](https://github.com/akkadotnet/akka.net/blob/dev/src/examples/TcpEchoService.Server). Akka.Persistence.MongoDb** and **Akka.Persistence.Sqlite** Two new flavors of Akka.Persistence support are now available. You can install them via the commandline! ``` PM> Install-Package Akka.Persistence.MongoDb -pre ``` and ``` PM> Install-Package Akka.Persistence.Sqlite -pre ``` Fixes & Changes - Akka.NET Core** [F# API - problem with discriminated union serialization](https://github.com/akkadotnet/akka.net/issues/999) [Fix Null Sender issue](https://github.com/akkadotnet/akka.net/issues/1212) [Outdated FsPickler version in Akka.FSharp can lead to runtime errors when other FsPickler-dependent packages are installed](https://github.com/akkadotnet/akka.net/issues/1206) [Add default Ask timeout to HOCON configuration](https://github.com/akkadotnet/akka.net/issues/1163) [Remote watching is repeated](https://github.com/akkadotnet/akka.net/issues/1090) [RemoteDaemon bug, not removing children ](https://github.com/akkadotnet/akka.net/pull/1068) [HOCON include support](https://github.com/akkadotnet/akka.net/pull/1169) [Replace SystemNanoTime with MonotonicClock](https://github.com/akkadotnet/akka.net/pull/1174) Akka.DI.StructureMap** We now have support for the [StructureMap dependency injection framework](http://docs.structuremap.net/) out of the box. You can install it here! ``` PM> Install-Package Akka.DI.StructureMap ```
RequireLicenseAcceptance False
Tags akka actors actor model Akka concurrency persistence eventsource sqlserver
Dependencies Akka.Persistence:1.0.4.12-beta
Title Akka.Persistence.Sql.Common
PackageSize 31089
PackageHashAlgorithm SHA512
PackageHash AsPrqSahxH97/I1WDoLh3lpeoyjoTH57ZQeO+4JW8QQHFl2iQb5HoeRNlP+UTCLCX2wKdk8E5yEQDH/nOzIzzA==
DownloadCount 000000
CreatedDate 2015-08-08T00:05:23

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Akka.Persistence.Sql.Common -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Akka.Persistence.Sql.Common -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Akka.Persistence.Sql.Common
Installing the package (HTTP Basic authentication):
Install-Package Akka.Persistence.Sql.Common -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Akka.Persistence.Sql.Common -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Akka.Persistence.Sql.Common

OpenWrap

Installing the package:
o add-wrap Akka.Persistence.Sql.Common
Uninstalling the package:
o remove-wrap Akka.Persistence.Sql.Common

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.4.12-beta
1.0.3.0-beta