Skip to content
2 changes: 1 addition & 1 deletion scripts/windows/launchbox-plugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RUN dotnet restore
COPY . .

# Publish the plugin (creates complete artifact)
RUN dotnet publish -c Release -o /build --no-restore
RUN dotnet publish -c Release -o /build
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<OutputPath>bin\$(Configuration)\</OutputPath>

<!-- Version info visible in Windows File Properties -->
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<Version>1.2.0</Version>
<AssemblyVersion>1.2.0</AssemblyVersion>
<FileVersion>1.2.0</FileVersion>

<!-- File properties metadata -->
<Product>Zaparoo LaunchBox Plugin</Product>
Expand Down
Loading
Loading