File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
33[ assembly: AssemblyProduct ( "SqlStreamStore" ) ]
44[ assembly: AssemblyCopyright ( "Copyright Damian Hickey & Contributors 2015 - 2017" ) ]
5- [ assembly: System . Reflection . AssemblyVersion ( "0.8.0 " ) ]
6- [ assembly: System . Reflection . AssemblyFileVersion ( "0.8.0 " ) ]
5+ [ assembly: System . Reflection . AssemblyVersion ( "0.8.1 " ) ]
6+ [ assembly: System . Reflection . AssemblyFileVersion ( "0.8.1 " ) ]
Original file line number Diff line number Diff line change 1616 <frameworkAssemblies >
1717 <frameworkAssembly assemblyName =" System.Data" targetFramework =" net45" />
1818 </frameworkAssemblies >
19- <releaseNotes />
19+ <releaseNotes >
20+ - Contains a schema breaking change.
21+ - Migration script is in the package tools folder.
22+ </releaseNotes >
2023 <dependencies >
2124 <dependency id =" SqlStreamStore" version =" [0.8, 0.9)" />
2225 </dependencies >
Original file line number Diff line number Diff line change 1717 <tags >cqrs event-sourcing domain-driven-design event-store stream-store</tags >
1818 <frameworkAssemblies />
1919 <releaseNotes >
20- - AppendStream returns an AppendResult
21- - JsonData loading is async with ability to disable prefecthing
22- - Subscription callbacks include the subscription instance
23- - Subscriptions dispose themselves when the underlying store is disposed
20+ - AppendResult includes the position of the last message that was appened
2421 </releaseNotes >
2522 <dependencies >
2623 </dependencies >
Original file line number Diff line number Diff line change 1- 0.8.0
1+ 0.8.1
You can’t perform that action at this time.
0 commit comments