diff --git a/Yavsc.Abstract/Makefile b/Yavsc.Abstract/Makefile index c07a9ce5..24bb3c15 100644 --- a/Yavsc.Abstract/Makefile +++ b/Yavsc.Abstract/Makefile @@ -1,10 +1,10 @@ CONFIG=Release -VERSION=1.0.5-rc7 +VERSION=1.0.5-rc8 PRJNAME=Yavsc.Abstract PKGFILENAME=$(PRJNAME).$(VERSION).nupkg DESTPATH=. PACKAGE=$(DESTPATH)/$(PKGFILENAME) -BINARY=bin/$(CONFIG)/net45/Yavsc.Abstract.dll +BINARY=bin/$(CONFIG)/net451/Yavsc.Abstract.dll NUGETSOURCE=$(HOME)/Nupkgs/ $(PACKAGE): $(BINARY) diff --git a/Yavsc.Abstract/project.json b/Yavsc.Abstract/project.json index ef84b246..03bbb525 100644 --- a/Yavsc.Abstract/project.json +++ b/Yavsc.Abstract/project.json @@ -1,12 +1,28 @@ { - "version": "1.0.5", + "version": "1.0.5-*", "description": "Yavsc Client Api", "authors": [ - "Paul Schneider" - ], - "tags": [ - "" + "Paul Schneider " ], + "packOptions": { + "repository": { + "type": "git", + "url": "https://github.com/pazof/yavsc" + }, + "licenseUrl": "https://github.com/pazof/yavsc/blob/vnext/LICENSE", + "requireLicenseAcceptance": true, + "owners": [ + "Paul Schneider " + ], + "summary": "Yet another very small company", + "projectUrl": "http://yavsc.pschneider.fr", + "tags": [ + "Blog", + "Blog", + "PoS", + "Chat" + ] + }, "projectUrl": "", "licenseUrl": "", "tooling": { diff --git a/Yavsc/Yavsc.nuspec b/Yavsc/Yavsc.nuspec new file mode 100644 index 00000000..34166e9e --- /dev/null +++ b/Yavsc/Yavsc.nuspec @@ -0,0 +1,23 @@ + + + + Yavsc + Yavsc + $version$ + Paul Schneider + Paul Schneider + https://github.com/pazof/yavsc/blob/vnext/Yavsc/License.md + https://github.com/pazof/yavsc/README.md + https://github.com/pazof/yavsc/blob/vnext/Yavsc/wwwroot/images/yavsc.png + true + + A little client/server app, dealing about establishing some contract, between some human client and provider. + + + + Blog, POS, Web API + + + + +