Skip to content

Commit 2412870

Browse files
committed
Publish new clients for rust and dotnet.
1 parent 2683c2f commit 2412870

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/trailbase-dotnet/src/TrailBase.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageId>TrailBase</PackageId>
5-
<Version>0.2.0</Version>
5+
<Version>0.3.0</Version>
66
<Authors>TrailBase authors</Authors>
77
<PackageReadmeFile>./README.md</PackageReadmeFile>
88
<PackageLicenseExpression>OSL-3.0</PackageLicenseExpression>

client/trailbase-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trailbase-client"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "OSL-3.0"
66
description = "Client for accessing TrailBase's record APIs"

0 commit comments

Comments
 (0)