Skip to content

Commit

Permalink
Add version to package assemblies (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Oct 6, 2024
1 parent 380da1c commit b0d596e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions About/Rebound.About.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<PackageIcon>Rebound11Icon.png</PackageIcon>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>0.0.3</Version>
</PropertyGroup>
<ItemGroup>
<None Remove="Assets\Rebound.ico" />
Expand Down
1 change: 1 addition & 0 deletions Cleanup/Rebound.Cleanup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,6 @@
<PackageIcon>Rebound11Icon.png</PackageIcon>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>0.0.3</Version>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions Defrag/Rebound.Defrag.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@
<PackageIcon>Rebound11Icon.png</PackageIcon>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>0.0.3</Version>
</PropertyGroup>
</Project>
3 changes: 2 additions & 1 deletion Helpers/Rebound.Helpers.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
Expand Down Expand Up @@ -35,5 +35,6 @@
<PackageIcon>Rebound11Icon.png</PackageIcon>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>0.0.3</Version>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions InteractiveDialog/Rebound.InteractiveDialog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@
<PackageIcon>Rebound11Icon.png</PackageIcon>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>0.0.3</Version>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions Rebound/Rebound.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
<Version>0.0.3</Version>
</PropertyGroup>
<ItemGroup>
<None Remove="Assets\AppIcons\cleanmgr.ico" />
Expand Down
1 change: 1 addition & 0 deletions Run/Rebound.Run.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@
<PackageIcon>Rebound11Icon.png</PackageIcon>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>0.0.3</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion SysInfo/Rebound.SysInfo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
<Version>1.1.0</Version>
<Version>0.0.3</Version>
<ImplicitUsings>true</ImplicitUsings>
<LangVersion>Latest</LangVersion>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion TrustedPlatform/Rebound.TrustedPlatform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
<Version>1.0.1</Version>
<Version>0.0.3</Version>
<ImplicitUsings>true</ImplicitUsings>
<LangVersion>Latest</LangVersion>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
Expand Down

0 comments on commit b0d596e

Please sign in to comment.