Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
drasticactions committed Nov 22, 2023
1 parent 179f4f8 commit c7f34d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FishyFlip ChangeLog

## 1.2.x
- First stable-ish Releases
- Introduce `WithServiceEndpointUponLogin` builder option. With this option enabled, whenever you log into ATProtocol, the internal `HttpClient` will switch its base address to match the users Service Endpoint. Defaults to `true`

2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
<RepositoryUrl>https://github.com/drasticactions/FishyFlip</RepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<PackageProjectUrl>https://github.com/drasticactions/FishyFlip</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/drasticactions/FishyFlip/blob/main/CHANGELOG.md</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition=" ('$(IsPackable)' == 'true') or ('$(PackAsTool)' == 'true') ">
<None Include="$(MSBuildThisFileDirectory)favicon.png" Pack="true" PackagePath="" Visible="false" />
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="" Visible="false" />
<None Include="$(MSBuildThisFileDirectory)CHANGELOG.md" Pack="true" PackagePath="" Visible="false" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1-alpha",
"version": "1.2",
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/heads/v\\d+(?:\\.\\d+)?$"
Expand Down

0 comments on commit c7f34d1

Please sign in to comment.