Skip to content

Commit

Permalink
chore(code): Added certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDotH committed Mar 7, 2024
1 parent 134fab7 commit 15f6e7d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions Swig.Console/Swig.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,26 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageIcon>swig-logo.png</PackageIcon>
<PackageIcon>swig-squircle.png</PackageIcon>
<AssemblyName>Swig.Console</AssemblyName>
<RootNamespace>Swig.Console</RootNamespace>
<Title>Swig</Title>
<Description>A modern way to switch git configs</Description>
<Copyright>AlexanderDotH</Copyright>
<PackageProjectUrl>https://github.com/AlexanderDotH/Swig</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/AlexanderDotH/Swig/blob/master/LICENSE.md</PackageLicenseUrl>
<RepositoryUrl>https://github.com/AlexanderDotH/Swig</RepositoryUrl>
<RepositoryType>public</RepositoryType>
<PackageTags>swig</PackageTags>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Company>AlexanderDotH</Company>
<Product>Swig</Product>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyOriginatorKeyFile>certificate.snk</AssemblyOriginatorKeyFile>
<PublicSign>true</PublicSign>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<ItemGroup>
Expand All @@ -28,7 +45,7 @@
</ItemGroup>

<ItemGroup>
<None Update="swig-logo.png">
<None Update="swig-squircle.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
Expand Down
Binary file added Swig.Console/certificate.snk
Binary file not shown.
Binary file removed Swig.Console/swig-logo.png
Binary file not shown.
Binary file added Swig.Console/swig-squircle.png
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 15f6e7d

Please sign in to comment.