Skip to content

Commit f40ffea

Browse files
release: 0.1.0
1 parent c1544ba commit f40ffea

3 files changed

Lines changed: 33 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-03-31)
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 ([43811bb](https://github.com/Increase/increase-csharp/commit/43811bb8fc69b1b93ad12d08a648fdca20486c48))
10+
* **api:** api update ([03709bc](https://github.com/Increase/increase-csharp/commit/03709bc20250cde62ae7e44ac9b0eafb27254e3f))
11+
* **api:** api update ([0ce3dab](https://github.com/Increase/increase-csharp/commit/0ce3dabb33e81b15631bfe34fe5689ec36e55b26))
12+
* **api:** api update ([5a98590](https://github.com/Increase/increase-csharp/commit/5a98590482b32f43fbe78fc6cf42d26e7d4e5507))
13+
* **api:** api update ([e512543](https://github.com/Increase/increase-csharp/commit/e5125437fadd0e21b7bc78f6d3eca5a9ead5a021))
14+
* **api:** api update ([0df1b29](https://github.com/Increase/increase-csharp/commit/0df1b29b5b197be1e405efe2a2b8442ee52d196f))
15+
* **api:** api update ([9d743a8](https://github.com/Increase/increase-csharp/commit/9d743a86448720e56848d8ec51d2c72b4ee21250))
16+
* **api:** api update ([9adaaf5](https://github.com/Increase/increase-csharp/commit/9adaaf524863a6b2593c85356923986ad1dbf4b2))
17+
* **api:** api update ([fbb5df5](https://github.com/Increase/increase-csharp/commit/fbb5df55c354758f270b0bcbf98e217ab868f22f))
18+
* **api:** api update ([240228b](https://github.com/Increase/increase-csharp/commit/240228ba2a119d90f53c6d00363f68d1353bd44b))
19+
20+
21+
### Chores
22+
23+
* **ci:** skip lint on metadata-only changes ([efa546f](https://github.com/Increase/increase-csharp/commit/efa546ff6ead9bdc0f3dde5d63e2658bfd4a696e))
24+
* **internal:** update multipart form array serialization ([a717858](https://github.com/Increase/increase-csharp/commit/a7178580659ac154ea217f895ce03c28445609a5))
25+
* **tests:** bump steady to v0.19.7 ([4a88992](https://github.com/Increase/increase-csharp/commit/4a88992bd2a8929bd26d524afc129f396b30a2a5))
26+
* **tests:** bump steady to v0.20.1 ([c1544ba](https://github.com/Increase/increase-csharp/commit/c1544ba4d4956abd2afa12609baab8ba761fde07))

src/Increase.Api/Increase.Api.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
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>

0 commit comments

Comments
 (0)