File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed
Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1 .0"
2+ "." : " 0.2 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0 (2026-01-27)
4+
5+ Full Changelog: [ v0.1.0...v0.2.0] ( https://github.com/orbcorp/orb-csharp/compare/v0.1.0...v0.2.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 2cd2dd8] ( https://github.com/orbcorp/orb-csharp/commit/2cd2dd8f519176f3618044ca6d4641e678af001b ) )
10+ * ** api:** api update ([ d8f27e8] ( https://github.com/orbcorp/orb-csharp/commit/d8f27e8e10dc99f7d6e51186171181a05a59547d ) )
11+ * ** api:** api update ([ 3bd6cd6] ( https://github.com/orbcorp/orb-csharp/commit/3bd6cd6413b421ff644eee7f195e6fe0af47c56c ) )
12+ * ** client:** add ` ToString ` and ` Equals ` methods ([ fed62bb] ( https://github.com/orbcorp/orb-csharp/commit/fed62bbc34caf8266c8c6b7a6646754677d45637 ) )
13+ * ** client:** add ` ToString ` to ` ApiEnum ` ([ 551d3d9] ( https://github.com/orbcorp/orb-csharp/commit/551d3d983edbc2dd99c0143b2779146fa00ae80f ) )
14+ * ** client:** add Equals and ToString to params ([ 8a87021] ( https://github.com/orbcorp/orb-csharp/commit/8a870218bc1eebf9e4430ed69fedc206e7b9f25c ) )
15+
16+
17+ ### Bug Fixes
18+
19+ * ** client:** handle unions containing unknown types properly ([ bb13041] ( https://github.com/orbcorp/orb-csharp/commit/bb13041f80e071a51a8aa845c2a5b2e720e4cd75 ) )
20+
21+
22+ ### Chores
23+
24+ * change visibility of QueryString() and AddDefaultHeaders ([ 3f5afb6] ( https://github.com/orbcorp/orb-csharp/commit/3f5afb6e4e6d0c32a52e82c68c219391a09a0313 ) )
25+ * ** internal:** add copy constructor tests ([ 9c7927a] ( https://github.com/orbcorp/orb-csharp/commit/9c7927a2079895ffcd40cc12611748f7b61bad02 ) )
26+ * ** internal:** codegen related update ([ 2bc3e43] ( https://github.com/orbcorp/orb-csharp/commit/2bc3e436b724ff58d3191ea1c4632be595a9e5f5 ) )
27+ * ** internal:** improve HttpResponse qualification ([ 2a92abb] ( https://github.com/orbcorp/orb-csharp/commit/2a92abb2b86492e4018b9c8fa5d75ad9486d55fc ) )
28+ * ** internal:** simplify imports ([ 79d3471] ( https://github.com/orbcorp/orb-csharp/commit/79d34710f779ca309e84faddc3e28bfa5b9c73bc ) )
29+ * ** internal:** update ` actions/checkout ` version ([ 5849a89] ( https://github.com/orbcorp/orb-csharp/commit/5849a89be72919068177e2830142c600a0bb7aeb ) )
30+
331## 0.1.0 (2026-01-14)
432
533Full Changelog: [ v0.0.1...v0.1.0] ( https://github.com/orbcorp/orb-csharp/compare/v0.0.1...v0.1.0 )
Original file line number Diff line number Diff line change 33 <!-- Metadata -->
44 <AssemblyTitle >Orb C#</AssemblyTitle >
55 <AssemblyName >Orb</AssemblyName >
6- <VersionPrefix >0.1 .0</VersionPrefix >
6+ <VersionPrefix >0.2 .0</VersionPrefix >
77 <Description >The official .NET library for the Orb API.</Description >
88 <OutputType >Library</OutputType >
99 <PackageReadmeFile >README.md</PackageReadmeFile >
You can’t perform that action at this time.
0 commit comments