creating the abstract packet
This commit is contained in:
@ -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: $(TARGET)
|
||||
cp $(TARGET) ~/Nupkgs
|
||||
|
||||
|
||||
$(TARGET):
|
||||
dnu pack
|
||||
publish: $(PACKAGE)
|
||||
cp $(PACKAGE) ~/Nupkgs
|
||||
|
||||
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>
|
||||
</metadata>
|
||||
<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" />
|
||||
</files>
|
||||
</package>
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.0.2",
|
||||
"description": "Yavsc Client Api",
|
||||
"authors": [
|
||||
"Paul Schneider"
|
||||
@ -23,4 +23,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user