Skip to content

Commit

Permalink
Prepare release 1.0.175 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Buildvana committed Sep 27, 2023
1 parent 7347300 commit e46197d
Show file tree
Hide file tree
Showing 6 changed files with 294 additions and 292 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased changes

First stable version. No actual changes since last preview.

### New features

### Changes to existing features
Expand All @@ -17,6 +15,10 @@ First stable version. No actual changes since last preview.

### Known problems introduced by this release

## [1.0.175](https://github.com/Tenacom/Louis/releases/tag/1.0.175) (2023-09-27)

First stable version. No actual changes since last preview.

## [1.0.173-preview](https://github.com/Tenacom/Louis/releases/tag/1.0.173-preview) (2023-09-26)

### Bugs fixed in this release
Expand Down
15 changes: 15 additions & 0 deletions src/Louis.Hosting/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
#nullable enable
Louis.Hosting.AsyncHostedService
Louis.Hosting.AsyncHostedService.AsyncHostedService(Microsoft.Extensions.Logging.ILogger! logger) -> void
override sealed Louis.Hosting.AsyncHostedService.LogBeforeExecute() -> void
override sealed Louis.Hosting.AsyncHostedService.LogBeforeSetup() -> void
override sealed Louis.Hosting.AsyncHostedService.LogBeforeTeardown() -> void
override sealed Louis.Hosting.AsyncHostedService.LogExecuteCanceled() -> void
override sealed Louis.Hosting.AsyncHostedService.LogExecuteCompleted() -> void
override sealed Louis.Hosting.AsyncHostedService.LogExecuteFailed(System.Exception! exception) -> void
override sealed Louis.Hosting.AsyncHostedService.LogSetupCanceled() -> void
override sealed Louis.Hosting.AsyncHostedService.LogSetupCompleted() -> void
override sealed Louis.Hosting.AsyncHostedService.LogSetupFailed(System.Exception! exception) -> void
override sealed Louis.Hosting.AsyncHostedService.LogStateChanged(Louis.Threading.AsyncServiceState oldState, Louis.Threading.AsyncServiceState newState) -> void
override sealed Louis.Hosting.AsyncHostedService.LogStopRequested(Louis.Threading.AsyncServiceState previousState, Louis.Threading.AsyncServiceState currentState, bool result) -> void
override sealed Louis.Hosting.AsyncHostedService.LogTeardownCompleted() -> void
override sealed Louis.Hosting.AsyncHostedService.LogTeardownFailed(System.Exception! exception) -> void
15 changes: 0 additions & 15 deletions src/Louis.Hosting/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
#nullable enable
Louis.Hosting.AsyncHostedService
Louis.Hosting.AsyncHostedService.AsyncHostedService(Microsoft.Extensions.Logging.ILogger! logger) -> void
override sealed Louis.Hosting.AsyncHostedService.LogBeforeExecute() -> void
override sealed Louis.Hosting.AsyncHostedService.LogBeforeSetup() -> void
override sealed Louis.Hosting.AsyncHostedService.LogBeforeTeardown() -> void
override sealed Louis.Hosting.AsyncHostedService.LogExecuteCanceled() -> void
override sealed Louis.Hosting.AsyncHostedService.LogExecuteCompleted() -> void
override sealed Louis.Hosting.AsyncHostedService.LogExecuteFailed(System.Exception! exception) -> void
override sealed Louis.Hosting.AsyncHostedService.LogSetupCanceled() -> void
override sealed Louis.Hosting.AsyncHostedService.LogSetupCompleted() -> void
override sealed Louis.Hosting.AsyncHostedService.LogSetupFailed(System.Exception! exception) -> void
override sealed Louis.Hosting.AsyncHostedService.LogStateChanged(Louis.Threading.AsyncServiceState oldState, Louis.Threading.AsyncServiceState newState) -> void
override sealed Louis.Hosting.AsyncHostedService.LogStopRequested(Louis.Threading.AsyncServiceState previousState, Louis.Threading.AsyncServiceState currentState, bool result) -> void
override sealed Louis.Hosting.AsyncHostedService.LogTeardownCompleted() -> void
override sealed Louis.Hosting.AsyncHostedService.LogTeardownFailed(System.Exception! exception) -> void
Loading

0 comments on commit e46197d

Please sign in to comment.