aksio-insurtech / AppManager

MIT License
4 stars 2 forks source link

Improve plugin installation by automating at least the version numbers to be aligned with the NuGet version #18

Open einari opened 2 years ago

einari commented 2 years ago

Today we are maintaining NuGet package versions in the .csproj file and then manually inside the PulumiOperations.cs file. It would ideally figure out which plugins based on the NuGet references and then install these with correct version and all. Secondary, at least should it use the assembly version from the equivalant NuGet package.