Skip to content

Commit

Permalink
Update NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Dec 21, 2024
1 parent 45b74c2 commit 269e666
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 587 deletions.
2 changes: 1 addition & 1 deletion SUBSTitute.sln
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# 17
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SUBSTitute", "src\SUBSTitute.csproj", "{3DA68281-59F8-46A1-B263-31EC608AFCE3}"
Expand Down
1 change: 0 additions & 1 deletion src/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,6 @@
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
<ResourceDictionary Source="ThirdParty/DataTable/DataColumn.xaml" />
<!-- Other merged dictionaries here -->
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
Expand Down
2 changes: 1 addition & 1 deletion src/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 10,7 @@
<Identity
Name="42088DavidSungaila.426978D2B4847"
Publisher="CN=A7B48631-28FC-4F92-B416-DDCDFFD9BCBC"
Version="3.0.1.0" />
Version="3.0.2.0" />

<mp:PhoneIdentity PhoneProductId="7524fd35-31df-41fe-9a89-532682530c83" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
21 changes: 11 additions & 10 deletions src/SUBSTitute.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 16,7 @@
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
<ApplicationIcon>SUBSTitute.ico</ApplicationIcon>
<PackageCertificateThumbprint>8CD1A8DE2BD78D45B0761089D621324F934DA0CA</PackageCertificateThumbprint>
<PackageCertificateThumbprint>88923690B8DF96425DE802113F66A6A1B2C55787</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand All @@ -31,7 31,7 @@

<!-- NuGet -->
<PropertyGroup>
<VersionPrefix>3.0.1</VersionPrefix>
<VersionPrefix>3.0.2</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>David Sungaila</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down Expand Up @@ -95,20 95,21 @@

<!-- NuGet packages -->
<ItemGroup>
<PackageReference Include="CommunityToolkit.Labs.WinUI.Controls.DataTable" Version="0.1.241129-build.1830" />
<PackageReference Include="CommunityToolkit.Labs.WinUI.TitleBar" Version="0.0.1-build.1830" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
<PackageReference Include="CommunityToolkit.WinUI.Behaviors" Version="8.2.241204-build.1297" />
<PackageReference Include="CommunityToolkit.WinUI.Collections" Version="8.2.241204-build.1297" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.Segmented" Version="8.2.241204-build.1297" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.2.241204-build.1297" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.Sizers" Version="8.2.241204-build.1297" />
<PackageReference Include="CommunityToolkit.WinUI.Converters" Version="8.2.241204-build.1297" />
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.3.0" />
<PackageReference Include="CommunityToolkit.WinUI.Behaviors" Version="8.2.241221-build.1360" />
<PackageReference Include="CommunityToolkit.WinUI.Collections" Version="8.2.241221-build.1360" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.Segmented" Version="8.2.241221-build.1360" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.2.241221-build.1360" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.Sizers" Version="8.2.241221-build.1360" />
<PackageReference Include="CommunityToolkit.WinUI.Converters" Version="8.2.241221-build.1360" />
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.3.1" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106" PrivateAssets="all" />
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="2.0.9" />
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="3.0.0-preview2" />
<PackageReference Include="Sungaila.ImmersiveDarkMode.WinUI" Version="1.0.0" />
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
<PackageReference Include="WinUIEx" Version="2.5.0" />
Expand Down
125 changes: 0 additions & 125 deletions src/ThirdParty/DataTable/DataColumn.cs

This file was deleted.

55 changes: 0 additions & 55 deletions src/ThirdParty/DataTable/DataColumn.xaml

This file was deleted.

Loading

0 comments on commit 269e666

Please sign in to comment.