Fix nuspec
This commit is contained in:
parent
69869ca35a
commit
0469e1d09a
2
.github/workflows/nuget.build.yml
vendored
2
.github/workflows/nuget.build.yml
vendored
@ -30,4 +30,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Pack
|
- name: Pack
|
||||||
run: |
|
run: |
|
||||||
nuget pack -version 1.0.0 wuganhao.fmt.nuspec
|
nuget pack -version 1.0.0 wuganhao.fmtlib.nuspec -outputdirectory dist
|
||||||
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>fmtlib</id>
|
<id>wuganhao.fmtlib</id>
|
||||||
<version>$version$</version>
|
<version>$version$</version>
|
||||||
<title>{fmt} lib nuget package</title>
|
<title>{fmt} lib nuget package</title>
|
||||||
<authors>Wu, Ganhao<wuganhao@hotmail.com></authors>
|
<authors>Wu, Ganhao<wuganhao@hotmail.com></authors>
|
||||||
@ -10,11 +10,14 @@
|
|||||||
<description>fmtlib</description>
|
<description>fmtlib</description>
|
||||||
<releaseNotes>fmt lib</releaseNotes>
|
<releaseNotes>fmt lib</releaseNotes>
|
||||||
<tags>fmtlib std::format</tags>
|
<tags>fmtlib std::format</tags>
|
||||||
|
<dependencies>
|
||||||
|
<group targetFramework="native0.0" />
|
||||||
|
</dependencies>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="Debug\fmtd.*" target="lib\native\x64\Debug\" />
|
<file src="Debug\*" target="lib\native\x64\Debug\" />
|
||||||
<file src="Release\fmtd.lib" target="lib\native\x64\Release\" />
|
<file src="Release\*" target="lib\native\x64\Release\" />
|
||||||
<file src="include\fmt\*.h" target="include\fmt\" />
|
<file src="include\fmt\**\*" target="include\fmt\" />
|
||||||
<file src="*.targets" target="build\" />
|
<file src="*.targets" target="build\" />
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
Loading…
Reference in New Issue
Block a user