Skip to content

Commit

Permalink
Updated to 3.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
beeradmoore committed Sep 26, 2020
1 parent 3da1ed1 commit 802941c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ Cartfile.resolved
Binding/Mixpanel.framework
Binding/NewBinding_*
*.nupkg
*.snupkg
Binding/Carthage
2 changes: 1 addition & 1 deletion Binding/BuildNugetPackage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
./FetchFramework.sh
msbuild Xam.Plugin.Mixpanel.iOS.csproj -property:Configuration=Release -target:Clean,Build
nuget pack Xam.Plugin.Mixpanel.iOS.csproj -Properties Configuration=Release
nuget pack Xam.Plugin.Mixpanel.iOS.nuspec -Symbols -SymbolPackageFormat snupkg
2 changes: 1 addition & 1 deletion Binding/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "mixpanel/mixpanel-iphone" == 3.6.0
github "mixpanel/mixpanel-iphone" == 3.6.1
2 changes: 1 addition & 1 deletion Binding/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("3.6.0")]
[assembly: AssemblyVersion("3.6.1")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
7 changes: 6 additions & 1 deletion Binding/Xam.Plugin.Mixpanel.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Xam.Plugin.Mixpanel.iOS</id>
<version>3.6.0</version>
<version>3.6.1</version>
<description>Xamarin.iOS bindings for Mixpanel (Objective-C).</description>
<tags>mixpanel, xamarin, xamarin.ios, ios</tags>
<authors>beeradmoore</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE</license>
<projectUrl>https://github.com/beeradmoore/Xam.Plugin.Mixpanel.iOS</projectUrl>
<dependencies>
<group targetFramework="Xamarin.iOS10" />
</dependencies>
</metadata>
<files>
<file src="..\LICENSE" />
<file src="bin/Release/Xam.Plugin.Mixpanel.iOS.dll" target="lib\Xamarin.iOS10\Xam.Plugin.Mixpanel.iOS.dll" />
<file src="bin/Release/Xam.Plugin.Mixpanel.iOS.pdb" target="lib\Xamarin.iOS10\Xam.Plugin.Mixpanel.iOS.pdb" />
</files>
</package>

0 comments on commit 802941c

Please sign in to comment.