Skip to content

Tags: devlooped/Merq

Tags

v3.0.0

Toggle v3.0.0's commit message
Modernize code using collection expressions

v3.0.0-rc

Toggle v3.0.0-rc's commit message
Bump the azure group with 1 update

Bumps Azure.Monitor.OpenTelemetry.Exporter from 1.3.0 to 1.5.0

---
updated-dependencies:
- dependency-name: Azure.Monitor.OpenTelemetry.Exporter
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <support@github.com>

v3.0.0-beta

Toggle v3.0.0-beta's commit message
+Mᐁ includes

v3.0.0-alpha

Toggle v3.0.0-alpha's commit message

Verified

This commit was signed with the committer’s verified signature.
kzu Daniel Cazzulino
Add note to mention Mediator and MediatR

v2.0.0

Toggle v2.0.0's commit message
Use docs site as project URL

v2.0.0-rc.6

Toggle v2.0.0-rc.6's commit message
Don't validate public API in package publishing

Since we want the analyzers for tracking shipped APIs, not to prevent innovation such as adding ExecuteStream for .net6.0+ targets.

v2.0.0-rc.5

Toggle v2.0.0-rc.5's commit message
Fix image links in readmes for display in nuget.org

v2.0.0-rc.4

Toggle v2.0.0-rc.4's commit message
Add note on observable producers

v2.0.0-rc.3

Toggle v2.0.0-rc.3's commit message
Fix automapper dependency

If we don't specify the target framework, the packaging project will just take a dependency with no framework. This doesn't work when we *also* have framework-specific dependencies, and will cause the dependency to be lost entirely when nuget performs a restore.

In other words, if you have non-framework specific dependencies AND framework specific dependencies, you will only get the latter in the restore graph.

v2.0.0-rc.2

Toggle v2.0.0-rc.2's commit message
Add public api analyzers to avoid inadvertent breaking changes