From 0e1e3c66307558d4e9b85dc33c487621f04d07c9 Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Tue, 20 Aug 2024 20:01:03 -0300 Subject: [PATCH] Update `Autodesk.Forge` to `1.9.9`. --- Autodesk.Forge.Oss/Autodesk.Forge.Oss.csproj | 2 +- Build/.nuke/build.schema.json | 6 ++++++ CHANGELOG.md | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Autodesk.Forge.Oss/Autodesk.Forge.Oss.csproj b/Autodesk.Forge.Oss/Autodesk.Forge.Oss.csproj index 27efc8e..95e2a92 100644 --- a/Autodesk.Forge.Oss/Autodesk.Forge.Oss.csproj +++ b/Autodesk.Forge.Oss/Autodesk.Forge.Oss.csproj @@ -36,7 +36,7 @@ ricaun.Autodesk.Forge.Oss - 1.0.2 + 2.0.0 {54AC7247-0A9C-4A56-835B-D1790800647B} diff --git a/Build/.nuke/build.schema.json b/Build/.nuke/build.schema.json index 59eec2f..6bd7ef6 100644 --- a/Build/.nuke/build.schema.json +++ b/Build/.nuke/build.schema.json @@ -72,6 +72,9 @@ "type": "string" } }, + "ReleaseFolder": { + "type": "string" + }, "ReleaseNameVersion": { "type": "boolean" }, @@ -134,6 +137,9 @@ "TestResults": { "type": "boolean" }, + "UnlistNuget": { + "type": "boolean" + }, "Verbosity": { "type": "string", "description": "Logging verbosity during build execution. Default is 'Normal'", diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c8eb5..1fd14ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 \ No newline at end of file