Skip to content

Commit

Permalink
Version 3.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 18, 2024
1 parent 880f763 commit ec62571
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>3.0.0-alpha</Version>
<Version>3.0.0-rc</Version>
</PropertyGroup>
</Project>
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@

### Dependencies

- [Autodesk.Forge](https://github.com/Autodesk-Forge/forge-api-dotnet-client) assembly which provides services such as:
- Forge [TwoLeggedApi](https://github.com/Autodesk-Forge/forge-api-dotnet-client/blob/master/src/Autodesk.Forge/Api/TwoLeggedApi.cs)
- Data Management [BucketsApi](https://github.com/Autodesk-Forge/forge-api-dotnet-client/blob/master/src/Autodesk.Forge/Api/BucketsApi.cs)
- Data Management [ObjectsApi](https://github.com/Autodesk-Forge/forge-api-dotnet-client/blob/master/src/Autodesk.Forge/Api/ObjectsApi.cs)
- [Autodesk.Forge](Autodesk.Forge) assembly which provides services such as:
- Forge [TwoLeggedApi](Autodesk.Forge/Api/TwoLeggedApi.cs)
- Data Management [BucketsApi](Autodesk.Forge/Api/BucketsApi.cs)
- Data Management [ObjectsApi](Autodesk.Forge/Api/ObjectsApi.cs)

### Configuration

Expand Down

0 comments on commit ec62571

Please sign in to comment.