File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ internal static double NpcBroker(Profile profile)
48
48
49
49
internal static double SalesTax ( int accounting )
50
50
{
51
- return .080 * ( 1 - ( accounting * .11 ) ) ;
51
+ return .045 * ( 1 - ( accounting * .11 ) ) ;
52
52
}
53
53
54
54
internal void Run ( )
Original file line number Diff line number Diff line change 49
49
// You can specify all the values or you can default the Build and Revision Numbers
50
50
// by using the '*' as shown below:
51
51
// [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" ) ]
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
2
<elinor >
3
- <version >1.10 .0.0</version >
3
+ <version >1.11 .0.0</version >
4
4
<url >https://github.com/Slivo-fr/elinor-reloaded/releases</url >
5
5
</elinor >
6
6
Original file line number Diff line number Diff line change 266
266
{
267
267
"Name" = "8:Microsoft Visual Studio"
268
268
"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 }"
271
271
"UpgradeCode" = "8:{F54F50ED-FDA6-4419-B476-E665ADA1FCBC}"
272
272
"AspNetVersion" = "8:4.0.30319.0"
273
273
"RestartWWWService" = "11:FALSE"
274
274
"RemovePreviousVersions" = "11:TRUE"
275
275
"DetectNewerInstalledVersion" = "11:TRUE"
276
276
"InstallAllUsers" = "11:FALSE"
277
- "ProductVersion" = "8:1.10 .0"
277
+ "ProductVersion" = "8:1.11 .0"
278
278
"Manufacturer" = "8:Slivo"
279
279
"ARPHELPTELEPHONE" = "8:"
280
280
"ARPHELPLINK" = "8:"
849
849
{
850
850
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_03585DC2BD1048A19B1FB7CB5F6533F2"
851
851
{
852
- "SourcePath" = "8:..\\Elinor\\obj\\x86\\Debug \\Elinor.exe"
852
+ "SourcePath" = "8:..\\Elinor\\obj\\x86\\Release \\Elinor.exe"
853
853
"TargetName" = "8:"
854
854
"Tag" = "8:"
855
855
"Folder" = "8:_1022C19006BB4A9C811CB9D8739B72B3"
You can’t perform that action at this time.
0 commit comments