Skip to content

Commit

Permalink
added image
Browse files Browse the repository at this point in the history
  • Loading branch information
Haik committed Aug 30, 2023
1 parent bc294d9 commit c0e8e6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion StartupEnvironmentCheck/StartupEnvironmentCheck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@
<Authors>PandaTech</Authors>
<Title>Pandatech Startup Environment Check</Title>
<Description>Pandatech.StartupEnvironmentCheck is a library designed to validate essential environment variables during application startup. By checking required configurations, it prevents unexpected behaviors and ensures smooth initialization. Easily integrate this check into your .NET applications to enhance robustness and maintainability.</Description>
<PackageIcon>Logo.jpg</PackageIcon>
<PackageIcon>pandatech.png</PackageIcon>
<PackageTags>EnvironmentVariables, Configuration, Startup, Validation, Pandatech, DotNet, ApplicationInitialization</PackageTags>
<RepositoryUrl>https://github.com/PandaTechAM/be-lib-startup-environment-check.git</RepositoryUrl>
<Version>1.0.2</Version>
<PackageReleaseNotes>Exception message refactored to become more visible and readable.</PackageReleaseNotes>
</PropertyGroup>


<ItemGroup>
<None Update="pandatech.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
File renamed without changes

0 comments on commit c0e8e6c

Please sign in to comment.