Skip to content

Commit

Permalink
Release 1.0.2 (proper release)
Browse files Browse the repository at this point in the history
  • Loading branch information
BEagle1984 committed Nov 19, 2019
1 parent 8349e99 commit 668ff0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<License>MIT</License>
<Copyright>Copyright (c) 2019 Sergio Aquilini</Copyright>
<VersionSuffix></VersionSuffix>
<BaseVersion>1.0.1$(VersionSuffix)</BaseVersion>
<BaseVersion>1.0.2$(VersionSuffix)</BaseVersion>
<ProjectUrl>https://beagle1984.github.io/silverback/</ProjectUrl>
<RepositoryUrl>https://github.com/BEagle1984/silverback/</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
15 changes: 7 additions & 8 deletions docs/_docs/0-introduction/003-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ permalink: /docs/releases
toc: true
---

## [1.0.2](https://github.com/BEagle1984/silverback/releases/tag/1.0.2)

### Fixes
* Reintroduced `Add*Subscriber` and `Add*Behavior` as `IServiceCollection` extension methods (for backward compatibility and greater flexibility) [[#41](https://github.com/BEagle1984/silverback/issues/41)]
* Added `WithInMemoryBroker` and `OverrideWithInMemoryBroker` extension methods (see [Testing]({{ site.baseurl }}/docs/quickstart/testing))


## [1.0.0](https://github.com/BEagle1984/silverback/releases/tag/1.0.0)

### What's new
Expand Down Expand Up @@ -34,14 +41,6 @@ toc: true
* `Silverback.Integration.EntityFrameworkCore` and `Silverback.EventSourcing.EntityFrameworkCore` have been deprecated (`Silverback.Core.EntityFrameworkCore` contains all the necessary logic to use EF as store)
* `KeyMemberAttribute` has been renamed to `PartitioningKeyMemberAttribute` (see [Kafka Partitioning]({{ site.baseurl }}/docs/advanced/partitioning))

### Patches

#### Silverback.Core 1.0.1
* Reintroduced `Add*Subscriber` and `Add*Behavior` as `IServiceCollection` extension methods (for backward compatibility and greater flexibility) [[#41](https://github.com/BEagle1984/silverback/issues/41)]

#### Silverback.Integration.InMemory 1.0.1
* Added `WithInMemoryBroker` and `OverrideWithInMemoryBroker` extension methods (see [Testing]({{ site.baseurl }}/docs/quickstart/testing))

## [0.10.0](https://github.com/BEagle1984/silverback/releases/tag/0.10.0)

### What's new
Expand Down

0 comments on commit 668ff0e

Please sign in to comment.