Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Jul 15, 2020
1 parent a55082d commit bd690cc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Tor4NET/Tor4NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,26 @@
<Authors>Zaczero (Kamil Monicz)</Authors>
<PackageProjectUrl>https://github.com/Zaczero/Tor4NET</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<Version>1.3</Version>
<Version>1.3.1</Version>
<Copyright>Copyright © Kamil Monicz 2020</Copyright>
<PackageIconUrl></PackageIconUrl>
<PackageTags>tor, proxy, socks5, http, https, onion, dark, web, hidden, onion service,</PackageTags>
<Description>An all-in-one solution to fulfill your .NET dark web needs</Description>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<AssemblyVersion>1.3.1.0</AssemblyVersion>
<RepositoryUrl>https://github.com/Zaczero/Tor4NET</RepositoryUrl>
<RepositoryType />
<FileVersion>1.3.0.0</FileVersion>
<FileVersion>1.3.1.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>Tor4NET_small.png</PackageIcon>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<Folder Include="Tor\Core\Foundation\" />
</ItemGroup>
Expand Down

0 comments on commit bd690cc

Please sign in to comment.