creating the abstract packet
This commit is contained in:
parent
742796c592
commit
deb1068e3b
4 changed files with 13 additions and 12 deletions
|
|
@ -1,15 +1,17 @@
|
||||||
|
CONFIG=Release
|
||||||
|
VERSION=1.0.2
|
||||||
|
PRJNAME=Yavsc.Abstract
|
||||||
|
PKGFILENAME=$(PRJNAME).$(VERSION).nupkg
|
||||||
|
DESTPATH=.
|
||||||
|
PACKAGE=$(DESTPATH)/$(PKGFILENAME)
|
||||||
|
|
||||||
|
$(PACKAGE):
|
||||||
|
nuget pack $(PRJNAME).nuspec -Version $(VERSION)
|
||||||
|
|
||||||
TARGET=bin/Debug/Yavsc.Abstract.1.0.0.nupkg
|
publish: $(PACKAGE)
|
||||||
|
cp $(PACKAGE) ~/Nupkgs
|
||||||
publish: $(TARGET)
|
|
||||||
cp $(TARGET) ~/Nupkgs
|
|
||||||
|
|
||||||
|
|
||||||
$(TARGET):
|
|
||||||
dnu pack
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm $(TARGET)
|
rm $(PACKAGE)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
BIN
Yavsc.Abstract/Yavsc.Abstract.1.0.2.nupkg
Normal file
BIN
Yavsc.Abstract/Yavsc.Abstract.1.0.2.nupkg
Normal file
Binary file not shown.
|
|
@ -18,7 +18,6 @@
|
||||||
<tags>yavsc</tags>
|
<tags>yavsc</tags>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="bin/Release/net451/Yavsc.Abstract.dll" target="lib/net451" />
|
|
||||||
<file src="bin/Release/net451/Yavsc.Abstract.dll" target="lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
|
<file src="bin/Release/net451/Yavsc.Abstract.dll" target="lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.2",
|
||||||
"description": "Yavsc Client Api",
|
"description": "Yavsc Client Api",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Paul Schneider"
|
"Paul Schneider"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue