File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed
Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.18.6
2+ current_version = 1.18.7
33parse = (?P<major>\d+)
44 \.(?P<minor>\d+)
55 \.(?P<patch>\d+)
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.18.7] ( https://github.com/recurly/recurly-client-dotnet/tree/1.18.7 ) (2025-12-17)
4+
5+ [ Full Changelog] ( https://github.com/recurly/recurly-client-dotnet/compare/1.18.6...1.18.7 )
6+
7+
8+ ** Merged Pull Requests**
9+
10+ - Adds tax_service_opt_out to gift cards create [ #890 ] ( https://github.com/recurly/recurly-client-dotnet/pull/890 ) ([ sunnyw1212] ( https://github.com/sunnyw1212 ) )
11+
12+
13+
314## [ 1.18.6] ( https://github.com/recurly/recurly-client-dotnet/tree/1.18.6 ) (2025-12-10)
415
516[ Full Changelog] ( https://github.com/recurly/recurly-client-dotnet/compare/1.18.5...1.18.6 )
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.18.6 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.18.6 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.18.7 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.18.7 .0" ) ]
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <ProductVersion >9.0.30729</ProductVersion >
44 <PackageId >recurly-api-client</PackageId >
5- <PackageVersion >1.18.6 </PackageVersion >
5+ <PackageVersion >1.18.7 </PackageVersion >
66 <SchemaVersion >2.0</SchemaVersion >
77 <TargetFramework >net45</TargetFramework >
88 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >recurly-api-client</id >
5- <version >1.18.6 </version >
5+ <version >1.18.7 </version >
66 <authors >recurly</authors >
77 <owners >recurly</owners >
88 <licenseUrl >https://github.com/recurly/recurly-client-net/blob/master/LICENSE.txt</licenseUrl >
You can’t perform that action at this time.
0 commit comments