Skip to content

Commit

Permalink
Updated copyright dates.
Browse files Browse the repository at this point in the history
  • Loading branch information
AelyoSoftWorks committed Jan 2, 2024
1 parent 3de15be commit edbff50
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Wice.DevTools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyTitle("Windows Interface Composition Engine - DevTools")]
[assembly: AssemblyCompany("Aelyo Softworks")]
[assembly: AssemblyProduct("Wice")]
[assembly: AssemblyCopyright("Copyright (©) Aelyo Softworks 2020-2023. All rights reserved.")]
[assembly: AssemblyCopyright("Copyright (©) Aelyo Softworks 2020-2024. All rights reserved.")]
[assembly: AssemblyCulture("")]

[assembly: ComVisible(false)]
Expand Down
2 changes: 1 addition & 1 deletion Wice.Samples.Gallery/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyTitle("Wice - Samples - Gallery")]
[assembly: AssemblyCompany("Aelyo Softworks")]
[assembly: AssemblyProduct("Wice")]
[assembly: AssemblyCopyright("Copyright (©) Aelyo Softworks 2020-2023. All rights reserved.")]
[assembly: AssemblyCopyright("Copyright (©) Aelyo Softworks 2020-2024. All rights reserved.")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]

Expand Down
2 changes: 1 addition & 1 deletion Wice.Samples.Gallery/Wice.Samples.Gallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<Version>1.15.0.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.Windows.SDK.Contracts">
<Version>10.0.22621.755</Version>
<Version>10.0.22621.2428</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Wice.Tests/Wice.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<Version>1.15.0.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.Windows.SDK.Contracts">
<Version>10.0.22621.755</Version>
<Version>10.0.22621.2428</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Wice/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyTitle("Windows Interface Composition Engine")]
[assembly: AssemblyCompany("Aelyo Softworks")]
[assembly: AssemblyProduct("Wice")]
[assembly: AssemblyCopyright("Copyright (©) Aelyo Softworks 2020-2023. All rights reserved.")]
[assembly: AssemblyCopyright("Copyright (©) Aelyo Softworks 2020-2024. All rights reserved.")]
[assembly: AssemblyCulture("")]

[assembly: ComVisible(false)]
Expand Down
2 changes: 1 addition & 1 deletion Wice/Wice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
<Version>1.15.0.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.Windows.SDK.Contracts">
<Version>10.0.22621.755</Version>
<Version>10.0.22621.2428</Version>
</PackageReference>
<PackageReference Include="System.Numerics.Vectors">
<Version>4.5.0</Version>
Expand Down

0 comments on commit edbff50

Please sign in to comment.