From ce7106af32c2677ab4a8c34abb8acdab54ce931b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Ko=C5=BEelj?= Date: Wed, 28 Dec 2022 18:49:50 +0100 Subject: [PATCH] Add automatic nuget build to Connected.Data Add automatic versioning to Connected.Data --- src/Connected.Data/Connected.Data.csproj | 51 ++++++++++++++++++------ src/Connected.Data/version.json | 14 +++++++ 2 files changed, 52 insertions(+), 13 deletions(-) create mode 100644 src/Connected.Data/version.json diff --git a/src/Connected.Data/Connected.Data.csproj b/src/Connected.Data/Connected.Data.csproj index bcf37d6..48702c7 100644 --- a/src/Connected.Data/Connected.Data.csproj +++ b/src/Connected.Data/Connected.Data.csproj @@ -4,22 +4,32 @@ net7.0 enable enable - False + True + $(AssemblyName) + Tom PIT ltd + 2022 Tom PIT ltd + https://git.tompit.com/Connected/Info + README.md + connected;platform; + True + snupkg + LICENSE + $(OutputPath) - - - - - - - - - - - - + + + + + + + + + @@ -37,4 +47,19 @@ + + + True + \ + + + True + \ + + + + + + + diff --git a/src/Connected.Data/version.json b/src/Connected.Data/version.json new file mode 100644 index 0000000..2a1593f --- /dev/null +++ b/src/Connected.Data/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