Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
agray committed Aug 1, 2024
1 parent cc0cc53 commit ad2c539
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Saucery" Version="4.5.3" />
<PackageReference Include="Saucery" Version="4.5.4" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ExternalMerlin.NUnit/ExternalMerlin.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Saucery" Version="4.5.3" />
<PackageReference Include="Saucery" Version="4.5.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Saucery.XUnit" Version="4.5.3" />
<PackageReference Include="Saucery.XUnit" Version="4.5.4" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ExternalMerlin.XUnit/ExternalMerlin.XUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Saucery.XUnit" Version="4.5.3" />
<PackageReference Include="Saucery.XUnit" Version="4.5.4" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Saucery.Core/Saucery.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Saucery.Core</PackageId>
<PackageVersion>4.5.4</PackageVersion>
<PackageVersion>4.5.5</PackageVersion>
<Authors>Andrew Gray</Authors>
<Company>SauceForge</Company>
<Copyright>Copyright Andrew Gray 2014</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Saucery.Playwright.NUnit/Saucery.Playwright.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Saucery</PackageId>
<PackageVersion>4.5.4</PackageVersion>
<PackageVersion>4.5.5</PackageVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>Andrew Gray</Authors>
<Company>SauceForge</Company>
Expand Down
2 changes: 1 addition & 1 deletion Saucery.XUnit/Saucery.XUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Saucery.XUnit</PackageId>
<PackageVersion>4.5.4</PackageVersion>
<PackageVersion>4.5.5</PackageVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>Andrew Gray</Authors>
<Company>SauceForge</Company>
Expand Down
2 changes: 1 addition & 1 deletion Saucery/Saucery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Saucery</PackageId>
<PackageVersion>4.5.4</PackageVersion>
<PackageVersion>4.5.5</PackageVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>Andrew Gray</Authors>
<Company>SauceForge</Company>
Expand Down

0 comments on commit ad2c539

Please sign in to comment.