* Changed app name from VaultService to Services

This commit is contained in:
2026-01-19 14:35:12 +01:00
parent 691185c60d
commit 64e3c440b7
4 changed files with 3 additions and 2 deletions

2
FA.sln
View File

@@ -13,7 +13,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeartBeatClient", "HeartBea
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DelforSender", "DelforSender\DelforSender.csproj", "{EEC5EEC7-7205-467D-91A7-C8163D2FBB16}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VaultService", "VaultService\VaultService.csproj", "{78B009BD-C2D6-4708-B052-58ADEC9FB601}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{78B009BD-C2D6-4708-B052-58ADEC9FB601}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@@ -6,12 +6,13 @@
<ProjectType>DataModel</ProjectType>
<Nullable>enable</Nullable>
<PackageId>VaultService</PackageId>
<PackageId>Services</PackageId>
<Authors>Piotr Kus</Authors>
<Description>Service for communication with Vault</Description>
<MinVerAutoIncrement>patch</MinVerAutoIncrement>
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<RootNamespace>VaultService</RootNamespace>
</PropertyGroup>
<ItemGroup>