a yavsc nuspec
This commit is contained in:
parent
58f3ac91f0
commit
f408c7836b
3 changed files with 46 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
CONFIG=Release
|
CONFIG=Release
|
||||||
VERSION=1.0.5-rc7
|
VERSION=1.0.5-rc8
|
||||||
PRJNAME=Yavsc.Abstract
|
PRJNAME=Yavsc.Abstract
|
||||||
PKGFILENAME=$(PRJNAME).$(VERSION).nupkg
|
PKGFILENAME=$(PRJNAME).$(VERSION).nupkg
|
||||||
DESTPATH=.
|
DESTPATH=.
|
||||||
PACKAGE=$(DESTPATH)/$(PKGFILENAME)
|
PACKAGE=$(DESTPATH)/$(PKGFILENAME)
|
||||||
BINARY=bin/$(CONFIG)/net45/Yavsc.Abstract.dll
|
BINARY=bin/$(CONFIG)/net451/Yavsc.Abstract.dll
|
||||||
NUGETSOURCE=$(HOME)/Nupkgs/
|
NUGETSOURCE=$(HOME)/Nupkgs/
|
||||||
|
|
||||||
$(PACKAGE): $(BINARY)
|
$(PACKAGE): $(BINARY)
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,28 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.5",
|
"version": "1.0.5-*",
|
||||||
"description": "Yavsc Client Api",
|
"description": "Yavsc Client Api",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Paul Schneider"
|
"Paul Schneider <paul@pschneider.fr>"
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
""
|
|
||||||
],
|
],
|
||||||
|
"packOptions": {
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/pazof/yavsc"
|
||||||
|
},
|
||||||
|
"licenseUrl": "https://github.com/pazof/yavsc/blob/vnext/LICENSE",
|
||||||
|
"requireLicenseAcceptance": true,
|
||||||
|
"owners": [
|
||||||
|
"Paul Schneider <paul@pschneider.fr>"
|
||||||
|
],
|
||||||
|
"summary": "Yet another very small company",
|
||||||
|
"projectUrl": "http://yavsc.pschneider.fr",
|
||||||
|
"tags": [
|
||||||
|
"Blog",
|
||||||
|
"Blog",
|
||||||
|
"PoS",
|
||||||
|
"Chat"
|
||||||
|
]
|
||||||
|
},
|
||||||
"projectUrl": "",
|
"projectUrl": "",
|
||||||
"licenseUrl": "",
|
"licenseUrl": "",
|
||||||
"tooling": {
|
"tooling": {
|
||||||
|
|
|
||||||
23
Yavsc/Yavsc.nuspec
Normal file
23
Yavsc/Yavsc.nuspec
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||||
|
<id>Yavsc</id>
|
||||||
|
<title>Yavsc</title>
|
||||||
|
<version>$version$</version>
|
||||||
|
<authors>Paul Schneider</authors>
|
||||||
|
<owners>Paul Schneider</owners>
|
||||||
|
<licenseUrl>https://github.com/pazof/yavsc/blob/vnext/Yavsc/License.md</licenseUrl>
|
||||||
|
<projectUrl>https://github.com/pazof/yavsc/README.md</projectUrl>
|
||||||
|
<iconUrl>https://github.com/pazof/yavsc/blob/vnext/Yavsc/wwwroot/images/yavsc.png</iconUrl>
|
||||||
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||||
|
<description>
|
||||||
|
A little client/server app, dealing about establishing some contract, between some human client and provider.
|
||||||
|
</description>
|
||||||
|
<summary>
|
||||||
|
</summary>
|
||||||
|
<tags>Blog, POS, Web API</tags>
|
||||||
|
</metadata>
|
||||||
|
<files>
|
||||||
|
<file src="bin/$config$/net451/Yavsc.dll" target="lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
|
||||||
|
</files>
|
||||||
|
</package>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue