Skip to content

Commit

Permalink
Rename packageId
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEsteban committed May 19, 2024
1 parent b358247 commit 5bffb88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.0.7</Version>
<Version>1.0.8</Version>
<Authors>DrEsteban</Authors>
<PackageProjectUrl>https://github.com/DrEsteban/DotNetDefer</PackageProjectUrl>
<RepositoryUrl>https://github.com/DrEsteban/DotNetDefer</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion DotNetDefer.Legacy/DotNetDefer.Legacy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<PropertyGroup>
<PackageId>DrEsteban.DotNetDefer.Legacy</PackageId>
<PackageId>DotNetDefer.Legacy</PackageId>
<Description>A simple library to bring GoLang's `defer` functionality to .NET! (Legacy app version: only implements for `IDisposable`)</Description>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion DotNetDefer/DotNetDefer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<PropertyGroup>
<PackageId>DrEsteban.DotNetDefer</PackageId>
<PackageId>DotNetDefer</PackageId>
<Description>A simple library to bring GoLang's `defer` functionality to .NET!</Description>
</PropertyGroup>

Expand Down

0 comments on commit 5bffb88

Please sign in to comment.