Skip to content

Commit

Permalink
Merge pull request #2 from ricaun-io/develop
Browse files Browse the repository at this point in the history
Release to Nuget
  • Loading branch information
ricaun authored Dec 20, 2022
2 parents f26cfd3 + 7beb97b commit 4b73a77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
SignFile: ${{ secrets.SIGN_FILE }}
SignPassword: ${{ secrets.SIGN_PASSWORD }}
NugetApiUrl: ${{ secrets.NUGET_API_URL }}
NugetApiKey: ${{ secrets.NUGET_API_KEY }}
FORGE_CLIENT_ID: ${{ secrets.FORGE_CLIENT_ID }}
FORGE_CLIENT_SECRET: ${{ secrets.FORGE_CLIENT_SECRET }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [1.0.0] / 2022-12-20
### General
- First Release
- First Release to Nuget
### Added
- Add `Autodesk.Forge.Oss` project
- Add `Autodesk.Forge.Oss.Tests` project
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Nuke](https://img.shields.io/badge/Nuke-Build-blue)](https://nuke.build/)
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Build](../../actions/workflows/Build.yml/badge.svg)](../../actions)
[![Release](https://img.shields.io/nuget/v/ricaun.Autodesk.Forge.Oss?logo=nuget&label=release&color=blue)](https://www.nuget.org/packages/ricaun.Autodesk.Forge.Oss)

## Overview

Expand Down

0 comments on commit 4b73a77

Please sign in to comment.