Skip to content

Commit 0e9d0f4

Browse files
committed
Slightly better titles for NuGet packages
1 parent 7329cbd commit 0e9d0f4

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

RELEASE_NOTES.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
### New in 0.24 (not released yet)
22

33
* Breaking: The following NuGet references have been updated
4-
- `EventStore.Client` v3.4.0 (up from v3.0.2)
5-
- `Hangfire.Core` v1.5.3 (up from v1.4.6)
6-
- `RabbitMQ.Client` v3.6.0 (up from v3.5.4)
4+
- `EventStore.Client` v3.4.0 (up from v3.0.2)
5+
- `Hangfire.Core` v1.5.3 (up from v1.4.6)
6+
- `RabbitMQ.Client` v3.6.0 (up from v3.5.4)
7+
* Fixed: Updated NuGet package titles of the following NuGet packages to
8+
contain assembly name to get a better overview when searching on
9+
[nuget.org](http://nuget.org)
10+
- `EventFlow.RabbitMQ`
11+
- `EventFlow.EventStores.EventStore`
712
* Fixed: Updated internal NuGet reference `dbup` to v3.3.0 (up from v3.2.1)
813

914
### New in 0.23.1470 (released 2015-12-05)

Source/EventFlow.EventStores.EventStore/EventFlow.EventStores.EventStore.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>EventFlow.EventStores.EventStore</id>
5-
<title>EventFlow - Event Store event store</title>
5+
<title>EventFlow.EventStores.EventStore</title>
66
<version>0.0.0</version>
77
<authors>rasmus</authors>
88
<description>Event Store event store for EventFlow. Download it from https://geteventstore.com/. </description>

Source/EventFlow.RabbitMQ/EventFlow.RabbitMQ.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>EventFlow.RabbitMQ</id>
5-
<title>EventFlow - RabbitMQ integration</title>
5+
<title>EventFlow.RabbitMQ</title>
66
<version>0.0.0</version>
77
<authors>rasmus</authors>
88
<description>RabbitMQ integration for EventFlow</description>

0 commit comments

Comments
 (0)