Skip to content

Commit 45e3c80

Browse files
committed
Resolve the remaining issue that kept readme.md hidden from the NuGet Gallery. Thank you MS Copilot!
1 parent 2fc0ebd commit 45e3c80

144 files changed

Lines changed: 32 additions & 96 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ASCIIInfo/ASCIIInfo.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>$description$</description>
1313
<releaseNotes>See changelog.md for details.</releaseNotes>
14-
<copyright>$copyright$</copyright>
14+
<readme>readme.md</readme>
15+
<copyright>$copyright$</copyright>
1516
<tags>ASCII Metadata Table</tags>
1617
</metadata>
1718
<files>
54.3 KB
Binary file not shown.
54.3 KB
Binary file not shown.

ASCIIInfo/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
// You can specify all the values or you can default the Build and Revision Numbers
5050
// by using the '*' as shown below:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyFileVersion ( "9.0.222.0" )]
53-
[assembly: AssemblyInformationalVersion ( "9.0.222" )]
52+
[assembly: AssemblyFileVersion ( "9.0.224.0" )]
53+
[assembly: AssemblyInformationalVersion ( "9.0.224" )]

ASCIIInfo/README.md

Lines changed: 0 additions & 73 deletions
This file was deleted.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)