Skip to content

Commit dfe0c3a

Browse files
Merge pull request #151 from alexandrehtrb/develop
Release 3.7.6
2 parents 6a601cd + a8e503c commit dfe0c3a

6 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

3-
* [3.7.5](#375-2025-06-02)
3+
* [3.7.6](#376-2025-06-02)
4+
* 3.7.5 was accidentally deleted 😝
45
* [3.7.4](#374-2025-03-06)
56
* [3.7.3](#373-2025-03-04)
67
* [3.7.2](#372-2025-02-21)
@@ -38,7 +39,7 @@
3839
* [1.1.0](#110-2022-03-20)
3940
* [1.0.0](#100-2022-03-08)
4041

41-
## [3.7.5](https://github.com/alexandrehtrb/Pororoca/tree/3.7.5) (2025-06-02)
42+
## [3.7.6](https://github.com/alexandrehtrb/Pororoca/tree/3.7.6) (2025-06-02)
4243

4344
### Features
4445

src/Pororoca.Desktop.Debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: pororoca
2-
Version: 3.7.5
2+
Version: 3.7.6
33
Section: devel
44
Priority: optional
55
Architecture: amd64

src/Pororoca.Desktop.MacOSX/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundleDisplayName</key>
1212
<string>Pororoca</string>
1313
<key>CFBundleVersion</key>
14-
<string>3.7.5</string>
14+
<string>3.7.6</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.7.5</string>
16+
<string>3.7.6</string>
1717
<key>LSMinimumSystemVersion</key>
1818
<string>10.12</string>
1919
<key>CFBundleExecutable</key>

src/Pororoca.Desktop/Pororoca.Desktop.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<EnableUnsafeUTF7Encoding>false</EnableUnsafeUTF7Encoding>
3434
<!-- trimming properties end -->
3535
<ApplicationIcon>Assets/pororoca_icon.ico</ApplicationIcon>
36-
<Version>3.7.5</Version>
36+
<Version>3.7.6</Version>
3737
<FileVersion>$(Version)</FileVersion>
3838
<AssemblyVersion>$(Version)</AssemblyVersion>
3939
<Copyright>AlexandreHTRB</Copyright>

src/Pororoca.Test/Pororoca.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- To generate the package: 'dotnet pack -c Release' -->
55
<PackageId>Pororoca.Test</PackageId>
66
<PackageIcon>pororoca.png</PackageIcon>
7-
<PackageVersion>3.7.5</PackageVersion>
7+
<PackageVersion>3.7.6</PackageVersion>
88
<Description>Package for running Pororoca requests from tests.</Description>
99
<RepositoryUrl>https://github.com/alexandrehtrb/Pororoca.git</RepositoryUrl>
1010
<RepositoryType>git</RepositoryType>

tests/Pororoca.Test.Tests/Pororoca.Test.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ProjectReference Include="..\..\src\Pororoca.Domain\Pororoca.Domain.csproj"/>
1414
<ProjectReference Include="..\..\src\Pororoca.Infrastructure\Pororoca.Infrastructure.csproj"/>
1515
<ProjectReference Include="..\..\src\Pororoca.Test\Pororoca.Test.csproj"/>
16-
<!--PackageReference Include="Pororoca.Test" Version="3.7.5" /-->
16+
<!--PackageReference Include="Pororoca.Test" Version="3.7.6" /-->
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1818
<PackageReference Include="xunit" Version="2.9.0" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">

0 commit comments

Comments
 (0)