diff --git a/GitVersion.yml b/GitVersion.yml new file mode 100644 index 0000000..41d283d --- /dev/null +++ b/GitVersion.yml @@ -0,0 +1,7 @@ +legacy-semver-padding: 2 +build-metadata-padding: 3 +mode: ContinuousDeployment + +branches: + master: + tag: beta \ No newline at end of file diff --git a/GitVersionConfig.yaml b/GitVersionConfig.yaml deleted file mode 100644 index ae02822..0000000 --- a/GitVersionConfig.yaml +++ /dev/null @@ -1,2 +0,0 @@ -legacy-semver-padding: 2 -build-metadata-padding: 3 \ No newline at end of file diff --git a/Zeroconf/Zeroconf.csproj b/Zeroconf/Zeroconf.csproj index a9ef787..08a726f 100644 --- a/Zeroconf/Zeroconf.csproj +++ b/Zeroconf/Zeroconf.csproj @@ -4,7 +4,6 @@ netstandard1.0;netstandard1.3;net45;uap10.0;portable-win81+wpa81;win8;wpa81;wp8 en-US false - false Oren Novotny http://opensource.org/licenses/ms-pl https://github.com/onovotny/Zeroconf @@ -56,7 +55,7 @@ - + All @@ -88,10 +87,4 @@ UAP,Version=v10.0 - - - $(GitVersion_SemVer) - $(GitVersion_SemVer) - - \ No newline at end of file