ShareBuddy 5.0.0

dotnet add package ShareBuddy --version 5.0.0
                    
NuGet\Install-Package ShareBuddy -Version 5.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ShareBuddy" Version="5.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ShareBuddy" Version="5.0.0" />
                    
Directory.Packages.props
<PackageReference Include="ShareBuddy" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ShareBuddy --version 5.0.0
                    
#r "nuget: ShareBuddy, 5.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ShareBuddy@5.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ShareBuddy&version=5.0.0
                    
Install as a Cake Addin
#tool nuget:?package=ShareBuddy&version=5.0.0
                    
Install as a Cake Tool

ShareBuddy

A MonoGame lib for sharing things on social media.

To use on Android & iOS, first add the nuget package, then:

//create the ShareHelper object
var sharer = new ShareHelper(game);

//Share an image on social media.
sharer.ShareImage(filename, "Share helper test");
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ShareBuddy:

Package Downloads
ClutchPlayBuddy

A MonoGame lib for sharing gameplay on social media

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.0 101 1/25/2026
2.0.12 721 10/29/2020
2.0.11 673 2/20/2020
2.0.10 694 1/27/2020
2.0.9 670 12/13/2019
2.0.8 673 10/10/2019
2.0.7 676 9/5/2019
2.0.6 689 7/25/2019
2.0.5 696 7/25/2019
2.0.4 685 6/28/2019
2.0.2 854 12/29/2018
2.0.1 807 12/28/2018
2.0.0 844 12/28/2018