Skip to content

Commit e264ad1

Browse files
committed
Update: CoreTweet 0.3.4
1 parent 4241105 commit e264ad1

File tree

7 files changed

+24
-12
lines changed

7 files changed

+24
-12
lines changed

CoreTweetSupplement.nuspec

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>CoreTweetSupplement</id>
5-
<version>1.0.0</version>
5+
<version>1.1</version>
66
<title>CoreTweetSupplement</title>
77
<authors>azyobuzin</authors>
88
<licenseUrl>https://github.com/azyobuzin/CoreTweetSupplement/blob/master/LICENSE.txt</licenseUrl>
@@ -12,12 +12,11 @@
1212
<copyright>(c) 2014 azyobuzin</copyright>
1313
<tags>Twitter</tags>
1414
<dependencies>
15-
<dependency id="CoreTweet" version="0.3.3" />
16-
<dependency id="Newtonsoft.Json" version="4.5.11" />
15+
<dependency id="CoreTweet" version="0.3.4" />
1716
</dependencies>
1817
</metadata>
1918
<files>
20-
<file src="bin\Release\CoreTweetSupplement.dll" target="lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid+MonoTouch\CoreTweetSupplement.dll" />
21-
<file src="bin\Release\CoreTweetSupplement.XML" target="lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid+MonoTouch\CoreTweetSupplement.XML" />
19+
<file src="CoreTweetSupplement\bin\Release\CoreTweetSupplement.dll" target="lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid+MonoTouch\CoreTweetSupplement.dll" />
20+
<file src="CoreTweetSupplement\bin\Release\CoreTweetSupplement.XML" target="lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid+MonoTouch\CoreTweetSupplement.XML" />
2221
</files>
2322
</package>

CoreTweetSupplement/CoreTweetSupplement.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
</PropertyGroup>
4040
<ItemGroup>
4141
<!-- A reference to the entire .NET Framework is automatically included -->
42+
<None Include="app.config" />
4243
<None Include="packages.config" />
4344
</ItemGroup>
4445
<ItemGroup>
@@ -47,7 +48,7 @@
4748
</ItemGroup>
4849
<ItemGroup>
4950
<Reference Include="CoreTweet">
50-
<HintPath>..\packages\CoreTweet.0.3.3\lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid+MonoTouch\CoreTweet.dll</HintPath>
51+
<HintPath>..\packages\CoreTweet.0.3.4\lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid+MonoTouch\CoreTweet.dll</HintPath>
5152
</Reference>
5253
<Reference Include="Newtonsoft.Json">
5354
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll</HintPath>

CoreTweetSupplement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
2727
// 既定値にすることができます:
2828
// [assembly: AssemblyVersion("1.0.*")]
29-
[assembly: AssemblyVersion("1.0.0.0")]
30-
[assembly: AssemblyFileVersion("1.0.0.0")]
29+
[assembly: AssemblyVersion("1.1.0.0")]
30+
[assembly: AssemblyFileVersion("1.1.0.0")]

CoreTweetSupplement/app.config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<runtime>
4+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5+
<dependentAssembly>
6+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
7+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
8+
</dependentAssembly>
9+
</assemblyBinding>
10+
</runtime>
11+
</configuration>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="CoreTweet" version="0.3.3" targetFramework="portable-net40+sl50+win+wpa81+wp80+MonoAndroid10+MonoTouch10" />
3+
<package id="CoreTweet" version="0.3.4" targetFramework="portable-net40+sl50+win+wpa81+wp80+MonoAndroid10+MonoTouch10" />
44
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="portable-net40+sl4+wp7+win8" />
55
</packages>

CoreTweetSupplementTest/CoreTweetSupplementTest.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141
</DocumentationFile>
4242
</PropertyGroup>
4343
<ItemGroup>
44-
<Reference Include="CoreTweet">
45-
<HintPath>..\packages\CoreTweet.0.3.3\lib\net45\CoreTweet.dll</HintPath>
44+
<Reference Include="CoreTweet, Version=0.3.4.42010, Culture=neutral, processorArchitecture=MSIL">
45+
<SpecificVersion>False</SpecificVersion>
46+
<HintPath>..\packages\CoreTweet.0.3.4\lib\net45\CoreTweet.dll</HintPath>
4647
</Reference>
4748
<Reference Include="Microsoft.CSharp" />
4849
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="ChainingAssertion" version="1.7.1.0" targetFramework="net45" />
4-
<package id="CoreTweet" version="0.3.3" targetFramework="net45" />
4+
<package id="CoreTweet" version="0.3.4" targetFramework="net45" />
55
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net45" />
66
</packages>

0 commit comments

Comments
 (0)