Skip to content

Commit

Permalink
Fixed assembly info in projects, and added signing to new platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed May 31, 2013
1 parent 3411c09 commit 06f3f6f
Show file tree
Hide file tree
Showing 14 changed files with 68 additions and 46 deletions.
11 changes: 5 additions & 6 deletions PushSharp.Amazon.Adm/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,20 @@
[assembly: AssemblyTitle("PushSharp.Amazon.Adm")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("jonathan")]
[assembly: AssemblyCompany("Redth")]
[assembly: AssemblyProduct("PushSharp.Amazon.Adm")]
[assembly: AssemblyCopyright("Redth")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.0.*")]
//[assembly: AssemblyVersion("1.0.*")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.

//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]

//[assembly: AssemblyKeyFile("")]
Binary file added PushSharp.Amazon.Adm/PushSharp-Signing.snk
Binary file not shown.
13 changes: 12 additions & 1 deletion PushSharp.Amazon.Adm/PushSharp.Amazon.Adm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>PushSharp-Signing.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="Newtonsoft.Json">
Expand All @@ -42,14 +48,17 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\PushSharp.Core\AssemblyVersionInfo.cs">
<Link>AssemblyVersionInfo.cs</Link>
</Compile>
<Compile Include="AdmFluentNotification.cs" />
<Compile Include="AdmPushBrokerExtensions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="AdmPushChannelSettings.cs" />
<Compile Include="AdmNotification.cs" />
<Compile Include="AdmPushChannel.cs" />
<Compile Include="AdmPushService.cs" />
<Compile Include="AdmExceptions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
Expand All @@ -60,6 +69,8 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="PushSharp-Signing.snk" />
</ItemGroup>
<ItemGroup />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
</Project>
8 changes: 4 additions & 4 deletions PushSharp.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
[assembly: AssemblyTitle("PushSharp.Android")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Redth")]
[assembly: AssemblyProduct("PushSharp.Android")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyCopyright("Copyright Redth")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
//[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("15830884-40f7-49ab-aaaf-234ca44cd0cb")]
//[assembly: Guid("15830884-40f7-49ab-aaaf-234ca44cd0cb")]
12 changes: 6 additions & 6 deletions PushSharp.Apple/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
// 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("ApplePushSharp")]
[assembly: AssemblyTitle("PushSharp.Apple")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ApplePushSharp")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyCompany("Redth")]
[assembly: AssemblyProduct("PushSharp.Apple")]
[assembly: AssemblyCopyright("Copyright Redth")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
//[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("3d3e17d7-b45f-4149-b380-8070cc131624")]
//[assembly: Guid("3d3e17d7-b45f-4149-b380-8070cc131624")]
12 changes: 5 additions & 7 deletions PushSharp.Blackberry/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand All @@ -8,18 +8,16 @@
[assembly: AssemblyTitle("PushSharp.Blackberry")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Redth")]
[assembly: AssemblyProduct("PushSharp.Blackberry")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyCopyright("Copyright Redth")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
//[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("055417c8-aac4-488f-9418-642e456c4545")]
[assembly: AssemblyVersionAttribute("2.0.4")]
[assembly: AssemblyFileVersionAttribute("2.0.4")]
//[assembly: Guid("055417c8-aac4-488f-9418-642e456c4545")]
6 changes: 5 additions & 1 deletion PushSharp.Blackberry/PushSharp.Blackberry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,17 @@
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="..\PushSharp.Core\AssemblyVersionInfo.cs">
<Link>AssemblyVersionInfo.cs</Link>
</Compile>
<Compile Include="BlackberryExceptions.cs" />
<Compile Include="BlackberryMessageStatus.cs" />
<Compile Include="BlackberryPushBrokerExtensions.cs" />
<Compile Include="BlackberryPushChannel.cs" />
<Compile Include="BlackberryPushChannelSettings.cs" />
<Compile Include="BlackberryPushService.cs" />
<Compile Include="BlackberryNotification.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PushSharp.Core\PushSharp.Core.csproj">
Expand All @@ -89,6 +92,7 @@
<None Include="PushSharp-Signing.snk" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
4 changes: 2 additions & 2 deletions PushSharp.Core/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,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("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyVersion("2.1.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
12 changes: 6 additions & 6 deletions PushSharp.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
// 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("PushSharp.Common")]
[assembly: AssemblyTitle("PushSharp.Core")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("PushSharp.Common")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyCompany("Redth")]
[assembly: AssemblyProduct("PushSharp.Core")]
[assembly: AssemblyCopyright("Copyright Redth")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
//[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("24018d12-4d83-4283-acc6-eb4562d93c09")]
//[assembly: Guid("24018d12-4d83-4283-acc6-eb4562d93c09")]
7 changes: 3 additions & 4 deletions PushSharp.Google.Chrome/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,20 @@
[assembly: AssemblyTitle("PushSharp.Google.Chrome")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Redth")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("jonathan")]
[assembly: AssemblyCopyright("Copyright Redth")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.0.*")]
//[assembly: AssemblyVersion("1.0.*")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.

//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]

Binary file added PushSharp.Google.Chrome/PushSharp-Signing.snk
Binary file not shown.
13 changes: 12 additions & 1 deletion PushSharp.Google.Chrome/PushSharp.Google.Chrome.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>PushSharp-Signing.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.5.0.5\lib\net40\Newtonsoft.Json.dll</HintPath>
Expand All @@ -43,25 +49,30 @@
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\PushSharp.Core\AssemblyVersionInfo.cs">
<Link>AssemblyVersionInfo.cs</Link>
</Compile>
<Compile Include="ChromeExceptions.cs" />
<Compile Include="ChromePushBrokerExtensions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ChromePushService.cs" />
<Compile Include="ChromeNotification.cs" />
<Compile Include="ChromePushChannel.cs" />
<Compile Include="ChromePushChannelSettings.cs" />
<Compile Include="Exceptions.cs" />
<Compile Include="ChromeFluentNotification.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<None Include="packages.config" />
<None Include="PushSharp-Signing.snk" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PushSharp.Core\PushSharp.Core.csproj">
<Project>{836F225F-6CD9-48DE-910C-70F8A7CF54AA}</Project>
<Name>PushSharp.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
</Project>
8 changes: 4 additions & 4 deletions PushSharp.Windows/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
[assembly: AssemblyTitle("PushSharp.Windows")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Redth")]
[assembly: AssemblyProduct("PushSharp.Windows")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyCopyright("Copyright Redth")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
//[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("bd0789cf-f798-4c19-ad0d-befafa588f4e")]
//[assembly: Guid("bd0789cf-f798-4c19-ad0d-befafa588f4e")]
8 changes: 4 additions & 4 deletions PushSharp.WindowsPhone/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
[assembly: AssemblyTitle("PushSharp.WindowsPhone")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Redth")]
[assembly: AssemblyProduct("PushSharp.WindowsPhone")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyCopyright("Copyright Redth")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
//[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("a6897a27-2cef-4454-acc2-0b42db5a3404")]
//[assembly: Guid("a6897a27-2cef-4454-acc2-0b42db5a3404")]

0 comments on commit 06f3f6f

Please sign in to comment.