Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshihiro Nakamura authored and Toshihiro Nakamura committed Feb 2, 2012
1 parent 70f9368 commit 00087d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Soma.Core/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ open System.Runtime.CompilerServices;
[<assembly:AssemblyTitle("Soma.Core.dll")>]
[<assembly:AssemblyCopyright("Copyright the Soma Team. All rights reserved.")>]
[<assembly:AssemblyProduct("Soma")>]
[<assembly:AssemblyVersion("1.6.0.1")>]
[<assembly:AssemblyVersion("1.6.0.2")>]
#if DEBUG
[<assembly:InternalsVisibleTo("Soma.Core.UT")>]
#else
Expand Down
5 changes: 2 additions & 3 deletions build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ task Test -depends Build {
task Package -depends Test {
Write-Host -ForegroundColor Green "Packaging Soma-$assemblyVersionNumber.zip"
Write-Host
robocopy $baseDir $packageDir /MIR /NP /XD .hg _ReSharper.Soma bin obj $buildDir /XF *.docstates *.suo *.user .hgignore
robocopy $workDir\Soma.Core $packageDir\bin\Release /MIR /NP
robocopy $workDir\Soma.Core $packageDir /MIR /NP
exec { .\build\tools\7za920\7za.exe a -tzip $workDir\Soma-$assemblyVersionNumber.zip $packageDir\* } "Error zipping"
}

Expand All @@ -78,7 +77,7 @@ Add Reference to the FSharp.Core.dll(Version 4.0.0.0) assembly, if it has not ad
* Japanese
追加されていない場合は、アセンブリFSharp.Core.dll(Version 4.0.0.0)への参照を追加してください。
"@
Copy-Item -Path $packageDir\bin\Release -Destination $nugetDir\lib\Net40 -recurse
Copy-Item -Path $packageDir -Destination $nugetDir\lib\Net40 -recurse
exec { .\build\tools\NuGet\NuGet.exe pack $nuspecFileName }
move -Path .\*.nupkg -Destination $workDir
}

0 comments on commit 00087d9

Please sign in to comment.