Skip to content

Commit

Permalink
feat: Prepare next release cycle (2.5.0) (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn authored Feb 2, 2023
1 parent af7f253 commit 6961e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:
shell: pwsh

- name: Decode Code Signing Certificate
shell: bash
run: echo $CODE_SIGNING_CERTIFICATE_BASE64 | base64 --decode > code-signing-certificate.pfx
shell: bash

- name: Cache NuGet Packages
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<PropertyGroup>
<PackageId>$(AssemblyName)</PackageId>
<Version>2.4.0</Version>
<Version>2.5.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Product>Testcontainers</Product>
Expand Down

0 comments on commit 6961e02

Please sign in to comment.