Skip to content

Commit 53fde87

Browse files
committed
Bump version
1 parent 8d3ceec commit 53fde87

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

GenerateAspNetCoreClient/GenerateAspNetCoreClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackAsTool>true</PackAsTool>
88
<ToolCommandName>dotnet-generate-client</ToolCommandName>
99
<PackageOutputPath>./nupkg</PackageOutputPath>
10-
<Version>1.1</Version>
10+
<Version>2.0</Version>
1111
<RepositoryUrl>https://github.com/Dreamescaper/GenerateAspNetCoreClient</RepositoryUrl>
1212
<PackageId>GenerateAspNetCoreClient.Refit</PackageId>
1313
<Description>DotNet tool to generate Refit HTTP client types from ASP.NET Core API controllers.</Description>

Tests/GenerateAspNetCoreClient.Tests/GenerateAspNetCoreClient.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8+
<PackageReference Include="coverlet.collector" Version="6.0.0">
9+
<PrivateAssets>all</PrivateAssets>
10+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
11+
</PackageReference>
812
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
913
<PackageReference Include="NUnit" Version="4.0.0" />
1014
<PackageReference Include="NUnit.Analyzers" Version="3.10.0">

0 commit comments

Comments
 (0)