update nuget.exe to latest and fix nuspec specification of readme

This commit is contained in:
sbwalker
2024-09-17 15:19:40 -04:00
parent 85734c1146
commit dcf6f26792
6 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<package>
<metadata>
<id>Oqtane.Framework</id>
<version>5.2.2</version>
@ -19,5 +19,6 @@
</metadata>
<files>
<file src="icon.png" target="" />
<file src="readme.md" target="" />
</files>
</package>