Skip to content

Commit

Permalink
NuGet Update
Browse files Browse the repository at this point in the history
Fixes, and now no explicit upper bound for Newtonsoft.Json dependency
set
  • Loading branch information
Redth committed Aug 9, 2012
1 parent ac7274d commit 4a9c58b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file added NuGet/PushSharp.1.0.9.nupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions PushSharp.Common/AssemblyVersionInfo.cs
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("1.0.8.*")]
[assembly: AssemblyFileVersion("1.0.8.*")]
[assembly: AssemblyVersion("1.0.9.*")]
[assembly: AssemblyFileVersion("1.0.9.*")]
1 change: 0 additions & 1 deletion PushSharp.Sample/PushSharp.Sample.csproj
Expand Up @@ -45,7 +45,6 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Test.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PushSharp.Android\PushSharp.Google.csproj">
Expand Down

0 comments on commit 4a9c58b

Please sign in to comment.