diff --git a/CoreTweetSupplement.nuspec b/CoreTweetSupplement.nuspec index 0941159..1c666b9 100644 --- a/CoreTweetSupplement.nuspec +++ b/CoreTweetSupplement.nuspec @@ -2,7 +2,7 @@ CoreTweetSupplement - 1.0.0 + 1.1 CoreTweetSupplement azyobuzin https://github.com/azyobuzin/CoreTweetSupplement/blob/master/LICENSE.txt @@ -12,12 +12,11 @@ (c) 2014 azyobuzin Twitter - - + - - + + \ No newline at end of file diff --git a/CoreTweetSupplement/CoreTweetSupplement.csproj b/CoreTweetSupplement/CoreTweetSupplement.csproj index df5507e..e28835e 100644 --- a/CoreTweetSupplement/CoreTweetSupplement.csproj +++ b/CoreTweetSupplement/CoreTweetSupplement.csproj @@ -39,6 +39,7 @@ + @@ -47,7 +48,7 @@ - ..\packages\CoreTweet.0.3.3\lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid+MonoTouch\CoreTweet.dll + ..\packages\CoreTweet.0.3.4\lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid+MonoTouch\CoreTweet.dll ..\packages\Newtonsoft.Json.6.0.3\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll diff --git a/CoreTweetSupplement/Properties/AssemblyInfo.cs b/CoreTweetSupplement/Properties/AssemblyInfo.cs index f082ce5..4647e11 100644 --- a/CoreTweetSupplement/Properties/AssemblyInfo.cs +++ b/CoreTweetSupplement/Properties/AssemblyInfo.cs @@ -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")] diff --git a/CoreTweetSupplement/app.config b/CoreTweetSupplement/app.config new file mode 100644 index 0000000..4429813 --- /dev/null +++ b/CoreTweetSupplement/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/CoreTweetSupplement/packages.config b/CoreTweetSupplement/packages.config index ee945ca..5b36007 100644 --- a/CoreTweetSupplement/packages.config +++ b/CoreTweetSupplement/packages.config @@ -1,5 +1,5 @@  - + diff --git a/CoreTweetSupplementTest/CoreTweetSupplementTest.csproj b/CoreTweetSupplementTest/CoreTweetSupplementTest.csproj index 56676e4..09db2e1 100644 --- a/CoreTweetSupplementTest/CoreTweetSupplementTest.csproj +++ b/CoreTweetSupplementTest/CoreTweetSupplementTest.csproj @@ -41,8 +41,9 @@ - - ..\packages\CoreTweet.0.3.3\lib\net45\CoreTweet.dll + + False + ..\packages\CoreTweet.0.3.4\lib\net45\CoreTweet.dll diff --git a/CoreTweetSupplementTest/packages.config b/CoreTweetSupplementTest/packages.config index d74959a..c3a8a99 100644 --- a/CoreTweetSupplementTest/packages.config +++ b/CoreTweetSupplementTest/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file