Skip to content

Commit

Permalink
Update package version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Arasz committed Aug 21, 2023
1 parent 0320dab commit b5a4348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DotnetClean.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageTags>dotnet, cli, dotnet-cli, tool, tools, clean, artifacts, build</PackageTags>
<Description>.NET Core tool that can clean all your dotnet build artifacts.</Description>
<PackageLicense>https://github.com/Arasz/dotnet-clean-artifacts/blob/main/LICENSE</PackageLicense>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
app.Configure(configurator =>
{
configurator.Settings.ApplicationName = "clean-artifacts";
configurator.Settings.ApplicationVersion = "1.0.2";
configurator.Settings.ApplicationVersion = "1.0.3";
});
await app.RunAsync(args);

0 comments on commit b5a4348

Please sign in to comment.