kitsilanosoftware / MonoDevelop.Tizen

MonoDevelop add-in which adds support for developing and deploying LGPLv2-compliant applications using Mono for Tizen
GNU General Public License v3.0
4 stars 0 forks source link

Need to "fix" metadata for the plugin prior to ship, so it looks pretty in the IDE #6

Closed bobsummerwill closed 10 years ago

bobsummerwill commented 10 years ago

Update MonoDevelop.Tizen / MonoDevelop.Tizen / Properties / AssemblyInfo.cs to ...

[assembly: AssemblyTitle ("Tizen support")] [assembly: AssemblyDescription ("Support for developing and deploying Mono for Tizen applications")] [assembly: AssemblyConfiguration ("")] [assembly: AssemblyCompany ("Kitsilano Software Inc.")] [assembly: AssemblyProduct ("")] [assembly: AssemblyCopyright ("Copyright (c) 2014 Kitsilano Software Inc.")] [assembly: AssemblyTrademark ("")] [assembly: AssemblyCulture ("")]

bobsummerwill commented 10 years ago

Similar for the manifest.addin.xml? What is THAT used for?

<Addin namespace="Tizen" id="Tizen" name="Tizen development" author="Kitsilano Software Inc." copyright="GPL" description="Support for developing and deploying Mono for Tizen applications" category="Mobile Development" version="1.0.0">

What is copyright used for in this context? Should those be the same for these two locations? One used on the website and one in the runtime? Should "name" and "id" be more unique?

Like id=MonoDevelop.Tizen?

bobsummerwill commented 10 years ago

Actually we should say...

Support for developing and deploying LGPLv2-compliant applications using Mono for Tizen. If your application is not LGPLv2-compliant then you will need to purchase a commercial license from Xamarin. See http://xamarin.com/licensing.

In both places. Then it's crystal clear that we aren't competing with Xamarin.