Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Update version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Aug 14, 2024
1 parent ff98269 commit 1d1835a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ publish

# NuGet Packages Directory
packages
*.nupkg

# Windows Azure Build Output
csx
Expand Down Expand Up @@ -124,4 +123,4 @@ mparticle.xml

# NuGet

.nupkg
*.nupkg
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This SDK is distributed via the public NuGet gallery: https://www.nuget.org/pack
If you have both an iOS and an Android project, you should add the NuGet package to each following the Xamarin Add Package dialog. [See here](https://developer.xamarin.com/guides/cross-platform/xamarin-studio/nuget_walkthrough/) for a detailed walkthrough on using NuGet with a Xamarin project.

```bash
Install-Package mParticle.Xamarin -Version 2.0.12
Install-Package mParticle.Xamarin -Version 2.1.0
```

### mParticle Singleton
Expand Down

0 comments on commit 1d1835a

Please sign in to comment.