Skip to content

Commit d035565

Browse files
committed
fix build
1 parent e379f6c commit d035565

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ NEventLite makes it easier to implement the event sourcing pattern in your .NET
1616
NEventLite is **not a framework** that manages your application end to end. It doesn't enforce ports and adapters pattern or any of the application level concerns. The aim is to do one thing (Manage aggregate lifecycle) and do that well. If you need to implement command and event handlers you can have a look at something like [SimpleMediator](https://github.com/dasiths/SimpleMediator) or [Brighter](https://github.com/BrighterCommand/Brighter) and NEventLite will complement them nicely.
1717

1818
## What about v1.0? Wasn't it advertised as a framework?
19-
*NEventLite V1.0 tried to solve simmilar problems but the scope of the project very large and it was decided to narrow down the scope. If you're still looking for reference it's hosted [here](https://github.com/dasiths/NEventLite/blob/master/legacy/v1.0).*
19+
*NEventLite V1.0 tried to solve similar problems but the scope of the project very large and it was decided to narrow down the scope. If you're still looking for reference it's hosted [here](https://github.com/dasiths/NEventLite/blob/master/legacy/v1.0).*
2020

2121
## Before you start
2222

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ before_build:
1919
cd src
2020
dotnet restore
2121
build:
22+
project: NEventLite.sln
2223
publish_nuget: true
2324
verbosity: minimal
File renamed without changes.

0 commit comments

Comments
 (0)