Skip to content

Commit

Permalink
Merge pull request #12 from sakapon/v1.2
Browse files Browse the repository at this point in the history
v1.2.26 request
  • Loading branch information
sakapon committed Mar 10, 2014
2 parents 15e6593 + fe89cd7 commit 7693e8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FelicaLib_Remodeled/FelicaLib_DotNet/Package.nuspec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/sakapon/felicalib-remodeled</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Apply the Disposable pattern.</releaseNotes>
<releaseNotes>Improve the stability by redesigning classes.</releaseNotes>
<copyright>$copyright$</copyright>
<tags>FeliCa PaSoRi</tags>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.25.0")]
[assembly: AssemblyFileVersion("1.2.25.0")]
[assembly: AssemblyVersion("1.2.26.0")]
[assembly: AssemblyFileVersion("1.2.26.0")]

[assembly: CLSCompliant(true)]
Binary file added Published/FelicaLib.DotNet.1.2.26.0.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion Tools/CreatePackage.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$msbuild = "C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild.exe"
$msbuild = "C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe"

cd ..\FelicaLib_Remodeled\FelicaLib_DotNet
Invoke-Expression ($msbuild + " FelicaLib_DotNet.csproj /p:Configuration=Release /t:Clean")
Expand Down

0 comments on commit 7693e8a

Please sign in to comment.