Skip to content

Commit

Permalink
Windows: Published 3.10.0. #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
skst committed Apr 28, 2024
1 parent af02c8d commit 881e777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Windows.Source/CalculateX/CalculateX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageIcon>CalculateX.png</PackageIcon>
<Platforms>AnyCPU;x64;x86</Platforms>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>3.9.16</Version>
<Version>3.10.0</Version>
<SupportedOSPlatformVersion>10.0.20348.0</SupportedOSPlatformVersion>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<PublishDir>C:\VSIntermediate\CalculateX\publish\</PublishDir>
<PublishDir>C:\VSIntermediate\CalculateX.Windows\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net8.0-windows10.0.20348.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
<PublishTrimmed>false</PublishTrimmed>
<PublishSingleFile>false</PublishSingleFile>
</PropertyGroup>
</Project>

0 comments on commit 881e777

Please sign in to comment.