Skip to content

Commit 3a44d93

Browse files
committed
New Nuget Version
1 parent 5c6ffe8 commit 3a44d93

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Diff for: NuGet/PushSharp.1.0.10.nupkg

93.5 KB
Binary file not shown.

Diff for: PushSharp.Apple/ApplePushChannel.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected override void SendNotification(Common.Notification notification)
102102
}
103103
}
104104
}
105-
catch (Exception ex)
105+
catch (Exception)
106106
{
107107
this.QueueNotification(notification);
108108
} //If this failed, we probably had a networking error, so let's requeue the notification

Diff for: PushSharp.Blackberry/BlackberryPushChannel.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ bool push(BlackberryNotification notification)
7979
HttpWRes.Close();
8080
requestStream.Close();
8181
}
82-
catch (System.Exception e)
82+
catch (System.Exception)
8383
{
8484
success = false;
8585
}

Diff for: PushSharp.Common/AssemblyVersionInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
// You can specify all the values or you can default the Build and Revision Numbers
1313
// by using the '*' as shown below:
1414
// [assembly: AssemblyVersion("1.0.*")]
15-
[assembly: AssemblyVersion("1.0.9.*")]
16-
[assembly: AssemblyFileVersion("1.0.9.*")]
15+
[assembly: AssemblyVersion("1.0.10.0")]
16+
[assembly: AssemblyFileVersion("1.0.10.0")]

Diff for: PushSharp.sln

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
44
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PushSharp", "PushSharp\PushSharp.csproj", "{09414728-3728-4105-A149-EC2E315355F9}"
55
EndProject
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PushSharp.Common", "PushSharp.Common\PushSharp.Common.csproj", "{836F225F-6CD9-48DE-910C-70F8A7CF54AA}"
@@ -100,17 +100,17 @@ Global
100100
{9947F510-BA9A-4045-A648-BAB687D8F513}.Release|Mixed Platforms.Build.0 = Release|Any CPU
101101
{9947F510-BA9A-4045-A648-BAB687D8F513}.Release|x86.ActiveCfg = Release|Any CPU
102102
EndGlobalSection
103+
GlobalSection(SolutionProperties) = preSolution
104+
HideSolutionNode = FALSE
105+
EndGlobalSection
103106
GlobalSection(NestedProjects) = preSolution
104-
{9947F510-BA9A-4045-A648-BAB687D8F513} = {C09BBA3E-9CF3-4479-A4C3-3006820E2046}
105-
{83C67156-893D-4AFF-9169-DB34771989CB} = {C09BBA3E-9CF3-4479-A4C3-3006820E2046}
107+
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB} = {04A9AE38-795E-4CB5-A9AD-C1FA83DC342C}
106108
{5250980B-BD11-4201-B083-AEDB8C62C471} = {C09BBA3E-9CF3-4479-A4C3-3006820E2046}
107109
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6} = {C09BBA3E-9CF3-4479-A4C3-3006820E2046}
108-
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB} = {04A9AE38-795E-4CB5-A9AD-C1FA83DC342C}
110+
{83C67156-893D-4AFF-9169-DB34771989CB} = {C09BBA3E-9CF3-4479-A4C3-3006820E2046}
111+
{9947F510-BA9A-4045-A648-BAB687D8F513} = {C09BBA3E-9CF3-4479-A4C3-3006820E2046}
109112
EndGlobalSection
110113
GlobalSection(MonoDevelopProperties) = preSolution
111114
StartupItem = PushSharp.Sample\PushSharp.Sample.csproj
112115
EndGlobalSection
113-
GlobalSection(SolutionProperties) = preSolution
114-
HideSolutionNode = FALSE
115-
EndGlobalSection
116116
EndGlobal

0 commit comments

Comments
 (0)