From: <che...@us...> - 2008-04-27 02:05:04
|
Revision: 1728 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1728&view=rev Author: chef_koch Date: 2008-04-26 19:04:58 -0700 (Sat, 26 Apr 2008) Log Message: ----------- added AssemblyInfo.cs minor improvements Modified Paths: -------------- trunk/plugins/FritzBox/FritzBox/FritzBox.cs trunk/plugins/FritzBox/FritzBox/FritzBox.csproj trunk/plugins/FritzBox/FritzBox.xmp Added Paths: ----------- trunk/plugins/FritzBox/FritzBox/Properties/AssemblyInfo.cs Modified: trunk/plugins/FritzBox/FritzBox/FritzBox.cs =================================================================== --- trunk/plugins/FritzBox/FritzBox/FritzBox.cs 2008-04-26 20:05:15 UTC (rev 1727) +++ trunk/plugins/FritzBox/FritzBox/FritzBox.cs 2008-04-27 02:04:58 UTC (rev 1728) @@ -70,7 +70,7 @@ #region Variables - public const string _version = "0.2.2.9"; + public const string _version = "0.3.0.0"; public static int _lastVersion = 0; static bool _extensiveLogging = false; Modified: trunk/plugins/FritzBox/FritzBox/FritzBox.csproj =================================================================== --- trunk/plugins/FritzBox/FritzBox/FritzBox.csproj 2008-04-26 20:05:15 UTC (rev 1727) +++ trunk/plugins/FritzBox/FritzBox/FritzBox.csproj 2008-04-27 02:04:58 UTC (rev 1728) @@ -53,6 +53,7 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Caller.cs" /> <Compile Include="CallAction.cs" /> <Compile Include="FritzBoxSetupFrom.cs"> @@ -118,8 +119,7 @@ </Target> --> <PropertyGroup> - <PostBuildEvent>copy "$(TargetPath)" "C:\Programme\Team MediaPortal\MediaPortal\Plugins\Process\$(TargetFileName)" -rem copy "$(TargetPath)" "$(ProjectDir)\..\FritzBox_release\MP_svn_release\Plugins\Process\$(TargetFileName)" -rem copy "$(ProjectDir)\*" "$(ProjectDir)\..\FritzBox_release\MP_svn_source\*"</PostBuildEvent> + <PostBuildEvent> + </PostBuildEvent> </PropertyGroup> </Project> \ No newline at end of file Added: trunk/plugins/FritzBox/FritzBox/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/FritzBox/FritzBox/Properties/AssemblyInfo.cs (rev 0) +++ trunk/plugins/FritzBox/FritzBox/Properties/AssemblyInfo.cs 2008-04-27 02:04:58 UTC (rev 1728) @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Allgemeine Informationen über eine Assembly werden über die folgenden +// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, +// die mit einer Assembly verknüpft sind. +[assembly: AssemblyTitle("FRITZ!Box CallMonitor")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("chefkoch @ Team MediaPortal")] +[assembly: AssemblyProduct("FRITZ!Box CallMonitor")] +[assembly: AssemblyCopyright("Copyright © chefkoch @ Team MediaPortal 2008")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar +// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von +// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. +[assembly: ComVisible(false)] + +// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird +[assembly: Guid("2fed1c7a-a6ad-4bec-b6a5-f6390c705e93")] + +// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +// +// Hauptversion +// Nebenversion +// Buildnummer +// Revision +// +[assembly: AssemblyVersion("0.3.0.0")] +[assembly: AssemblyFileVersion("0.3.0.0")] Modified: trunk/plugins/FritzBox/FritzBox.xmp =================================================================== --- trunk/plugins/FritzBox/FritzBox.xmp 2008-04-26 20:05:15 UTC (rev 1727) +++ trunk/plugins/FritzBox/FritzBox.xmp 2008-04-27 02:04:58 UTC (rev 1728) @@ -8,7 +8,7 @@ <Source>FritzBox\gfx\Thumbs\YAC\_noImage.png</Source> <Id>04010</Id> <Option>OutputFileName=|DefaultFile=False|</Option> - <Guid>5129c19a-5cf0-4978-9090-fa45f9ed4a3d</Guid> + <Guid>8e6b98ca-9280-4453-850e-2352bde99717</Guid> </File> <File> <FileName>_unknown.png</FileName> @@ -17,7 +17,7 @@ <Source>FritzBox\gfx\Thumbs\YAC\_unknown.png</Source> <Id>04010</Id> <Option /> - <Guid>4fff10ca-4951-4090-a0a7-a207472eea9e</Guid> + <Guid>3fc4269c-bd6d-4315-8c64-f8e8e55ee622</Guid> </File> <File> <FileName>FritzBox.dll</FileName> @@ -26,7 +26,7 @@ <Source>FritzBox\bin\Release\FritzBox.dll</Source> <Id>01020</Id> <Option /> - <Guid>7646bae7-5c25-4488-8093-e76590422bc9</Guid> + <Guid>188bfd8b-7a6c-40e5-8719-8962af8c841a</Guid> </File> </FileList> <StringList /> @@ -36,13 +36,13 @@ <SetupGroups /> <SetupGroupMappings /> <Option> - <BuildFileName>E:\mediaportal\mediaportal_plugins\FritzBox\FritzBox.mpi</BuildFileName> + <BuildFileName>E:\mediaportal\mediaportal_plugins\FritzBox\FritzBox_v0.3.0.mpi</BuildFileName> <ProiectFileName>E:\mediaportal\mediaportal_plugins\FritzBox\FritzBox.xmp</ProiectFileName> <ProiectName>FritzBox CallMonitor</ProiectName> - <Author>chefkoch</Author> + <Author>chefkoch @ Team MediaPortal</Author> <UpdateURL>http://mpi.team-mediaportal.com/downloads</UpdateURL> - <Version>0.2.2.9</Version> - <Description>The FRITZ!Box plugin is a process plugin, which is able to notify you on incoming calls on your FRITZ!Box. + <Version>0.3.0.0</Version> + <Description>The FRITZ!Box plugin is a process plugin, which is able to notify you within MediaPortal on an incomming call on your FRITZ!Box. All strings are multi language. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |