Skip to content

Commit d066408

Browse files
Fixed documentation file name
1 parent 2010617 commit d066408

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

AutoIndexCache/AutoIndexCache.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<Description>A high-performance, thread-safe cache for .NET applications that provides automatic indexing of cached data.</Description>
2020
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
2121
<GenerateDocumentationFile>true</GenerateDocumentationFile>
22-
<DocumentationFile>AutoIndexCache.xml</DocumentationFile>
2322
<IncludeSymbols>true</IncludeSymbols>
2423
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2524
<Version>1.3.0</Version>
@@ -34,6 +33,7 @@
3433
<RootNamespace>RentADeveloper.AutoIndexCache</RootNamespace>
3534
<AssemblyTitle>rent-a-developer AutoIndexCache</AssemblyTitle>
3635
<AssemblyName>RentADeveloper.AutoIndexCache</AssemblyName>
36+
<DocumentationFile>RentADeveloper.AutoIndexCache.xml</DocumentationFile>
3737
</PropertyGroup>
3838

3939
<ItemGroup>
File renamed without changes.

0 commit comments

Comments
 (0)