Skip to content

Commit

Permalink
Update: CoreTweet 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
azyobuzin committed Jul 18, 2014
1 parent 4241105 commit e264ad1
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 12 deletions.
9 changes: 4 additions & 5 deletions CoreTweetSupplement.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>CoreTweetSupplement</id>
<version>1.0.0</version>
<version>1.1</version>
<title>CoreTweetSupplement</title>
<authors>azyobuzin</authors>
<licenseUrl>https://github.com/azyobuzin/CoreTweetSupplement/blob/master/LICENSE.txt</licenseUrl>
Expand All @@ -12,12 +12,11 @@
<copyright>(c) 2014 azyobuzin</copyright>
<tags>Twitter</tags>
<dependencies>
<dependency id="CoreTweet" version="0.3.3" />
<dependency id="Newtonsoft.Json" version="4.5.11" />
<dependency id="CoreTweet" version="0.3.4" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\CoreTweetSupplement.dll" target="lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid+MonoTouch\CoreTweetSupplement.dll" />
<file src="bin\Release\CoreTweetSupplement.XML" target="lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid+MonoTouch\CoreTweetSupplement.XML" />
<file src="CoreTweetSupplement\bin\Release\CoreTweetSupplement.dll" target="lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid+MonoTouch\CoreTweetSupplement.dll" />
<file src="CoreTweetSupplement\bin\Release\CoreTweetSupplement.XML" target="lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid+MonoTouch\CoreTweetSupplement.XML" />
</files>
</package>
3 changes: 2 additions & 1 deletion CoreTweetSupplement/CoreTweetSupplement.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .NET Framework is automatically included -->
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
Expand All @@ -47,7 +48,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="CoreTweet">
<HintPath>..\packages\CoreTweet.0.3.3\lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid+MonoTouch\CoreTweet.dll</HintPath>
<HintPath>..\packages\CoreTweet.0.3.4\lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid+MonoTouch\CoreTweet.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions CoreTweetSupplement/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
11 changes: 11 additions & 0 deletions CoreTweetSupplement/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
2 changes: 1 addition & 1 deletion CoreTweetSupplement/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CoreTweet" version="0.3.3" targetFramework="portable-net40+sl50+win+wpa81+wp80+MonoAndroid10+MonoTouch10" />
<package id="CoreTweet" version="0.3.4" targetFramework="portable-net40+sl50+win+wpa81+wp80+MonoAndroid10+MonoTouch10" />
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="portable-net40+sl4+wp7+win8" />
</packages>
5 changes: 3 additions & 2 deletions CoreTweetSupplementTest/CoreTweetSupplementTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="CoreTweet">
<HintPath>..\packages\CoreTweet.0.3.3\lib\net45\CoreTweet.dll</HintPath>
<Reference Include="CoreTweet, Version=0.3.4.42010, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\CoreTweet.0.3.4\lib\net45\CoreTweet.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion CoreTweetSupplementTest/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ChainingAssertion" version="1.7.1.0" targetFramework="net45" />
<package id="CoreTweet" version="0.3.3" targetFramework="net45" />
<package id="CoreTweet" version="0.3.4" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net45" />
</packages>

0 comments on commit e264ad1

Please sign in to comment.