* Changed app name from VaultService to Services
This commit is contained in:
2
FA.sln
2
FA.sln
@@ -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
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user