Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Akka.NET v1.0.1 Release #921

Merged
merged 96 commits into from
Apr 28, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
96 commits
Select commit Hold shift + click to select a range
5ed7aa7
update README to remove BETA section and quick cleanup
skotzko Apr 9, 2015
d523916
Merge pull request #830 from skotzko/dev
Aaronontheweb Apr 9, 2015
47ae03a
removed ITellScheduler extensions from F# API
Horusiath Apr 10, 2015
4f523b1
Patch for Issues 832 & 833
Apr 11, 2015
8ba4f7d
Fix for async await suspend-resume mechanics
rogeralsing Apr 11, 2015
0cf29c9
Merge pull request #836 from rogeralsing/async-await-resume-mailbox-h…
Aaronontheweb Apr 11, 2015
dbf84d8
Merge pull request #835 from jcwrequests/Patch-for-Issue-832-&-833
Aaronontheweb Apr 11, 2015
386ed86
Hotfix async await when awaiting IO completion port based tasks
rogeralsing Apr 12, 2015
905170f
Fixed stopwatch ticks evalution
mattjohnsonpint Apr 12, 2015
10b8fd7
Merge pull request #843 from rogeralsing/async-await-resume-mailbox-h…
rogeralsing Apr 13, 2015
ff8f5c3
Merge pull request #834 from Horusiath/fsapi-remove-itellscheduler
rogeralsing Apr 13, 2015
f186681
Merge pull request #845 from mj1856/stopwatch
Aaronontheweb Apr 14, 2015
875b016
Modified default Cluster.conf to use a ForkJoinDispatcher just like r…
annymsMthd Apr 14, 2015
0ef2048
Fixed ClusterConfigSpec Tests to take into account the new default di…
annymsMthd Apr 14, 2015
533244d
bugfix for #855 courtesy of rogeralsing
Danthar Apr 15, 2015
b5eae21
Merge pull request #856 from Danthar/dev
rogeralsing Apr 15, 2015
827b105
Fixed InboxSpec and ResizerSpec Tests.
annymsMthd Apr 15, 2015
c378ca7
Gave the TailChoppingSpec test Tail_chopping_router_must_throw_except…
annymsMthd Apr 15, 2015
abfda59
Refactored common extension
sean-gilliam Apr 15, 2015
6c77299
Fixed the issue where the Inbox Actor was responding with a Status.Fa…
annymsMthd Apr 15, 2015
aa4beb1
sample: restart resilient actor
aprooks Apr 2, 2015
f9a13d2
typo fixed
aprooks Apr 16, 2015
c283a88
Merge pull request #854 from syncromatics/cluster-should-use-forkjoin
Aaronontheweb Apr 16, 2015
f488215
Merge pull request #857 from syncromatics/853-fix-racy-tests
Aaronontheweb Apr 16, 2015
cd8008f
Merge pull request #858 from sean-gilliam/dry-di-extension
Aaronontheweb Apr 16, 2015
6007c68
resolves #850 and provides dispatcher teardown capabilities
Aaronontheweb Apr 16, 2015
e2134d5
Implemented state containers
rogeralsing Apr 1, 2015
c60ffb8
Merge pull request #783 from rogeralsing/state-container
rogeralsing Apr 16, 2015
6933627
Proposed fix for #812
kekekeks Apr 16, 2015
fed2843
refactor: ActorPath is shared without stringification
aprooks Apr 16, 2015
221108c
fix: not persisting during recovery
aprooks Apr 16, 2015
f92a553
Updated Readme to match Patch for Issues 832, 833'
Apr 16, 2015
5506e45
Merge pull request #864 from jcwrequests/Update-DI-Readme
rogeralsing Apr 16, 2015
dc23ba9
Merge pull request #860 from Aaronontheweb/pinned-dispatcher-fix
Aaronontheweb Apr 16, 2015
f5726f0
#853 Fixed some racy tests
annymsMthd Apr 16, 2015
b47d618
Merge pull request #859 from aprooks/sample/guaranteedDelivery
Aaronontheweb Apr 16, 2015
0e49f28
Merge pull request #866 from syncromatics/853-fix-racy-tests
Aaronontheweb Apr 16, 2015
cca8230
Merge pull request #862 from kekekeks/issue_812
Aaronontheweb Apr 16, 2015
5f14cb7
fixed race condition in RoutingSpec.Router_in_general_must_evict_term…
annymsMthd Apr 16, 2015
055a581
Merge pull request #868 from syncromatics/fix-racy-tests
Aaronontheweb Apr 17, 2015
9aadc19
Fixed a number of compiler warnings
sean-gilliam Apr 16, 2015
8a20848
Fixed variable error
sean-gilliam Apr 16, 2015
b476007
Monotonic clock for #846
kekekeks Apr 18, 2015
1aa17fa
Merge pull request #867 from sean-gilliam/fix-warnings
rogeralsing Apr 19, 2015
42c02de
Added check for FullTrust in ThreadPoolDispatcher
sergey-litvinov Apr 19, 2015
103766f
Update nuspecs to point to new icon location
bruinbrown Apr 19, 2015
0ab075b
fixed spaces indentation
sergey-litvinov Apr 19, 2015
ab0c91f
Exposed monotonic clock from ITimeProvider as @HCanber recommended in…
kekekeks Apr 19, 2015
8c5ff4d
Merge pull request #877 from bruinbrown/nuspecupdates
Aaronontheweb Apr 20, 2015
7ad585b
Merge pull request #878 from sergey-litvinov/dev
rogeralsing Apr 21, 2015
7bd012b
fixed `IDisposable` calls on EMWASpec and MetricsCollectorSpec
Aaronontheweb Apr 21, 2015
710b626
Merge pull request #883 from Aaronontheweb/akkacluster-crash-fix
Horusiath Apr 21, 2015
9612f6b
Fixes ordering issues with the priority mailbox. Resolves #881
nvivo Apr 21, 2015
1ce7b0a
Merge pull request #882 from nvivo/priority-mailbox-fix
rogeralsing Apr 21, 2015
2776340
Adds test to the MailboxesSpec to catch the issue fixed in #882.
nvivo Apr 21, 2015
5493dbd
Merge pull request #885 from nvivo/priority-mailbox-test
Aaronontheweb Apr 21, 2015
f47e0e2
The extra comma was really bothering me
Apr 23, 2015
415a029
Merge pull request #890 from adamhathcock/joining_text_fix
Aaronontheweb Apr 23, 2015
82f54ac
Remove unneeded references from the projects
sean-gilliam Apr 23, 2015
815afdc
added back reference
sean-gilliam Apr 23, 2015
4ef75ca
Removed unused usings
sean-gilliam Apr 23, 2015
c0b2259
Removed redundant copyright notices
sean-gilliam Apr 23, 2015
e819eff
Replaced akka copyright with helios copyright
sean-gilliam Apr 23, 2015
88cb0e7
Merge pull request #895 from sean-gilliam/remove-unused-usings
Aaronontheweb Apr 23, 2015
98015b2
Merge pull request #894 from sean-gilliam/remove-unneeded-references
Aaronontheweb Apr 23, 2015
1916765
Merge pull request #896 from sean-gilliam/remove-redundant-copyright
Aaronontheweb Apr 23, 2015
e9dd1a0
added spec to confirm that #884 is reproducible
Aaronontheweb Apr 23, 2015
b0e8391
Added TestKit for NUnit
ashic Apr 23, 2015
dd2ab55
build.fsx and nuspec for NUnit TestKit
ashic Apr 24, 2015
b8fef4d
Merge pull request #892 from Aaronontheweb/884-fix
rogeralsing Apr 24, 2015
249d242
Merge pull request #898 from ashic/nuget-897
Aaronontheweb Apr 24, 2015
b9e5737
Fixed to notification on DeathWatch watching.
annymsMthd Apr 24, 2015
c70fc13
reinitialized sql server journal
Horusiath Apr 6, 2015
2a8da4c
Merge pull request #842 from Horusiath/akka-persistence-sqlserver
Aaronontheweb Apr 24, 2015
5b43477
added nuspec to Akka.Persistence.SqlServer
Horusiath Apr 24, 2015
8231fa8
Merge pull request #901 from Horusiath/akka-persistence-sqlserver-nuspec
Aaronontheweb Apr 24, 2015
e143615
Proposed fix for #886
kekekeks Apr 25, 2015
45b6346
Merge pull request #899 from syncromatics/887-fix-deathwatch
rogeralsing Apr 25, 2015
2ebc75d
Fixed CastTask (I forgot about IsCancelled)
kekekeks Apr 25, 2015
9210ebb
Merge pull request #905 from kekekeks/proposed_fix_for_886
rogeralsing Apr 25, 2015
6fc9bd7
SynchronizationContext for #907
kekekeks Apr 27, 2015
b505140
Merge pull request #876 from kekekeks/monotonic-clock
Aaronontheweb Apr 27, 2015
f15aa7e
Added a unit test for #907
kekekeks Apr 27, 2015
2e6d627
Numerous doc fixes
sean-gilliam Apr 27, 2015
8ac0643
Merge pull request #914 from sean-gilliam/doc-fixes
rogeralsing Apr 27, 2015
65b50d5
Added .editorconfig
kekekeks Apr 27, 2015
a792a67
Merge pull request #915 from kekekeks/editorconfig
Aaronontheweb Apr 27, 2015
7ad8c50
Attempts to resolve issue #908
jordansjones Apr 28, 2015
94e2f36
Fixed issue with subsequent calls for #912
kekekeks Apr 28, 2015
7bf5efa
Merge pull request #916 from jordansjones/bugfix-for-908
rogeralsing Apr 28, 2015
d8a0d44
Merge pull request #912 from kekekeks/907-fix-attempt
rogeralsing Apr 28, 2015
02894e4
Link to existing SharedAssemblyInfo.cs instead of own copy
HCanber Apr 28, 2015
584e6cb
Merge pull request #919 from HCanber/shared-assemblyinfo
Aaronontheweb Apr 28, 2015
3ab0c97
wrote v1.0.1 release notes
Aaronontheweb Apr 28, 2015
2295c11
Merge pull request #920 from Aaronontheweb/v1.0.1-release
Aaronontheweb Apr 28, 2015
da937ac
Merge branch 'dev'
Aaronontheweb Apr 28, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://EditorConfig.org

root = true

[*]
end_of_line = CRLF

[*.cs]
indent_style = tab
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ UpgradeLog*.htm
*.mdf
*.ldf

# make exception for Akka.Persistence.SqlServer database file
!AkkaPersistenceSqlServerSpecDb.mdf
!AkkaPersistenceSqlServerSpecDb_log.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
Expand Down
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,16 @@
[![Issue Stats](http://www.issuestats.com/github/akkadotnet/akka.net/badge/pr)](http://www.issuestats.com/github/akkadotnet/akka.net)
[![Issue Stats](http://www.issuestats.com/github/akkadotnet/akka.net/badge/issue)](http://www.issuestats.com/github/akkadotnet/akka.net)

**Akka.NET** is a port of the popular Java/Scala framework Akka to .NET.

This is a community driven port and is not affiliated with Typesafe who makes the original Java/Scala version.
**Akka.NET** is a community-driven port of the popular Java/Scala framework [Akka](http://akka.io) to .NET.

* Subscribe to the Akka.NET dev feed: https://twitter.com/AkkaDotNet (@AkkaDotNet)
* Support forum: https://groups.google.com/forum/#!forum/akkadotnet-user-list
* Mail: [email protected]
* Stackoverflow: http://stackoverflow.com/questions/tagged/akka.net

## BETA
Please note that Akka.NET is currently in beta. Some features are missing, and we have a few known bugs.
You can follow our work towards version 1 here: https://github.com/akkadotnet/akka.net/milestones/Version%201
* Mail: [email protected]
* Stack Overflow: http://stackoverflow.com/questions/tagged/akka.net

### Documentation and resources

#### [akkadotnet.github.io](http://akkadotnet.github.io)
#### [Akka.NET Community SIte](http://getakka.net)


### Install Akka.NET via NuGet
Expand Down
29 changes: 29 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
#### 1.0.1 Apr 28 2015

**Bugfix release for Akka.NET v1.0.**

Fixes:
* [v1.0 F# scheduling API not sending any scheduled messages](https://github.com/akkadotnet/akka.net/issues/831)
* [PinnedDispatcher - uses single thread for all actors instead of creating persanal thread for every actor](https://github.com/akkadotnet/akka.net/issues/850)
* [Hotfix async await when awaiting IO completion port based tasks](https://github.com/akkadotnet/akka.net/pull/843)
* [Fix for async await suspend-resume mechanics](https://github.com/akkadotnet/akka.net/pull/836)
* [Nested Ask async await causes null-pointer exception in ActorTaskScheduler](https://github.com/akkadotnet/akka.net/issues/855)
* [Akka.Remote: can't reply back remotely to child of Pool router](https://github.com/akkadotnet/akka.net/issues/884)
* [Context.DI().ActorOf shouldn't require a parameterless constructor](https://github.com/akkadotnet/akka.net/issues/832)
* [DIActorContextAdapter uses typeof().Name instead of AssemblyQualifiedName](https://github.com/akkadotnet/akka.net/issues/833)
* [IndexOutOfRangeException with RoundRobinRoutingLogic & SmallestMailboxRoutingLogic](https://github.com/akkadotnet/akka.net/issues/908)

New Features:

**Akka.TestKit.NUnit**
Akka.NET now has support for [NUnit ](http://nunit.org/) inside its TestKit. You can install Akka.TestKit.NUnit via the NuGet commandline:

```
PM> Install-Package Akka.TestKit.NUnit
```

**Akka.Persistence.SqlServer**
The first full implementation of Akka.Persistence is now available for SQL Server.

[Read the full instructions for working with Akka.Persistence.SQLServer here](https://github.com/akkadotnet/akka.net/tree/dev/src/contrib/persistence/Akka.Persistence.SqlServer).

#### 1.0.0 Apr 09 2015

**Akka.NET is officially no longer in beta status**. The APIs introduced in Akka.NET v1.0 will enjoy long-term support from the Akka.NET development team and all of its professional support partners.
Expand Down
1 change: 1 addition & 0 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ src\.nuget\NuGet.exe update -self
src\.nuget\NuGet.exe install FAKE -OutputDirectory src\packages -ExcludeVersion -Version 3.4.1

src\.nuget\NuGet.exe install xunit.runners -OutputDirectory src\packages\FAKE -ExcludeVersion -Version 1.9.2
src\.nuget\NuGet.exe install nunit.runners -OutputDirectory src\packages\FAKE -ExcludeVersion -Version 2.6.4

if not exist src\packages\SourceLink.Fake\tools\SourceLink.fsx (
src\.nuget\nuget.exe install SourceLink.Fake -OutputDirectory src\packages -ExcludeVersion
Expand Down
23 changes: 21 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ open System.IO
open Fake
open Fake.FileUtils
open Fake.MSTest
open Fake.NUnitCommon
open Fake.TaskRunnerHelper
open Fake.ProcessHelper

Expand Down Expand Up @@ -94,7 +95,7 @@ Target "AssemblyInfo" <| fun _ ->
Attribute.Copyright copyright
Attribute.Trademark ""
Attribute.Version version
Attribute.FileVersion version ]
Attribute.FileVersion version ] |> ignore

//--------------------------------------------------------------------------------
// Build the solution
Expand Down Expand Up @@ -180,6 +181,7 @@ Target "CopyOutput" <| fun _ ->
"contrib/dependencyinjection/Akka.DI.CastleWindsor"
"contrib/dependencyinjection/Akka.DI.Ninject"
"contrib/testkits/Akka.TestKit.Xunit"
"contrib/testkits/Akka.TestKit.NUnit"
]
|> List.iter copyOutput

Expand All @@ -202,11 +204,20 @@ Target "CleanTests" <| fun _ ->
open XUnitHelper
Target "RunTests" <| fun _ ->
let msTestAssemblies = !! "src/**/bin/Release/Akka.TestKit.VsTest.Tests.dll"
let xunitTestAssemblies = !! "src/**/bin/Release/*.Tests.dll" -- "src/**/bin/Release/Akka.TestKit.VsTest.Tests.dll"
let nunitTestAssemblies = !! "src/**/bin/Release/Akka.TestKit.NUnit.Tests.dll"
let xunitTestAssemblies = !! "src/**/bin/Release/*.Tests.dll" --
"src/**/bin/Release/Akka.TestKit.VsTest.Tests.dll" --
"src/**/bin/Release/Akka.TestKit.NUnit.Tests.dll" --
"src/**/bin/Release/Akka.Persistence.SqlServer.Tests.dll"

mkdir testOutput

MSTest (fun p -> p) msTestAssemblies
nunitTestAssemblies
|> NUnit (fun p ->
{p with
DisableShadowCopy = true;
OutputFile = testOutput + @"\NUnitTestResults.xml"})

let xunitToolPath = findToolInSubPath "xunit.console.clr4.exe" "src/packages/xunit.runners*"
printfn "Using XUnit runner: %s" xunitToolPath
Expand Down Expand Up @@ -237,6 +248,14 @@ Target "MultiNodeTests" <| fun _ ->
info.Arguments <- args) (System.TimeSpan.FromMinutes 60.0) (* This is a VERY long running task. *)
if result <> 0 then failwithf "MultiNodeTestRunner failed. %s %s" multiNodeTestPath args

Target "RunSqlServerTests" <| fun _ ->
let sqlServerTests = !! "src/**/bin/Release/Akka.Persistence.SqlServer.Tests.dll"
let xunitToolPath = findToolInSubPath "xunit.console.clr4.exe" "src/packages/xunit.runners*"
printfn "Using XUnit runner: %s" xunitToolPath
xUnit
(fun p -> { p with OutputDir = testOutput; ToolPath = xunitToolPath })
sqlServerTests

//--------------------------------------------------------------------------------
// Nuget targets
//--------------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mono $SCRIPT_PATH/src/.nuget/NuGet.exe update -self
mono $SCRIPT_PATH/src/.nuget/NuGet.exe install FAKE -OutputDirectory $SCRIPT_PATH/src/packages -ExcludeVersion -Version 3.4.1

mono $SCRIPT_PATH/src/.nuget/NuGet.exe install xunit.runners -OutputDirectory $SCRIPT_PATH/src/packages/FAKE -ExcludeVersion -Version 1.9.2
mono $SCRIPT_PATH/src/.nuget/NuGet.exe install nunit.runners -OutputDirectory $SCRIPT_PATH/src/packages/FAKE -ExcludeVersion -Version 2.6.4

if ! [ -e $SCRIPT_PATH/src/packages/SourceLink.Fake/tools/SourceLink.fsx ] ; then
mono $SCRIPT_PATH/src/.nuget/NuGet.exe install SourceLink.Fake -OutputDirectory $SCRIPT_PATH/src/packages -ExcludeVersion
Expand Down
47 changes: 47 additions & 0 deletions src/Akka.sln
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,16 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicUnityUses", "contrib\d
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akka.DI.Unity", "contrib\dependencyInjection\Akka.DI.Unity\Akka.DI.Unity.csproj", "{2065C3A2-8C15-4912-BCF5-AE89E3DDA079}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akka.TestKit.NUnit", "contrib\testkits\Akka.TestKit.NUnit\Akka.TestKit.NUnit.csproj", "{BEF84A6F-32C4-4ACF-AFC3-7B5FCA6F209E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akka.TestKit.NUnit.Tests", "contrib\testkits\Akka.TestKit.NUnit.Tests\Akka.TestKit.NUnit.Tests.csproj", "{D63223FA-03F5-4B32-A6EC-668F718C0826}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Persistence", "Persistence", "{264C22A4-CAFC-41F6-B82C-4DDC5C196767}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akka.Persistence.SqlServer", "contrib\persistence\Akka.Persistence.SqlServer\Akka.Persistence.SqlServer.csproj", "{BAC85686-AFC4-413E-98DC-5ED8F468BC63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akka.Persistence.SqlServer.Tests", "contrib\persistence\Akka.Persistence.SqlServer.Tests\Akka.Persistence.SqlServer.Tests.csproj", "{5A3C24D7-0D1C-4974-BBB4-22AC792666DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Mono|Any CPU = Debug Mono|Any CPU
Expand Down Expand Up @@ -661,6 +671,38 @@ Global
{2065C3A2-8C15-4912-BCF5-AE89E3DDA079}.Release Mono|Any CPU.Build.0 = Release|Any CPU
{2065C3A2-8C15-4912-BCF5-AE89E3DDA079}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2065C3A2-8C15-4912-BCF5-AE89E3DDA079}.Release|Any CPU.Build.0 = Release|Any CPU
{BEF84A6F-32C4-4ACF-AFC3-7B5FCA6F209E}.Debug Mono|Any CPU.ActiveCfg = Debug|Any CPU
{BEF84A6F-32C4-4ACF-AFC3-7B5FCA6F209E}.Debug Mono|Any CPU.Build.0 = Debug|Any CPU
{BEF84A6F-32C4-4ACF-AFC3-7B5FCA6F209E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEF84A6F-32C4-4ACF-AFC3-7B5FCA6F209E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEF84A6F-32C4-4ACF-AFC3-7B5FCA6F209E}.Release Mono|Any CPU.ActiveCfg = Release|Any CPU
{BEF84A6F-32C4-4ACF-AFC3-7B5FCA6F209E}.Release Mono|Any CPU.Build.0 = Release|Any CPU
{BEF84A6F-32C4-4ACF-AFC3-7B5FCA6F209E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEF84A6F-32C4-4ACF-AFC3-7B5FCA6F209E}.Release|Any CPU.Build.0 = Release|Any CPU
{D63223FA-03F5-4B32-A6EC-668F718C0826}.Debug Mono|Any CPU.ActiveCfg = Debug|Any CPU
{D63223FA-03F5-4B32-A6EC-668F718C0826}.Debug Mono|Any CPU.Build.0 = Debug|Any CPU
{D63223FA-03F5-4B32-A6EC-668F718C0826}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D63223FA-03F5-4B32-A6EC-668F718C0826}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D63223FA-03F5-4B32-A6EC-668F718C0826}.Release Mono|Any CPU.ActiveCfg = Release|Any CPU
{D63223FA-03F5-4B32-A6EC-668F718C0826}.Release Mono|Any CPU.Build.0 = Release|Any CPU
{D63223FA-03F5-4B32-A6EC-668F718C0826}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D63223FA-03F5-4B32-A6EC-668F718C0826}.Release|Any CPU.Build.0 = Release|Any CPU
{BAC85686-AFC4-413E-98DC-5ED8F468BC63}.Debug Mono|Any CPU.ActiveCfg = Debug|Any CPU
{BAC85686-AFC4-413E-98DC-5ED8F468BC63}.Debug Mono|Any CPU.Build.0 = Debug|Any CPU
{BAC85686-AFC4-413E-98DC-5ED8F468BC63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAC85686-AFC4-413E-98DC-5ED8F468BC63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAC85686-AFC4-413E-98DC-5ED8F468BC63}.Release Mono|Any CPU.ActiveCfg = Release|Any CPU
{BAC85686-AFC4-413E-98DC-5ED8F468BC63}.Release Mono|Any CPU.Build.0 = Release|Any CPU
{BAC85686-AFC4-413E-98DC-5ED8F468BC63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAC85686-AFC4-413E-98DC-5ED8F468BC63}.Release|Any CPU.Build.0 = Release|Any CPU
{5A3C24D7-0D1C-4974-BBB4-22AC792666DE}.Debug Mono|Any CPU.ActiveCfg = Debug|Any CPU
{5A3C24D7-0D1C-4974-BBB4-22AC792666DE}.Debug Mono|Any CPU.Build.0 = Debug|Any CPU
{5A3C24D7-0D1C-4974-BBB4-22AC792666DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A3C24D7-0D1C-4974-BBB4-22AC792666DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A3C24D7-0D1C-4974-BBB4-22AC792666DE}.Release Mono|Any CPU.ActiveCfg = Release|Any CPU
{5A3C24D7-0D1C-4974-BBB4-22AC792666DE}.Release Mono|Any CPU.Build.0 = Release|Any CPU
{5A3C24D7-0D1C-4974-BBB4-22AC792666DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A3C24D7-0D1C-4974-BBB4-22AC792666DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -742,5 +784,10 @@ Global
{D1CCD86E-0EF8-473A-979B-25E1235FEA2D} = {B1D10183-8FAE-4506-B935-403FCED89BDB}
{32EABA12-DDAA-4F2A-B254-85239267D869} = {D1CCD86E-0EF8-473A-979B-25E1235FEA2D}
{2065C3A2-8C15-4912-BCF5-AE89E3DDA079} = {B1D10183-8FAE-4506-B935-403FCED89BDB}
{BEF84A6F-32C4-4ACF-AFC3-7B5FCA6F209E} = {7625FD95-4B2C-4A5B-BDD5-94B1493FAC8E}
{D63223FA-03F5-4B32-A6EC-668F718C0826} = {7625FD95-4B2C-4A5B-BDD5-94B1493FAC8E}
{264C22A4-CAFC-41F6-B82C-4DDC5C196767} = {588C1513-FAB6-42C3-B6FC-3485F13620CF}
{BAC85686-AFC4-413E-98DC-5ED8F468BC63} = {264C22A4-CAFC-41F6-B82C-4DDC5C196767}
{5A3C24D7-0D1C-4974-BBB4-22AC792666DE} = {264C22A4-CAFC-41F6-B82C-4DDC5C196767}
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
[assembly: AssemblyCompanyAttribute("Akka.NET Team")]
[assembly: AssemblyCopyrightAttribute("Copyright © 2013-2015 Akka.NET Team")]
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyVersionAttribute("1.0.0.0")]
[assembly: AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: AssemblyVersionAttribute("1.0.1.0")]
[assembly: AssemblyFileVersionAttribute("1.0.1.0")]

6 changes: 1 addition & 5 deletions src/benchmark/PingPong/PingPong.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,8 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Management" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.Management" />
</ItemGroup>
<ItemGroup>
<Compile Include="ClientReceiveActor.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\SharedAssemblyInfo.cs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<description>AutoFac Dependency Injection (DI) support for Akka.NET</description>
<licenseUrl>https://github.com/akkadotnet/akka.net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/akkadotnet/akka.net</projectUrl>
<iconUrl>https://raw.githubusercontent.com/akkadotnet/akka.net/gh-pages/images/icon-32x32.png</iconUrl>
<iconUrl>http://getakka.net/images/AkkaNetLogo.Normal.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>@releaseNotes@</releaseNotes>
<copyright>@copyright@</copyright>
<tags>@tags@ DI AutoFac</tags>
@dependencies@
@references@
</metadata>
</package>
</package>
Loading