Skip to content

Commit 3c4b26d

Browse files
copyright 2024, other dependencies updates
1 parent 2377e54 commit 3c4b26d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2023 Remarkable Tools
1+
Copyright 2024 Remarkable Tools
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

src/Mx.NET.SDK.Core/Mx.NET.SDK.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackAsTool>False</PackAsTool>
1919
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2020
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
21-
<Copyright>Copyright © Remarkable Tools 2023</Copyright>
21+
<Copyright>Copyright © Remarkable Tools 2024</Copyright>
2222
<PackageIcon>RemarkableToolsPackage.jpg</PackageIcon>
2323
<PackageReleaseNotes>SDK updates and improvements</PackageReleaseNotes>
2424
</PropertyGroup>
@@ -44,7 +44,7 @@
4444
</ItemGroup>
4545

4646
<ItemGroup>
47-
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
47+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
4848
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
4949
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
5050
</ItemGroup>

src/Mx.NET.SDK.Wallet/Mx.NET.SDK.Wallet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1616
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1717
<Title>RemarkableTools.Mx.Wallet</Title>
18-
<Copyright>Copyright © Remarkable Tools 2023</Copyright>
18+
<Copyright>Copyright © Remarkable Tools 2024</Copyright>
1919
<PackageIcon>RemarkableToolsPackage.jpg</PackageIcon>
2020
<PackageReadmeFile>README.md</PackageReadmeFile>
2121
<PackageReleaseNotes>SDK updates and improvements</PackageReleaseNotes>

src/Mx.NET.SDK/Mx.NET.SDK.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackAsTool>False</PackAsTool>
1919
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2020
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
21-
<Copyright>Copyright © Remarkable Tools 2023</Copyright>
21+
<Copyright>Copyright © Remarkable Tools 2024</Copyright>
2222
<PackageIcon>RemarkableToolsPackage.jpg</PackageIcon>
2323
<PackageReleaseNotes>SDK updates and improvements</PackageReleaseNotes>
2424
</PropertyGroup>
@@ -45,7 +45,7 @@
4545
</ItemGroup>
4646

4747
<ItemGroup>
48-
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
48+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
4949
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
5050
<PackageReference Include="System.Net.Http" Version="4.3.4" />
5151
</ItemGroup>

tests/MS Testing/MS Testing.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
13-
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
14-
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
13+
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
14+
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)