Skip to content

Commit dd58cbf

Browse files
release: 0.1.0
1 parent d0e9264 commit dd58cbf

File tree

3 files changed

+62
-11
lines changed

3 files changed

+62
-11
lines changed

.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: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-09-12)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/orbcorp/orb-csharp/compare/v0.0.1...v0.1.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **api:** define shared model ConversionRateConfig
10+
11+
### Features
12+
13+
* **api:** add C# ([e2db41d](https://github.com/orbcorp/orb-csharp/commit/e2db41d4c0585fc2e3472df2a88a5be4cb2432fb))
14+
* **api:** api update ([d0e9264](https://github.com/orbcorp/orb-csharp/commit/d0e9264c44939b5266f32d6d7422470a9ef73498))
15+
* **api:** api update ([2c673c4](https://github.com/orbcorp/orb-csharp/commit/2c673c4ae6223e96418d3726c484a8b5a5fe338f))
16+
* **api:** api update ([529c386](https://github.com/orbcorp/orb-csharp/commit/529c38605cf3f39b34bc35f4d991251e93fc012c))
17+
* **api:** api update ([7e10ed7](https://github.com/orbcorp/orb-csharp/commit/7e10ed7e6662fbe98d4d5a71be4207a05e9a9610))
18+
* **api:** api update ([f13e7df](https://github.com/orbcorp/orb-csharp/commit/f13e7df64231245e19291d780631124aef62e9ac))
19+
* **api:** api update ([b08df82](https://github.com/orbcorp/orb-csharp/commit/b08df824c44e6cc0ac72d42b07c3c089f501862d))
20+
* **api:** api update ([d0d1a79](https://github.com/orbcorp/orb-csharp/commit/d0d1a7995095b23506e98a0ba0e5bdb47370dc5f))
21+
* **api:** api update ([268fdab](https://github.com/orbcorp/orb-csharp/commit/268fdab77f42a6e87ffc2f7fd1863bbd05d30033))
22+
* **api:** api update ([7c7a621](https://github.com/orbcorp/orb-csharp/commit/7c7a621be47edaca08972e0986c72dab410ec052))
23+
* **api:** define shared model ConversionRateConfig ([8420455](https://github.com/orbcorp/orb-csharp/commit/84204551c212283c5fe0568e46f8ea88b9ec1d17))
24+
* **client:** add some convenience constructors ([8e82a6b](https://github.com/orbcorp/orb-csharp/commit/8e82a6b10a0d13a256c4a330e4fcd159c1b791dc))
25+
* **client:** automatically set constants for user ([25e678a](https://github.com/orbcorp/orb-csharp/commit/25e678a352492d8119389201e754ffa1b96b85a0))
26+
* **client:** implement implicit union casts ([5a6d432](https://github.com/orbcorp/orb-csharp/commit/5a6d4322fd6e82838a22f6658a6252f0c76bf367))
27+
* **client:** improve model names ([df035d1](https://github.com/orbcorp/orb-csharp/commit/df035d1ec73f8ce1226571a18732529a91eba08d))
28+
* extract minimum composite to type ([0b9eedc](https://github.com/orbcorp/orb-csharp/commit/0b9eedc8db21cc0cd2835ecc479c5adfd4069bb1))
29+
* **internal:** generate release flow files ([3eb9334](https://github.com/orbcorp/orb-csharp/commit/3eb9334def8a6d9e09154e9c3d606f42897379fa))
30+
31+
32+
### Bug Fixes
33+
34+
* **client:** handle multiple auth options gracefully ([ab63f1e](https://github.com/orbcorp/orb-csharp/commit/ab63f1e93a46234075928aef1058aff4ca49b8bb))
35+
* **internal:** improve dictionary instantiation ([0dbc21b](https://github.com/orbcorp/orb-csharp/commit/0dbc21ba729634945379fbc9d6b83b7c3801d18b))
36+
* **internal:** prefer to use implicit instantiation when possible ([37366c3](https://github.com/orbcorp/orb-csharp/commit/37366c3e538f3923b5ecdcab2fc5118b348fc19a))
37+
* **internal:** various minor code fixes ([049b82c](https://github.com/orbcorp/orb-csharp/commit/049b82c0e2203f6d2731862c633806cb5b904c43))
38+
39+
40+
### Chores
41+
42+
* **docs:** clarify beta library limitations in readme ([f4d1b52](https://github.com/orbcorp/orb-csharp/commit/f4d1b5253cdf0e3576547ecf7e78dcdf89b36a00))
43+
* **internal:** codegen related update ([ad6f73f](https://github.com/orbcorp/orb-csharp/commit/ad6f73fca1ea274a68fbbe95f3cbd92669428242))
44+
* **internal:** use nicer generic names ([6fa9d89](https://github.com/orbcorp/orb-csharp/commit/6fa9d89a900e06c56dc80f1708869ac7d610455d))
45+
* rename some things ([304c45c](https://github.com/orbcorp/orb-csharp/commit/304c45cc17894d6c769b3c8940b3eaf78016eebf))
46+
* update formatting ([928b193](https://github.com/orbcorp/orb-csharp/commit/928b1937a8478b46f666d547c8831e8e0971f7f1))
47+
* use non-aliased `using` ([d670d93](https://github.com/orbcorp/orb-csharp/commit/d670d9359ae682140a6d2972bbde93a516fc27b8))
48+
49+
50+
### Documentation
51+
52+
* note alpha status ([3167be0](https://github.com/orbcorp/orb-csharp/commit/3167be06e8e3929b18e0d4d6af09f69608e68515))
53+
54+
55+
### Refactors
56+
57+
* **client:** use plural for service namespace ([a4aa7a5](https://github.com/orbcorp/orb-csharp/commit/a4aa7a55fce75601f7d85fdd1c98ea8ff1f9be44))

src/Orb/Orb.csproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyTitle>SDK Code Generation Orb C#</AssemblyTitle>
77
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
88
<Nullable>enable</Nullable>
9-
<VersionPrefix>0.0.1</VersionPrefix>
9+
<VersionPrefix>0.1.0</VersionPrefix>
1010
<TargetFrameworks>net8.0</TargetFrameworks>
1111
<LangVersion>latest</LangVersion>
1212
<!-- Generate an XML documentation file for the project. -->
@@ -22,17 +22,11 @@
2222
<!-- Disable JSON warnings (beta) -->
2323
<NoWarn>$(NoWarn),IL2026,IL3050</NoWarn>
2424
<Configurations>Debug;Release</Configurations>
25-
<IsTrimmable
26-
Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))"
27-
>true</IsTrimmable
28-
>
29-
<IsAotCompatible
30-
Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))"
31-
>true</IsAotCompatible
32-
>
25+
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
26+
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
3327
<ImplicitUsings>disable</ImplicitUsings>
3428
</PropertyGroup>
3529
<ItemGroup>
36-
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
30+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
3731
</ItemGroup>
3832
</Project>

0 commit comments

Comments
 (0)