mirror of
https://github.com/vbondarevsky/OneCleaner.git
synced 2024-11-21 10:05:50 +02:00
Merge tag 'v1.2' into develop
v1.2 v1.2
This commit is contained in:
commit
ac545436a1
@ -192,7 +192,7 @@ namespace OneCleaner
|
|||||||
var localAppData = Environment.GetEnvironmentVariable("APPDATA");
|
var localAppData = Environment.GetEnvironmentVariable("APPDATA");
|
||||||
var ibases = Path.Combine(localAppData, "1C", "1CEStart", "ibases.v8i");
|
var ibases = Path.Combine(localAppData, "1C", "1CEStart", "ibases.v8i");
|
||||||
if (!File.Exists(ibases))
|
if (!File.Exists(ibases))
|
||||||
throw new FileNotFoundException("Файл не найден", ibases);
|
throw new FileNotFoundException($"Файл не найден - {ibases}");
|
||||||
|
|
||||||
return ibases;
|
return ibases;
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
<WebPage>publish.htm</WebPage>
|
<WebPage>publish.htm</WebPage>
|
||||||
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
||||||
<ApplicationRevision>3</ApplicationRevision>
|
<ApplicationRevision>3</ApplicationRevision>
|
||||||
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
|
<ApplicationVersion>1.2.0.%2a</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||||
|
@ -49,5 +49,5 @@ using System.Windows;
|
|||||||
// Можно задать все значения или принять номер сборки и номер редакции по умолчанию.
|
// Можно задать все значения или принять номер сборки и номер редакции по умолчанию.
|
||||||
// используя "*", как показано ниже:
|
// используя "*", как показано ниже:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.1.0.0")]
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
[assembly: AssemblyFileVersion("1.1.0.0")]
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
|
Loading…
Reference in New Issue
Block a user