Skip to content

Commit 645583e

Browse files
authored
Merge pull request #27 from Slivo-fr/develop
Release 1.11
2 parents e77d4ab + 18ee743 commit 645583e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Elinor/CalculateDataThread.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ internal static double NpcBroker(Profile profile)
4848

4949
internal static double SalesTax(int accounting)
5050
{
51-
return .080*(1 - (accounting*.11));
51+
return .045*(1 - (accounting*.11));
5252
}
5353

5454
internal void Run()

Elinor/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
// You can specify all the values or you can default the Build and Revision Numbers
5050
// by using the '*' as shown below:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyVersion("1.10.0.0")]
53-
[assembly: AssemblyFileVersion("1.10.0.0")]
52+
[assembly: AssemblyVersion("1.11.0.0")]
53+
[assembly: AssemblyFileVersion("1.11.0.0")]

Elinor/currentVersion.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
22
<elinor>
3-
<version>1.10.0.0</version>
3+
<version>1.11.0.0</version>
44
<url>https://github.com/Slivo-fr/elinor-reloaded/releases</url>
55
</elinor>
66

Setup/Setup.vdproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -266,15 +266,15 @@
266266
{
267267
"Name" = "8:Microsoft Visual Studio"
268268
"ProductName" = "8:Elinor reloaded"
269-
"ProductCode" = "8:{DE8E1C55-71C7-4745-AEC1-C1D95C3F8801}"
270-
"PackageCode" = "8:{96889B37-4514-4ECE-B44D-1D5503213283}"
269+
"ProductCode" = "8:{C2C51E60-8FAB-45A3-8E8B-38666D98392A}"
270+
"PackageCode" = "8:{EC7EB054-626B-44A2-917F-A9868EC2425A}"
271271
"UpgradeCode" = "8:{F54F50ED-FDA6-4419-B476-E665ADA1FCBC}"
272272
"AspNetVersion" = "8:4.0.30319.0"
273273
"RestartWWWService" = "11:FALSE"
274274
"RemovePreviousVersions" = "11:TRUE"
275275
"DetectNewerInstalledVersion" = "11:TRUE"
276276
"InstallAllUsers" = "11:FALSE"
277-
"ProductVersion" = "8:1.10.0"
277+
"ProductVersion" = "8:1.11.0"
278278
"Manufacturer" = "8:Slivo"
279279
"ARPHELPTELEPHONE" = "8:"
280280
"ARPHELPLINK" = "8:"
@@ -849,7 +849,7 @@
849849
{
850850
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_03585DC2BD1048A19B1FB7CB5F6533F2"
851851
{
852-
"SourcePath" = "8:..\\Elinor\\obj\\x86\\Debug\\Elinor.exe"
852+
"SourcePath" = "8:..\\Elinor\\obj\\x86\\Release\\Elinor.exe"
853853
"TargetName" = "8:"
854854
"Tag" = "8:"
855855
"Folder" = "8:_1022C19006BB4A9C811CB9D8739B72B3"

0 commit comments

Comments
 (0)