Skip to content

Commit

Permalink
Update Autodesk.Forge to 1.9.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Aug 20, 2024
1 parent f2dcdb8 commit 0e1e3c6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
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.2</Version>
<Version>2.0.0</Version>
<ProjectGuid>{54AC7247-0A9C-4A56-835B-D1790800647B}</ProjectGuid>
</PropertyGroup>

Expand Down
6 changes: 6 additions & 0 deletions Build/.nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"type": "string"
}
},
"ReleaseFolder": {
"type": "string"
},
"ReleaseNameVersion": {
"type": "boolean"
},
Expand Down Expand Up @@ -134,6 +137,9 @@
"TestResults": {
"type": "boolean"
},
"UnlistNuget": {
"type": "boolean"
},
"Verbosity": {
"type": "string",
"description": "Logging verbosity during build execution. Default is 'Normal'",
Expand Down
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).

## [2.0.0] / 2024-08-20
### Updated
- Update `Autodesk.Forge` to `1.9.9`. (Fix #6)

## [1.0.2] / 2023-08-09
### Updated
- Update `Autodesk.Forge` to `1.9.8` - (Migrate from OAuth V1 to OAuth V2)
Expand All @@ -20,6 +24,7 @@ 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
[2.0.0]: ../../compare/1.0.2...2.0.0
[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 0e1e3c6

Please sign in to comment.