https://github.com/chrisriesgo/featuretrackingplugin
https://github.com/chrisriesgo/featuretrackingplugin
xamarin xamarin-forms xamarin-plugin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisriesgo/featuretrackingplugin
- Owner: chrisriesgo
- Created: 2017-06-28T14:30:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T14:42:43.000Z (almost 9 years ago)
- Last Synced: 2025-10-09T10:02:42.773Z (8 months ago)
- Topics: xamarin, xamarin-forms, xamarin-plugin
- Language: C#
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```