Skip to content

Commit

Permalink
Bump Whim version to 0.7.0 (#964)
Browse files Browse the repository at this point in the history
Bump Whim version to 0.7.0

This is in preparation of the following significant changes:

- #961 Rename FloatingLayout to FloatingWindow, and FreeLayout to FloatingLayout
- #965 Upgrade to .NET 8
  • Loading branch information
dalyIsaac authored Aug 4, 2024
1 parent 2b0ec13 commit 731d95a
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/Whim.Bar.Tests/Whim.Bar.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Nullable>enable</Nullable>
<Platforms>x64;arm64;Any CPU</Platforms>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.Bar/Whim.Bar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<UseWinUI>true</UseWinUI>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<None Remove="BarWindow.xaml" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Nullable>enable</Nullable>
<Platforms>x64;arm64;Any CPU</Platforms>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.CommandPalette/Whim.CommandPalette.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<UseWinUI>true</UseWinUI>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<None Remove="CommandPaletteWindow.xaml" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Nullable>enable</Nullable>
<Platforms>x64;arm64;Any CPU</Platforms>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.FloatingLayout/Whim.FloatingLayout.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Platforms>x64;arm64;Any CPU</Platforms>
<RuntimeIdentifiers>win10-x64;win10-arm64</RuntimeIdentifiers>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Whim\Whim.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.FocusIndicator/Whim.FocusIndicator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<UseWinUI>true</UseWinUI>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<None Remove="FocusIndicatorWindow.xaml" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.Gaps.Tests/Whim.Gaps.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Nullable>enable</Nullable>
<Platforms>x64;arm64;Any CPU</Platforms>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.Gaps/Whim.Gaps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Platforms>x64;arm64;Any CPU</Platforms>
<RuntimeIdentifiers>win10-x64;win10-arm64</RuntimeIdentifiers>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Whim\Whim.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Nullable>enable</Nullable>
<Platforms>x64;arm64;Any CPU</Platforms>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector">
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.LayoutPreview/Whim.LayoutPreview.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<UseWinUI>true</UseWinUI>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<None Remove="LayoutPreviewWindow.xaml" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.Runner/Whim.Runner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<UseWinUI>true</UseWinUI>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
<WinUISDKReferences>false</WinUISDKReferences>
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<WindowsPackageType>None</WindowsPackageType>
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.SliceLayout.Tests/Whim.SliceLayout.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Nullable>enable</Nullable>
<Platforms>x64;arm64;Any CPU</Platforms>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.SliceLayout/Whim.SliceLayout.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<UseWinUI>true</UseWinUI>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.TestUtils/Whim.TestUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Nullable>enable</Nullable>
<Platforms>x64;arm64;Any CPU</Platforms>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.Tests/Whim.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Nullable>enable</Nullable>
<Platforms>x64;arm64;Any CPU</Platforms>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Nullable>enable</Nullable>
<Platforms>x64;arm64;Any CPU</Platforms>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.TreeLayout.Bar/Whim.TreeLayout.Bar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<UseWinUI>true</UseWinUI>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<None Remove="TreeLayoutEngineWidget.xaml" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Nullable>enable</Nullable>
<Platforms>x64;arm64;Any CPU</Platforms>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<UseWinUI>true</UseWinUI>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.TreeLayout.Tests/Whim.TreeLayout.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Nullable>enable</Nullable>
<Platforms>x64;arm64;Any CPU</Platforms>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector">
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.TreeLayout/Whim.TreeLayout.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<UseWinUI>true</UseWinUI>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.Updater.Tests/Whim.Updater.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Nullable>enable</Nullable>
<Platforms>x64;arm64;Any CPU</Platforms>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim.Updater/Whim.Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<UseWinUI>true</UseWinUI>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>
<ItemGroup>
<None Remove="UpdaterWindow.xaml" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim/Whim.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<RootNamespace>Whim</RootNamespace>
<RuntimeIdentifiers>win10-x64;win10-arm64</RuntimeIdentifiers>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
<WarningsAsErrors>Nullable</WarningsAsErrors>
<!-- Required for VSCode debugging -->
<Platform>x64</Platform>
Expand Down

0 comments on commit 731d95a

Please sign in to comment.