Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tipstrade committed May 19, 2021
1 parent d3705de commit b7f3de4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Authentication-Client/Authentication-Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
<RootNamespace>TipsTrade.HMRC.Tests.Authentication_Client</RootNamespace>
<UserSecretsId>TipsTrade-HMRC-Tests-f781a650-d476-4af7-b3f9-9fe913a60648</UserSecretsId>
<Version>0.0.2.8</Version>
<Version>0.0.2.9</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion FuelScaleCharge-Client/FuelScaleCharge-Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
<LangVersion>latest</LangVersion>
<RootNamespace>TipsTrade.HMRC.FuelScaleCharge</RootNamespace>
<Version>0.0.2.8</Version>
<Version>0.0.2.9</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<IsPackable>false</IsPackable>
<RootNamespace>TipsTrade.HMRC.Tests</RootNamespace>
<Version>0.0.2.8</Version>
<Version>0.0.2.9</Version>
<Authors>John Bayly</Authors>
<Company>TipsTrade Ltd.</Company>
<Product>TipsTrade-HMRC-Tests</Product>
Expand Down
7 changes: 5 additions & 2 deletions TipsTrade-HMRC/TipsTrade-HMRC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;net452</TargetFrameworks>
<RootNamespace>TipsTrade.HMRC</RootNamespace>
<Version>0.0.2.8</Version>
<Version>0.0.2.9</Version>
<Authors>John Bayly</Authors>
<Company>TipsTrade Ltd.</Company>
<Description>A strongly type .Net client for interacting with the HMRC APIs</Description>
Expand All @@ -14,7 +14,10 @@
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>0.0.2.8
<PackageReleaseNotes>0.0.2.9
* Add support for v3 of the Government Fraud Prevention headers.

0.0.2.8
* Bugfix: Handle errors correctly for RefreshAccessToken and HandleEndpointResult

0.0.2.7
Expand Down

0 comments on commit b7f3de4

Please sign in to comment.