Skip to content

Commit

Permalink
Add Locking to NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
preardon committed May 17, 2024
1 parent 52bfdca commit 2dea3fa
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>This is the Azure Distributed Locking Provider.</Title>
<Title></Title>
<Authors>Paul Reardon</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>This is the Azure Distributed Locking Provider.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2dea3fa

Please sign in to comment.