Skip to content

Commit

Permalink
Up version to r520
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyuvn committed Jan 14, 2015
1 parent 7b8c00d commit e244cae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
KCV Change Log
========================

v3.4.0 r520 - 1/14/2015
* Support use other's translation

v3.4.0 r519 - 12/3/2014
* Add AntiAircraftFireDirector icon

Expand Down
2 changes: 1 addition & 1 deletion Grabacr07.KanColleViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.4.0.519")]
[assembly: AssemblyVersion("3.4.0.520")]
4 changes: 2 additions & 2 deletions resources/Version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Versions>
<Item>
<Name>App</Name>
<Version>3.4.0.519</Version>
<URL>https://github.com/yuyuvn/KanColleViewer/releases/tag/v3.4.0r519</URL>
<Version>3.4.0.520</Version>
<URL>https://github.com/yuyuvn/KanColleViewer/releases/tag/v3.4.0r520</URL>
</Item>
<Item>
<Name>Equipment</Name>
Expand Down
3 changes: 2 additions & 1 deletion tools-release/version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function Main
$output = '../resources/Version.xml'
$resources = '../resources/translations'
$projectPath = '../Grabacr07.KanColleViewer'
$baseTransURL = 'http://yuyuvn.github.io/KanColleViewer/resources/translations'
$update_url = 'https://github.com/yuyuvn/KanColleViewer/releases/tag/'
$xdoc = new-object System.Xml.XmlDocument

Expand All @@ -29,7 +30,7 @@ function Main
$settings = [xml] (get-content $(Join-Path $projectPath 'Properties/Settings.settings'))
$ns = New-Object System.Xml.XmlNamespaceManager($settings.NameTable)
$ns.AddNamespace("ns", $settings["SettingsFile"].Attributes["xmlns"].Value)
$url = $settings.SelectSingleNode("//ns:Setting[@Name='XMLTransUrl']",$ns).InnerText
$url = $baseTransURL

$t = $data.CreateElement("Item")
$tc = $data.CreateElement("Name")
Expand Down

0 comments on commit e244cae

Please sign in to comment.