Skip to content

Commit

Permalink
Update Trou.dll version
Browse files Browse the repository at this point in the history
  • Loading branch information
NaolShow committed May 21, 2021
1 parent 56c3566 commit 119d56a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Trou/Trou.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,26 @@
<Company>ToWolf</Company>
<PackageProjectUrl>https://github.com/NaolShow/Trou</PackageProjectUrl>
<PackageLicenseFile>README.md</PackageLicenseFile>
<Copyright2020 NaolShow, ToWolf</Copyright>
<Copyright2021 NaolShow, ToWolf</Copyright>
<PackageIconUrl>https://github.com/NaolShow/Trou/blob/master/logo.png?raw=true</PackageIconUrl>
<PackageIcon>logo.png</PackageIcon>
<RepositoryUrl>https://github.com/NaolShow/Trou</RepositoryUrl>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
<PackageTags>Tor,Privoxy,HTTP,Socks,Socks5</PackageTags>
<Description>Tor + Privoxy for the best anonymous HTTP proxy implementation on C#</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SignAssembly>false</SignAssembly>
<Version>1.0.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>C:\Users\Loan\Dropbox\Developpement\CSharp\--Network\Trou\Trou\Trou.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<None Include="../logo.png" Pack="true" PackagePath="\"/>
<None Include="../logo.png" Pack="true" PackagePath="\" />

<None Include="..\README.md">
<Pack>True</Pack>
Expand Down

0 comments on commit 119d56a

Please sign in to comment.