Skip to content

Commit df74837

Browse files
committed
Bump to 0.3.1
1 parent 5549980 commit df74837

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Depends.Core/Depends.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>0.3.0</Version>
5+
<Version>0.3.1</Version>
66
</PropertyGroup>
77

88
<ItemGroup>
99
<PackageReference Include="buildalyzer" Version="2.2.0" />
1010
<PackageReference Include="NuGet.ProjectModel" Version="4.9.3" />
1111

12-
<!-- The below is only to not riun into incompatibilites with the NuGet version loaded by MSBuild -->
12+
<!-- The below is only to not run into incompatibilites with the NuGet version loaded by MSBuild -->
1313
<PackageReference Include="NuGet.Build.Tasks" Version="4.9.3" />
1414
<PackageReference Include="NuGet.Resolver" Version="4.9.3" />
1515
</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.3.0</Version>
8+
<Version>0.3.1</Version>
99
<PackageId>dotnet-depends</PackageId>
1010
<Title>dotnet-depends</Title>
1111
<Authors>mholo65</Authors>

0 commit comments

Comments
 (0)