Skip to content

Commit e2fed88

Browse files
committed
v0.2.0
1 parent 423cb3a commit e2fed88

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Depends.Core/Depends.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Version>0.2.0</Version>
56
</PropertyGroup>
67

78
<ItemGroup>

src/Depends/Depends.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ToolCommandName>dotnet-depends</ToolCommandName>
66
<PackAsTool>True</PackAsTool>
77
<OutputType>Exe</OutputType>
8-
<Version>0.1.0</Version>
8+
<Version>0.2.0</Version>
99
<PackageId>dotnet-depends</PackageId>
1010
<Title>dotnet-depends</Title>
1111
<Authors>mholo65</Authors>

0 commit comments

Comments
 (0)