Skip to content

Commit 6192eeb

Browse files
committed
update versions and license year
1 parent c9e1878 commit 6192eeb

4 files changed

Lines changed: 9 additions & 10 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>EaW Modinfo</Product>
5-
<Copyright>Copyright © 2025 Alamo Engine Tools and contributors. All rights reserved.</Copyright>
5+
<Copyright>Copyright © 2026 Alamo Engine Tools and contributors. All rights reserved.</Copyright>
66
<Authors>Alamo Engine Tools and Contributors</Authors>
77
<Company>Alamo Engine Tools</Company>
88
<PackageTags>petroglyph, alamo, glyphx, foc, eaw</PackageTags>
@@ -24,8 +24,7 @@
2424
<Version>3.9.50</Version>
2525
</PackageReference>
2626
<PackageReference Include="SauceControl.InheritDoc" Version="2.0.2" PrivateAssets="all" />
27-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
28-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
27+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102">
2928
<PrivateAssets>all</PrivateAssets>
3029
</PackageReference>
3130
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="" />

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Alamo Engine Tools
3+
Copyright (c) 2026 Alamo Engine Tools
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/EawModinfo.Tests/EawModinfo.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<AssemblyName>AET.Modinfo.Tests</AssemblyName>
@@ -19,7 +19,7 @@
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
22-
<PackageReference Include="Testably.Abstractions.Testing" Version="5.0.1" />
22+
<PackageReference Include="Testably.Abstractions.Testing" Version="5.0.2" />
2323
<PackageReference Include="xunit" Version="2.9.3" />
2424
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
2525
<PrivateAssets>all</PrivateAssets>

src/EawModinfo/EawModinfo.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<PackageId>AlamoEngineTools.Modinfo</PackageId>
@@ -40,7 +40,7 @@
4040
<PrivateAssets>all</PrivateAssets>
4141
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4242
</PackageReference>
43-
<PackageReference Include="JsonSchema.Net" Version="8.0.4" />
43+
<PackageReference Include="JsonSchema.Net" Version="8.0.5" />
4444
<PackageReference Include="Nullable" Version="1.3.1">
4545
<PrivateAssets>all</PrivateAssets>
4646
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@@ -51,11 +51,11 @@
5151
</PackageReference>
5252
<PackageReference Include="Semver" Version="3.0.0" />
5353
<PackageReference Include="Testably.Abstractions" Version="10.0.0" />
54-
<PackageReference Include="System.Text.Json" Version="10.0.1" />
54+
<PackageReference Include="System.Text.Json" Version="10.0.2" />
5555
</ItemGroup>
5656

5757
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
5858
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
5959
</ItemGroup>
60-
60+
6161
</Project>

0 commit comments

Comments
 (0)