diff --git a/Directory.Build.props b/Directory.Build.props index 2b2a97231..1989ca06f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -49,8 +49,8 @@ - - + + diff --git a/NebulaAPI/CHANGELOG.md b/NebulaAPI/CHANGELOG.md index 1639b5a0b..9b70e7641 100644 --- a/NebulaAPI/CHANGELOG.md +++ b/NebulaAPI/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +1.1.2: + +- Bump version for nuget package. + 1.1.1: - Removed extraneous dll that was mistakenly included in the previous release diff --git a/NebulaAPI/version.json b/NebulaAPI/version.json index 15c80fb92..60b9f7093 100644 --- a/NebulaAPI/version.json +++ b/NebulaAPI/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.1.1", + "version": "1.1.2", "assemblyVersion": { "precision": "build" },