Skip to content

Commit

Permalink
1.17.35
Browse files Browse the repository at this point in the history
[Full Changelog](1.17.34...1.17.35)

**Merged Pull Requests**

- [V2] Add RevRec Settings to Adjustments [#822](#822) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to AddOns [#821](#821) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to Item, GiftCard, and ShippingMethod [#819](#819) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to the Plan entity [#818](#818) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to business entities [#817](#817) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec Performance Obligations Feature [#816](#816) ([Smolations](https://github.com/Smolations))
- Add revrec features [#815](#815) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec General Ledger Accounts Feature [#813](#813) ([Smolations](https://github.com/Smolations))
  • Loading branch information
Lib Cat committed Mar 13, 2024
1 parent 2c9edf4 commit ea5e64a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.17.34
current_version = 1.17.35
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.17.35](https://github.com/recurly/recurly-client-dotnet/tree/1.17.35) (2024-03-13)

[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.17.34...1.17.35)


**Merged Pull Requests**

- [V2] Add RevRec Settings to Adjustments [#822](https://github.com/recurly/recurly-client-dotnet/pull/822) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to AddOns [#821](https://github.com/recurly/recurly-client-dotnet/pull/821) ([Smolations](https://github.com/Smolations))
- [V2] Adds RevRec features to Item, GiftCard, and ShippingMethod [#819](https://github.com/recurly/recurly-client-dotnet/pull/819) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to the Plan entity [#818](https://github.com/recurly/recurly-client-dotnet/pull/818) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec settings to business entities [#817](https://github.com/recurly/recurly-client-dotnet/pull/817) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec Performance Obligations Feature [#816](https://github.com/recurly/recurly-client-dotnet/pull/816) ([Smolations](https://github.com/Smolations))
- Add revrec features [#815](https://github.com/recurly/recurly-client-dotnet/pull/815) ([Smolations](https://github.com/Smolations))
- [V2] Add RevRec General Ledger Accounts Feature [#813](https://github.com/recurly/recurly-client-dotnet/pull/813) ([Smolations](https://github.com/Smolations))



## [1.17.34](https://github.com/recurly/recurly-client-dotnet/tree/1.17.34) (2023-12-06)

[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.17.33...1.17.34)
Expand Down
4 changes: 2 additions & 2 deletions Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.17.34.0")]
[assembly: AssemblyFileVersion("1.17.34.0")]
[assembly: AssemblyVersion("1.17.35.0")]
[assembly: AssemblyFileVersion("1.17.35.0")]
2 changes: 1 addition & 1 deletion Library/Recurly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ProductVersion>9.0.30729</ProductVersion>
<PackageId>recurly-api-client</PackageId>
<PackageVersion>1.17.34</PackageVersion>
<PackageVersion>1.17.35</PackageVersion>
<SchemaVersion>2.0</SchemaVersion>
<TargetFramework>net45</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion dist/recurly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>recurly-api-client</id>
<version>1.17.34</version>
<version>1.17.35</version>
<authors>recurly</authors>
<owners>recurly</owners>
<licenseUrl>https://github.com/recurly/recurly-client-net/blob/master/LICENSE.txt</licenseUrl>
Expand Down

0 comments on commit ea5e64a

Please sign in to comment.