Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/4.0.1 #632

Merged
merged 14 commits into from
Apr 2, 2024
Merged

Release/4.0.1 #632

merged 14 commits into from
Apr 2, 2024

Conversation

zunkas
Copy link
Collaborator

@zunkas zunkas commented Apr 2, 2024

No description provided.

lounge and others added 14 commits March 7, 2024 16:44
* Updated readme for 3.1

* Updated readme

* Updated readme

* Remove dependabot status and build status from README

The dependabot status badge and the build status section have been removed from the README.md file. This change was made to simplify the readme content and remove unnecessary details.
Bumps [gittools/actions](https://github.com/gittools/actions) from 0 to 1.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](GitTools/actions@v0...v1)

---
updated-dependencies:
- dependency-name: gittools/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…roj (#628)

This commit modifies the SwedbankPay.Sdk.Extensions.csproj to change the properties of the project reference to SwedbankPay.Sdk. Now, all the project's assets are marked as private to ensure they are not exposed or shared with other projects unintentionally.
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…workCore (#624)

Bumps [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore). These dependencies needed to be updated together.

Updates `Microsoft.EntityFrameworkCore.InMemory` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.2...v8.0.3)

Updates `Microsoft.EntityFrameworkCore` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.2...v8.0.3)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.Extensions.Http.Polly](https://github.com/dotnet/aspnetcore) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.2...v8.0.3)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Http.Polly
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.2...v8.0.3)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The commit adds a new step in the GitHub Actions workflow file for the testing and deployment of SampleSite. Specifically, it introduces an upload action for Cypress screenshot artifacts. This means whenever tests are run by Cypress, related screenshots will automatically be uploaded, helping with debugging and review.
The condition for the Cypress artifact upload action has been updated in the GitHub workflow file. Previously, it was configured to store screenshots only on failure events. This has been changed to ensure screenshots are always stored, irrespective of the test results.
The path assigned for cypress screenshots in the test_deploy_samplesite workflow has been updated. It has been shifted from the generic cypress/screenshots location to a specific directory under ./src/Samples/Sample.AspNetCore.UiTests. This change helps in better organization and management of test snapshots.
* Dynamic payer reference for sample site

* increase timeout

---------

Co-authored-by: Daniel Sundqvist <[email protected]>
Bumps [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.2...v8.0.3)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@zunkas zunkas assigned zunkas and lounge and unassigned zunkas Apr 2, 2024
@zunkas zunkas merged commit 1cca999 into master Apr 2, 2024
5 of 6 checks passed
@zunkas zunkas deleted the release/4.0.1 branch April 2, 2024 11:01
Copy link
Contributor

mergify bot commented Apr 2, 2024

Thank you @zunkas for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants