Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Dec 11, 2021
1 parent b2e23f8 commit c67b69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DotnetTestSplit/DotnetTestSplit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<InformationalVersion>1.1.1</InformationalVersion>
<InformationalVersion>1.1.2</InformationalVersion>

<PackAsTool>true</PackAsTool>
<ToolCommandName>DotnetTestSplit</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<RepositoryUrl>https://github.com/$(GITHUB_REPOSITORY)</RepositoryUrl>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<Authors>Javier Tuya</Authors>
<Company>GIIS - University of Oviedo</Company>
<Description>Splits dotnet test trx files into separate junit xml files like those generated by maven surefire report plugin.</Description>
Expand Down

0 comments on commit c67b69f

Please sign in to comment.