diff --git a/src/Connected.Validation/Connected.Validation.csproj b/src/Connected.Validation/Connected.Validation.csproj index ac43842..6981ec0 100644 --- a/src/Connected.Validation/Connected.Validation.csproj +++ b/src/Connected.Validation/Connected.Validation.csproj @@ -1,29 +1,59 @@ - + net7.0 enable enable + 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 - SR.resx - + + True + True + SR.resx + - - ResXFileCodeGenerator - SR.Designer.cs - + + ResXFileCodeGenerator + SR.Designer.cs + + + + True + \ + + + True + \ + + + + + + + diff --git a/src/Connected.Validation/version.json b/src/Connected.Validation/version.json new file mode 100644 index 0000000..2a1593f --- /dev/null +++ b/src/Connected.Validation/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