Skip to content

Commit

Permalink
Publish new clients for rust and dotnet.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatz committed Jan 22, 2025
1 parent ebf25fa commit 4d54bba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/trailbase-dotnet/src/TrailBase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>TrailBase</PackageId>
<Version>0.2.0</Version>
<Version>0.3.0</Version>
<Authors>TrailBase authors</Authors>
<PackageReadmeFile>./README.md</PackageReadmeFile>
<PackageLicenseExpression>OSL-3.0</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion client/trailbase-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trailbase-client"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "OSL-3.0"
description = "Client for accessing TrailBase's record APIs"
Expand Down

0 comments on commit 4d54bba

Please sign in to comment.