Skip to content

Commit

Permalink
Merge pull request #298 from microsoft/user/sergiopedri/3.0.0-stable
Browse files Browse the repository at this point in the history
Update dependencies for 3.0.0 stable
  • Loading branch information
Sergio0694 authored Jan 22, 2025
2 parents ec079f7 + 59ff972 commit 72c9ed4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<DefineConstants>$(DefineConstants);MODERN_WINDOWS_UWP</DefineConstants>
<AssemblyName>Microsoft.Xaml.Interactivity</AssemblyName>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<WindowsSdkPackageVersion>10.0.19041.54</WindowsSdkPackageVersion>
<WindowsSdkPackageVersion>10.0.19041.57</WindowsSdkPackageVersion>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<RootNamespace>Microsoft.Xaml.Interactivity</RootNamespace>
<UseUwp>true</UseUwp>
Expand Down Expand Up @@ -105,7 +105,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.6" PrivateAssets="all" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<PRIResource Include="..\Microsoft.Xaml.Interactivity\Resources\de-DE\Strings.resw">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
<WindowsSdkPackageVersion>10.0.17763.53</WindowsSdkPackageVersion>
<WindowsSdkPackageVersion>10.0.17763.56</WindowsSdkPackageVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<RootNamespace>Microsoft.Xaml.Interactivity</RootNamespace>
<Platforms>AnyCPU;x86;x64;arm64</Platforms>
Expand Down Expand Up @@ -108,8 +108,8 @@
that resulted in a broken PRI file with invalid references. Can be removed when WindowsAppSDK 1.7 ships.
-->
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2903.40" PrivateAssets="all" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.6" PrivateAssets="all" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250108002" />
</ItemGroup>
<ItemGroup>
<PRIResource Include="..\Microsoft.Xaml.Interactivity\Resources\de-DE\Strings.resw">
Expand Down
2 changes: 1 addition & 1 deletion src/BehaviorsSDKManaged/Version/NuGetPackageVersion.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PackageVersion>3.0.0-preview2</PackageVersion>
<PackageVersion>3.0.0</PackageVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/BehaviorsSDKManaged/Version/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyInformationalVersion("3.0.0.0-preview2")]
[assembly: AssemblyInformationalVersion("3.0.0.0")]

0 comments on commit 72c9ed4

Please sign in to comment.