-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into refactor-next-version-calculator
- Loading branch information
Showing
8 changed files
with
19 additions
and
448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Cake.Compression" Version="0.3.0" /> | ||
<PackageVersion Include="Cake.Codecov" Version="1.0.1" /> | ||
<PackageVersion Include="Cake.Coverlet" Version="2.5.4" /> | ||
<PackageVersion Include="Cake.Frosting" Version="3.0.0" /> | ||
<PackageVersion Include="Cake.Incubator" Version="7.0.0" /> | ||
<PackageVersion Include="Cake.DotNetLocalTools.Module" Version="1.0.2" /> | ||
<PackageVersion Include="Cake.Docker" Version="1.1.2" /> | ||
<PackageVersion Include="Cake.Git" Version="2.0.0" /> | ||
<PackageVersion Include="Cake.Json" Version="7.0.1" /> | ||
<PackageVersion Include="Cake.Wyam2" Version="3.0.0" /> | ||
|
||
<PackageVersion Include="xunit.assert" Version="2.4.2" /> | ||
</ItemGroup> | ||
</Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Cake.Compression" Version="0.3.0" /> | ||
<PackageVersion Include="Cake.Codecov" Version="1.0.1" /> | ||
<PackageVersion Include="Cake.Coverlet" Version="3.0.2" /> | ||
<PackageVersion Include="Cake.Frosting" Version="3.0.0" /> | ||
<PackageVersion Include="Cake.Incubator" Version="7.0.0" /> | ||
<PackageVersion Include="Cake.DotNetLocalTools.Module" Version="3.0.12" /> | ||
<PackageVersion Include="Cake.Docker" Version="1.1.2" /> | ||
<PackageVersion Include="Cake.Git" Version="2.0.0" /> | ||
<PackageVersion Include="Cake.Json" Version="7.0.1" /> | ||
<PackageVersion Include="Cake.Wyam2" Version="3.0.0" /> | ||
<PackageVersion Include="xunit.assert" Version="2.4.2" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
157 changes: 0 additions & 157 deletions
157
build/common/Addins/Cake.Coverlet/ArgumentsProcessor.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.