Skip to content

Commit da6d719

Browse files
committed
- package update
1 parent f2fbbbc commit da6d719

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Shuttle.Core.System/.package/package.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<repository type="git" url="https://github.com/shuttle/Shuttle.Core.System.git" />
1414
<projectUrl>https://github.com/shuttle/Shuttle.Core.System</projectUrl>
1515
<description>OS and system level abstractions.</description>
16-
<copyright>Copyright (c) 2023, Eben Roux</copyright>
16+
<copyright>Copyright (c) 2024, Eben Roux</copyright>
1717
<tags>shuttle</tags>
1818
<dependencies>
19-
<dependency id="Shuttle.Core.Contract" version="11.0.0" />
19+
<dependency id="Shuttle.Core.Contract" version="11.1.0" />
2020
</dependencies>
2121
</metadata>
2222
<files>

Shuttle.Core.System/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#endif
1515

1616
[assembly: AssemblyVersion("11.1.0.0")]
17-
[assembly: AssemblyCopyright("Copyright (c) 2023, Eben Roux")]
17+
[assembly: AssemblyCopyright("Copyright (c) 2024, Eben Roux")]
1818
[assembly: AssemblyProduct("Shuttle.Core.System")]
1919
[assembly: AssemblyCompany("Eben Roux")]
2020
[assembly: AssemblyConfiguration("Release")]

Shuttle.Core.System/Shuttle.Core.System.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Shuttle.Core.Contract" Version="11.0.0" />
17+
<PackageReference Include="Shuttle.Core.Contract" Version="11.1.0" />
1818
</ItemGroup>
1919

2020
</Project>

0 commit comments

Comments
 (0)