chore: updating descriptions for NuGet
This commit is contained in:
parent
a161673e36
commit
fff4493fa7
1 changed files with 3 additions and 3 deletions
|
@ -7,12 +7,12 @@
|
|||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
||||
<Authors>Dylan Moonfire</Authors>
|
||||
<Company>Moonfire Games</Company>
|
||||
<RepositoryUrl>https://gitlab.com/dmoonfire/mfgames-locking-cil</RepositoryUrl>
|
||||
<RepositoryUrl>https://gitlab.com/mfgames/mfgames-locking-cil</RepositoryUrl>
|
||||
<RepositoryType>Git</RepositoryType>
|
||||
<PackageTags>locking</PackageTags>
|
||||
<PackageProjectUrl>https://gitlab.com/dmoonfire/mfgames-locking-cil</PackageProjectUrl>
|
||||
<PackageProjectUrl>https://gitlab.com/mfgames/mfgames-locking-cil</PackageProjectUrl>
|
||||
<PackageLicense>MIT</PackageLicense>
|
||||
<Description>An IDisposable pattern for using ReaderWriterLockSlim.</Description>
|
||||
<Description>Wrappers and patterns for working with ReaderWriterLockSlim.</Description>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<OutputPath>..\..\bin</OutputPath>
|
||||
|
|
Reference in a new issue