We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4feab16 commit bf66710Copy full SHA for bf66710
src/GitContributors/GitContributors.fsproj
@@ -6,7 +6,7 @@
6
<PackAsTool>true</PackAsTool>
7
<ToolCommandName>git-contributor</ToolCommandName>
8
<PackageOutputPath>./nupkg</PackageOutputPath>
9
- <Version>0.2.0</Version>
+ <Version>0.3.0</Version>
10
</PropertyGroup>
11
12
<ItemGroup>
@@ -23,7 +23,7 @@
23
</ItemGroup>
24
25
26
- <PackageReference Include="LibGit2Sharp" Version="0.26.2" />
+ <PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-0116" />
27
<PackageReference Include="Mono.Options" Version="6.6.0.161" />
28
<PackageReference Include="Spectre.Console" Version="0.40.0" />
29
0 commit comments