@@ -44,7 +44,7 @@ cd $basePath/Publish/DevOps2/release-bash; bash startup.bash;
#----------------------------------------------
echo "#3 get version"
-export version=`grep '<Version>' $(grep '<pack>\|<publish>' ${basePath} -r --include *.csproj -l | head -n 1) | grep -oP '>(.*)<' | tr -d '<>'`
+export version=`grep '<Version>' $(grep '<pack>\|<publish>' ${basePath}/dotnet/ServiceCenter -r --include *.csproj -l | head -n 1) | grep -oP '>(.*)<' | tr -d '<>'`
echo $version
@@ -8,7 +8,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
- <Version>2.1.20-preview10</Version>
+ <Version>2.1.20-preview11</Version>
<PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
</PropertyGroup>
@@ -6,7 +6,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Description>https://github.com/serset/Sers</Description>
@@ -9,7 +9,7 @@
<RunPostBuildEvent>Always</RunPostBuildEvent>