Skip to content

Commit

Permalink
Release version 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Mangel committed Nov 9, 2022
1 parent ec8964b commit a890f80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 9.0.0 - 2022-11-09

### Fixed

* BREAKING CHANGE: Encode `sbyte`, `byte`, `int16`, `uint16`, `uint32` using integer representation instead of decimal.
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ pipeline "Release" {

run (fun ctx ->
let nugetKey = ctx.GetEnvVar "NUGET_KEY"
cmd $"dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k {nugetKey}"
cmd $"dotnet nuget push src/bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k {nugetKey}"
)
}

Expand Down

0 comments on commit a890f80

Please sign in to comment.