Update assembly info

This commit is contained in:
Rikki Tooley 2015-04-26 17:17:50 +01:00
parent 93a371674d
commit 48be3af2c9
3 changed files with 12 additions and 8 deletions

View File

@ -55,6 +55,7 @@ Global
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|ARM.ActiveCfg = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|x64.ActiveCfg = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|x86.ActiveCfg = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|x86.Build.0 = Release|Any CPU
{3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Debug ARM|Any CPU.ActiveCfg = Debug|Any CPU
{3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Debug ARM|Any CPU.Build.0 = Debug|Any CPU
{3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Debug ARM|ARM.ActiveCfg = Debug|Any CPU
@ -71,6 +72,7 @@ Global
{3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Release|ARM.ActiveCfg = Release|Any CPU
{3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Release|x64.ActiveCfg = Release|Any CPU
{3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Release|x86.ActiveCfg = Release|Any CPU
{3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Release|x86.Build.0 = Release|Any CPU
{2BDE74CF-AB11-441D-9641-5EAAD38DD01D}.Debug ARM|Any CPU.ActiveCfg = Debug|Any CPU
{2BDE74CF-AB11-441D-9641-5EAAD38DD01D}.Debug ARM|Any CPU.Build.0 = Debug|Any CPU
{2BDE74CF-AB11-441D-9641-5EAAD38DD01D}.Debug ARM|ARM.ActiveCfg = Debug|Any CPU
@ -86,6 +88,7 @@ Global
{2BDE74CF-AB11-441D-9641-5EAAD38DD01D}.Release|ARM.ActiveCfg = Release|Any CPU
{2BDE74CF-AB11-441D-9641-5EAAD38DD01D}.Release|x64.ActiveCfg = Release|Any CPU
{2BDE74CF-AB11-441D-9641-5EAAD38DD01D}.Release|x86.ActiveCfg = Release|Any CPU
{2BDE74CF-AB11-441D-9641-5EAAD38DD01D}.Release|x86.Build.0 = Release|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug ARM|Any CPU.ActiveCfg = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug ARM|Any CPU.Build.0 = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug ARM|ARM.ActiveCfg = Debug|Any CPU
@ -101,6 +104,7 @@ Global
{39C00A2D-9896-4392-B751-540CD16B3315}.Release|ARM.ActiveCfg = Release|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Release|x64.ActiveCfg = Release|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Release|x86.ActiveCfg = Release|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Release|x86.Build.0 = Release|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug ARM|Any CPU.ActiveCfg = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug ARM|Any CPU.Build.0 = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug ARM|ARM.ActiveCfg = Debug|Any CPU

View File

@ -6,10 +6,10 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("IF.Lastfm.Core")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Inflatable Last.fm .NET SDK")]
[assembly: AssemblyDescription("Portable Last.fm SDK for modern .NET platforms")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Inflatable Friends")]
[assembly: AssemblyProduct("IF.Lastfm.Core")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
@ -26,5 +26,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@ -6,10 +6,10 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("IF.Lastfm.Sql")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Inflatable Last.fm .NET SDK - SQLite components")]
[assembly: AssemblyDescription("SQLite components for Inflatable Last.fm .NET SDK")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Inflatable Friends")]
[assembly: AssemblyProduct("IF.Lastfm.Sql")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
@ -26,5 +26,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]