Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen committed Oct 24, 2023
1 parent a3dc623 commit 1eaa081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<PropertyGroup>
<TorSharpStableVersion>2.14.0</TorSharpStableVersion>
<TorSharpStableVersion>2.15.0</TorSharpStableVersion>

<BranchVersionLabel Condition="'$(BranchVersionLabel)' == '' and '$(GITHUB_HEAD_REF)' != ''">$(GITHUB_HEAD_REF)</BranchVersionLabel>
<BranchVersionLabel Condition="'$(BranchVersionLabel)' == '' and '$(GITHUB_REF)' != ''">$(GITHUB_REF)</BranchVersionLabel>
Expand Down
1 change: 1 addition & 0 deletions src/TorSharp/TorSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<PackageProjectUrl>https://github.com/joelverhagen/TorSharp</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>
* 2.15.0 Update Tor file pattern due to change in distribution file name format.
* 2.14.0 Fix bug where relative directory paths didn't work right.
* 2.13.0 Fix release build problem where it was building for x64 for not MSIL (x64 preferred).
* 2.12.0 Fix bug with ExitNodes Tor setting having wrong GeoIP file path, add default Tor control password.
Expand Down

0 comments on commit 1eaa081

Please sign in to comment.