Skip to content

Commit 2fc0ebd

Browse files
committed
Amend location of readme.md in all NuSpec files, so that it is visible to the NuGet Gallery.
1 parent ac3105c commit 2fc0ebd

142 files changed

Lines changed: 67 additions & 44 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<tags>ASCII Metadata Table</tags>
1616
</metadata>
1717
<files>
18-
<file src="readme.md" target="" />
19-
<file src="..\ChangeLog.md" target="" />
20-
<file src="bin\$configuration$\$id$.pdb" target="lib" />
18+
<file src="..\changelog.md" target="" />
19+
<file src="..\readme.md" target="" />
20+
<file src="bin\$configuration$\$id$.pdb" target="lib" />
2121
<file src="bin\$configuration$\$id$.xml" target="lib" />
2222
</files>
2323
</package>
54.2 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.221.0" )]
53-
[assembly: AssemblyInformationalVersion ( "9.0.221" )]
52+
[assembly: AssemblyFileVersion ( "9.0.222.0" )]
53+
[assembly: AssemblyInformationalVersion ( "9.0.222" )]
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 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)