We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423cb3a commit e2fed88Copy full SHA for e2fed88
src/Depends.Core/Depends.Core.csproj
@@ -2,6 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
5
+ <Version>0.2.0</Version>
6
</PropertyGroup>
7
8
<ItemGroup>
src/Depends/Depends.csproj
@@ -5,7 +5,7 @@
<ToolCommandName>dotnet-depends</ToolCommandName>
<PackAsTool>True</PackAsTool>
<OutputType>Exe</OutputType>
- <Version>0.1.0</Version>
9
<PackageId>dotnet-depends</PackageId>
10
<Title>dotnet-depends</Title>
11
<Authors>mholo65</Authors>
0 commit comments