You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ The `Unreleased` section name is replaced by the expected version of next releas
18
18
### Changed
19
19
20
20
- Remove usage of `type Command` DUs [#103](https://github.com/jet/dotnet-templates/pull/103)
21
-
- Target `Equinox` v `3.0.5`
21
+
- Target `Equinox` v `3.0.5`, `Propulsion` v `2.12.0-rc.2`
22
+
- Target `Destructurama.FSharp` v `1.2.0`, `Serilog.Sinks.Async` v `1.5.0`, `Serilog.Sinks.Console` v `4.0.0`[#101](https://github.com/jet/dotnet-templates/pull/101)
// A typical app will likely have health checks etc, implying the wireup would be via `endpoints.MapMetrics()` and thus not use this ugly code directly
194
194
letstartMetricsServer port :IDisposable =
@@ -197,12 +197,13 @@ let startMetricsServer port : IDisposable =
197
197
Log.Information("Prometheus /metrics endpoint on port {port}", port)
0 commit comments