Update assembly name

This commit is contained in:
2023-04-07 19:41:41 -04:00
parent 3134a6729e
commit 74c3dd62f4

View File

@@ -12,6 +12,7 @@
<Description>A custom settings provider with hooks that allow settings to be stored outside of the typical settings file such as a database.</Description>
<PackageId>ChrisKaczor.GenericSettingsProvider</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AssemblyName>ChrisKaczor.GenericSettingsProvider</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />