Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
v.0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanarkel committed May 19, 2022
1 parent f096fe5 commit cdbbdaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/net6.0/
[Rr]elease/
[Rr]eleases/
[Bb]in/
net6.0/
x64/
x86/
Expand Down
5 changes: 3 additions & 2 deletions UserSecrets/SecretsPackageTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>joerivanarkel.UserSecrets</PackageId>
<Version>0.1.2</Version>
<Version>0.1.3</Version>
<Authors>Joeri van Arkel</Authors>
<Company>vanarkel</Company>
<RepositoryUrl>https://github.com/joerivanarkel/UserSecrets</RepositoryUrl>
<PackageIcon>icon.jpg</PackageIcon>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.1" />
<None Include=".\icon.jpg" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
Binary file added UserSecrets/icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cdbbdaf

Please sign in to comment.