Skip to content

Commit

Permalink
Merge pull request #5 from ricaun-io/develop
Browse files Browse the repository at this point in the history
Version 1.0.2
  • Loading branch information
ricaun authored Aug 9, 2023
2 parents 9731f25 + f2dcdb8 commit 4a94822
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Autodesk.Forge.Oss/Autodesk.Forge.Oss.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<PropertyGroup>
<PackageId>ricaun.Autodesk.Forge.Oss</PackageId>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<ProjectGuid>{54AC7247-0A9C-4A56-835B-D1790800647B}</ProjectGuid>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Build/.nuke/build.schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Build Schema",
"$ref": "#/definitions/build",
"title": "Build Schema",
"definitions": {
"build": {
"type": "object",
Expand Down Expand Up @@ -147,4 +147,4 @@
}
}
}
}
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.2] / 2023-08-09
### Updated
- Update `Autodesk.Forge` to `1.9.8` - (Migrate from OAuth V1 to OAuth V2)

## [1.0.1] / 2022-12-26
### Fixed
- Fix `deadlock` when converting async to sync in the `Configuration.GetBearer`.
Expand All @@ -16,5 +20,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Add `Autodesk.Forge.Oss.Tests` project

[vNext]: ../../compare/1.0.0...HEAD
[1.0.2]: ../../compare/1.0.1...1.0.2
[1.0.1]: ../../compare/1.0.0...1.0.1
[1.0.0]: ../../compare/1.0.0

0 comments on commit 4a94822

Please sign in to comment.