build.props update
This commit is contained in:
parent
08fefd3030
commit
3ea0d4c43a
@ -1,8 +1,8 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<BuildNumber Condition="'$(BuildNumber)' == ''">0</BuildNumber>
|
||||
<Version>1.0.$(BuildNumber).0</Version>
|
||||
<InformationalVersion>1.0.$(BuildNumber).0</InformationalVersion>
|
||||
<BuildNumber Condition="'$(%build.number%)' == ''">0</BuildNumber>
|
||||
<Version>1.0.$(%build.number%).0</Version>
|
||||
<InformationalVersion>1.0.$(%build.number%).0</InformationalVersion>
|
||||
<Company>DuSoft</Company>
|
||||
<Authors>DuSoft</Authors>
|
||||
<Copyright>Copyright © 2024</Copyright>
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"Login": "sa",
|
||||
"Password": "10Coma123",
|
||||
"Database": "HECZNAROWICE",
|
||||
"Timeout": 666
|
||||
"Timeout": 30
|
||||
},
|
||||
"SymbolMag": "FajnySklep",
|
||||
"NazwaPlikuDekrety": "dekrety.txt",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user