From ee14cb99a0808e18e411a8e6e313bd40613e287d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Ko=C5=BEelj?= Date: Fri, 30 Dec 2022 11:20:30 +0100 Subject: [PATCH] Add automatic nuget build to Connected.Common.Types Add automatic versioning to Connected.Common.Types --- .../Connected.Common.Types.csproj | 58 ++++++++++++++----- src/Connected.Common.Types/version.json | 14 +++++ 2 files changed, 58 insertions(+), 14 deletions(-) create mode 100644 src/Connected.Common.Types/version.json diff --git a/src/Connected.Common.Types/Connected.Common.Types.csproj b/src/Connected.Common.Types/Connected.Common.Types.csproj index 4b7b7d6..ba0f5a5 100644 --- a/src/Connected.Common.Types/Connected.Common.Types.csproj +++ b/src/Connected.Common.Types/Connected.Common.Types.csproj @@ -1,18 +1,48 @@  - - net7.0 - enable - enable - $(MSBuildProjectName.Replace(" ", "_")) - + + net7.0 + enable + enable + $(MSBuildProjectName.Replace(" ", "_")) + True + $(AssemblyName) + Tom PIT ltd + 2022 Tom PIT ltd + https://git.tompit.com/Connected/Info + README.md + connected;platform; + True + snupkg + LICENSE + $(OutputPath) + - - - - - - - + + + + + + + + - + + + True + \ + + + True + \ + + + + + + + + \ No newline at end of file diff --git a/src/Connected.Common.Types/version.json b/src/Connected.Common.Types/version.json new file mode 100644 index 0000000..2a1593f --- /dev/null +++ b/src/Connected.Common.Types/version.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", + "version": "1.0-prerelease", + "semVer1NumericIdentifierPadding": 4, + "nugetPackageVersion": { + "semVer": 2, // optional. Set to either 1 or 2 to control how the NuGet package version string is generated. Default is 1. + "precision": "build" // optional. Use when you want to use a more or less precise package version than the default major.minor.build. + }, + "cloudBuild": { + "buildNumber": { + "enabled": true + } + } +} \ No newline at end of file