diff --git a/Changelog.md b/Changelog.md index 793bd53..23b1419 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,10 @@ # NEventStore.Persistence.MongoDB -## vNext +## 11.0.0 - Support: net6.0, netstandard2.1, net472 - Updated MongoDb driver to 3.0.0 +- Updated nuget package icon. ### Breaking Changes diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..c6c977d Binary files /dev/null and b/icon.png differ diff --git a/src/.nuget/NEventStore.Persistence.MongoDB.nuspec b/src/.nuget/NEventStore.Persistence.MongoDB.nuspec index 7fc407b..c865117 100644 --- a/src/.nuget/NEventStore.Persistence.MongoDB.nuspec +++ b/src/.nuget/NEventStore.Persistence.MongoDB.nuspec @@ -14,25 +14,28 @@ events, event sourcing, cqrs, storage, persistence, database, mongodb LICENSE.md README.md + icon.png + + Copyright (c) 2014 NEventStore + with pre-release of the actual version. Ex, if we are on 6.0.0 unstable, dependency from NEventStore should + be latest stable version so it can take prerelease of 6.0.0 version. + With (5.4 we are telling NuGet that we need a version greater than 5.4 so we are allowing all the prerelease + 6.x.x versions + --> - + - + - + @@ -47,5 +50,6 @@ + \ No newline at end of file diff --git a/src/NEventStore.Persistence.MongoDB.Core.sln b/src/NEventStore.Persistence.MongoDB.Core.sln index be4afcc..a375c61 100644 --- a/src/NEventStore.Persistence.MongoDB.Core.sln +++ b/src/NEventStore.Persistence.MongoDB.Core.sln @@ -20,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ..\build.ps1 = ..\build.ps1 ..\Changelog.md = ..\Changelog.md ..\GitVersion.yml = ..\GitVersion.yml + ..\icon.png = ..\icon.png ..\README.md = ..\README.md EndProjectSection EndProject