An open API service indexing awesome lists of open source software.

https://github.com/chrisriesgo/featuretrackingplugin


https://github.com/chrisriesgo/featuretrackingplugin

xamarin xamarin-forms xamarin-plugin

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Feature Tracking Plugin

This plugin was created using the bait-and-switch approach.

> _Note - this plugin isn't published on NuGet._

- **Plugin.FeatureTracking** - source code for my _Plugin.FeatureTracking_ plugin that was created using the bait-and-switch approach.

## Packaging the NuGet

### Configure the .nuspec

Edit the `Package.nuspec` file to change the package details.

### Execute the pack command

####Mac:
[Download](https://dist.nuget.org/index.html) a command line NuGet executable.

```
/path/to/bin/mono $MONO_OPTIONS /path/to/NuGet.exe pack Package.nuspec -BasePath ./
```

####PC:

```
nuget pack Package.nuspec
```