fix: update Foursat.CMSMicroservice.Protobuf package version to 0.0.191
Build and Deploy to Production / build-and-deploy (push) Successful in 8m40s

This commit is contained in:
masoodafar-web
2026-02-28 05:07:46 +03:30
parent a450d9a001
commit ea7414dc7f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -138,7 +138,7 @@
<!-- CMS Protobuf NuGet package (used for both local dev and Docker builds) -->
<ItemGroup>
<PackageReference Include="Foursat.CMSMicroservice.Protobuf" Version="0.0.189" />
<PackageReference Include="Foursat.CMSMicroservice.Protobuf" Version="0.0.191" />
</ItemGroup>
<!-- ============================================================ -->
+1 -1
View File
@@ -3,7 +3,7 @@
<packageSources>
<clear />
<!-- Local packages (dev builds) -->
<add key="Local" value="/home/masoud/Apps/project/FourSat/nupkg" />
<!-- <add key="Local" value="/home/masoud/Apps/project/FourSat/nupkg" /> -->
<!-- Nexus (hosts FourSat packages + proxies nuget.org) -->
<add key="Nexus" value="http://194.5.195.53:32081/repository/nuget-all/index.json" allowInsecureConnections="true" />
</packageSources>