File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.1 "
2+ "." : " 0.1.0 "
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.0 (2026-03-26)
4+
5+ Full Changelog: [ v0.0.1...v0.1.0] ( https://github.com/Increase/increase-csharp/compare/v0.0.1...v0.1.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 5a98590] ( https://github.com/Increase/increase-csharp/commit/5a98590482b32f43fbe78fc6cf42d26e7d4e5507 ) )
10+ * ** api:** api update ([ e512543] ( https://github.com/Increase/increase-csharp/commit/e5125437fadd0e21b7bc78f6d3eca5a9ead5a021 ) )
11+ * ** api:** api update ([ 0df1b29] ( https://github.com/Increase/increase-csharp/commit/0df1b29b5b197be1e405efe2a2b8442ee52d196f ) )
12+ * ** api:** api update ([ 9d743a8] ( https://github.com/Increase/increase-csharp/commit/9d743a86448720e56848d8ec51d2c72b4ee21250 ) )
13+ * ** api:** api update ([ 9adaaf5] ( https://github.com/Increase/increase-csharp/commit/9adaaf524863a6b2593c85356923986ad1dbf4b2 ) )
14+ * ** api:** api update ([ fbb5df5] ( https://github.com/Increase/increase-csharp/commit/fbb5df55c354758f270b0bcbf98e217ab868f22f ) )
15+ * ** api:** api update ([ 240228b] ( https://github.com/Increase/increase-csharp/commit/240228ba2a119d90f53c6d00363f68d1353bd44b ) )
16+
17+
18+ ### Chores
19+
20+ * ** ci:** skip lint on metadata-only changes ([ efa546f] ( https://github.com/Increase/increase-csharp/commit/efa546ff6ead9bdc0f3dde5d63e2658bfd4a696e ) )
21+ * ** internal:** update multipart form array serialization ([ a717858] ( https://github.com/Increase/increase-csharp/commit/a7178580659ac154ea217f895ce03c28445609a5 ) )
22+ * ** tests:** bump steady to v0.19.7 ([ 4a88992] ( https://github.com/Increase/increase-csharp/commit/4a88992bd2a8929bd26d524afc129f396b30a2a5 ) )
Original file line number Diff line number Diff line change 33 <!-- Metadata -->
44 <AssemblyTitle >Increase C#</AssemblyTitle >
55 <AssemblyName >Increase.Api</AssemblyName >
6- <VersionPrefix >0.0.1 </VersionPrefix >
6+ <VersionPrefix >0.1.0 </VersionPrefix >
77 <Description >The official .NET library for the Increase API.</Description >
88 <OutputType >Library</OutputType >
99 <PackageReadmeFile >README.md</PackageReadmeFile >
1010 </PropertyGroup >
1111 <ItemGroup >
12- <InternalsVisibleTo Include =" Increase.Api.Tests" />
13- <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
14- <PackageReference Include =" System.Text.Json" Version =" 9.0.9" />
15- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
12+ <InternalsVisibleTo Include =" Increase.Api.Tests" />
13+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
14+ <PackageReference Include =" System.Text.Json" Version =" 9.0.9" />
15+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
1616 </ItemGroup >
1717 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
18- <PackageReference Include =" System.Collections.Immutable" Version =" 8.0.0" />
18+ <PackageReference Include =" System.Collections.Immutable" Version =" 8.0.0" />
1919 </ItemGroup >
2020</Project >
You can’t perform that action at this time.
0 commit comments