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-24)
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 ([ fbb5df5] ( https://github.com/Increase/increase-csharp/commit/fbb5df55c354758f270b0bcbf98e217ab868f22f ) )
10+ * ** api:** api update ([ 240228b] ( https://github.com/Increase/increase-csharp/commit/240228ba2a119d90f53c6d00363f68d1353bd44b ) )
11+
12+
13+ ### Chores
14+
15+ * ** ci:** skip lint on metadata-only changes ([ efa546f] ( https://github.com/Increase/increase-csharp/commit/efa546ff6ead9bdc0f3dde5d63e2658bfd4a696e ) )
16+ * ** 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