Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-08 01:09:00 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-08 01:09:00 +0300
commit1eb07e299750fdfa2d840d444adda4784f4a3f58 (patch)
tree81b1ec9a06176aa114b0fae8060eae4b64e54c07
parentbfc42b227537cc4b70585c8e17e2e98a4a4a8dd2 (diff)
Release
-rw-r--r--Apps/SnesGame.cs2
-rw-r--r--Properties/AssemblyInfo.cs4
-rw-r--r--Properties/Resources.resx2
-rw-r--r--hakchi_gui.csproj14
4 files changed, 16 insertions, 6 deletions
diff --git a/Apps/SnesGame.cs b/Apps/SnesGame.cs
index 8e8057cf..8249e7b7 100644
--- a/Apps/SnesGame.cs
+++ b/Apps/SnesGame.cs
@@ -446,7 +446,7 @@ namespace com.clusterrr.hakchi_gui
{
try
{
- var xmlDataBasePath = Path.Combine(System.IO.Path.Combine(Program.BaseDirectoryInternal, "data"), "snescarts.xml");
+ var xmlDataBasePath = Path.Combine(Path.Combine(Program.BaseDirectoryInternal, "data"), "snescarts.xml");
Debug.WriteLine("Loading " + xmlDataBasePath);
if (File.Exists(xmlDataBasePath))
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 7fa5e3e8..7704bcee 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -33,6 +33,6 @@ using System.Resources;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.0.20.10")]
-[assembly: AssemblyFileVersion("2.0.20.10")]
+[assembly: AssemblyVersion("2.0.20.12")]
+[assembly: AssemblyFileVersion("2.0.20.12")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
diff --git a/Properties/Resources.resx b/Properties/Resources.resx
index 1b7d98c4..45f569bf 100644
--- a/Properties/Resources.resx
+++ b/Properties/Resources.resx
@@ -238,7 +238,7 @@
<value>If this problem persists, try using another USB port or cable.</value>
</data>
<data name="Donate" xml:space="preserve">
- <value>P.S. If you like it, you can donate to me. You can find my PayPal in the "About" box.</value>
+ <value>If you like it, you can donate to me. You can find my PayPal in the "About" box.</value>
</data>
<data name="FirstRun" xml:space="preserve">
<value>Hello there! I'm very glad that you are using hakchi2. It's very simple to use. Just click "Add more games", select some ROMs, press "Synchronize" and follow the instructions. Good luck!</value>
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index e5dd294e..7b353512 100644
--- a/hakchi_gui.csproj
+++ b/hakchi_gui.csproj
@@ -31,8 +31,8 @@
<PublisherName>Alexey %27Cluster%27 Avdyukhin</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.html</WebPage>
- <ApplicationRevision>10</ApplicationRevision>
- <ApplicationVersion>2.0.20.10</ApplicationVersion>
+ <ApplicationRevision>12</ApplicationRevision>
+ <ApplicationVersion>2.0.20.12</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
@@ -2320,6 +2320,16 @@
<IncludeHash>True</IncludeHash>
<FileType>File</FileType>
</PublishFile>
+ <PublishFile Include="data\snescarts.xml">
+ <Visible>False</Visible>
+ <Group>
+ </Group>
+ <TargetPath>
+ </TargetPath>
+ <PublishState>Include</PublishState>
+ <IncludeHash>True</IncludeHash>
+ <FileType>File</FileType>
+ </PublishFile>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>