Skip to content

Commit 4ef6664

Browse files
release: 0.1.0
1 parent fbb5df5 commit 4ef6664

3 files changed

Lines changed: 23 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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))

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)