Skip to content

Commit 2c06eb4

Browse files
committed
Update dependencies, versions, and target framework
- Updated `CryptoNet.ConsumerTest.csproj` to use `CryptoNet` version `3.1.12-preview.20251129.2241`. - Removed the `<Version>` tag from `CryptoNet.ExtPack.csproj` (was `3.0.0`). - Upgraded Visual Studio version in `CryptoNet.sln` to `18.3.11222.16`. - Added `Directory.Build.Props` with updated versioning: - `<Version>`: `3.2.0` → `3.2.5` - `<FileVersion>`: `3.2.0.0` → `3.2.5.0` - `<AssemblyVersion>`: `3.2.0.0` → `3.2.5.0` - Updated target framework in `Directory.Build.Props` to `net8.0`.
1 parent e3f96b1 commit 2c06eb4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CryptoNet.ConsumerTest/CryptoNet.ConsumerTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="CryptoNet" Version="3.1.0" />
11+
<PackageReference Include="CryptoNet" Version="3.1.12-preview.20251129.2241" />
1212
</ItemGroup>
1313

1414
</Project>

CryptoNet.ExtPack/CryptoNet.ExtPack.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<Company>itbackyard</Company>
1818
<Authors>Maytham Fahmi</Authors>
1919
<MinClientVersion>1.0.0</MinClientVersion>
20-
<Version>3.0.0</Version>
2120
<Title>CryptoNet.ExtPack</Title>
2221
<Product>CryptoNet.ExtPack</Product>
2322
<RootNamespace>CryptoNet.ExtPack</RootNamespace>

CryptoNet.sln

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio Version 17
3-
VisualStudioVersion = 17.1.32407.343
2+
# Visual Studio Version 18
3+
VisualStudioVersion = 18.3.11222.16 d18.3
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoNet", "CryptoNet\CryptoNet.csproj", "{8F85375C-A0DC-4B67-B934-F58ED4114F5A}"
66
EndProject
@@ -16,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DevOps", "DevOps", "{1733D1
1616
.github\workflows\cd-release.yml = .github\workflows\cd-release.yml
1717
.github\workflows\ci.yml = .github\workflows\ci.yml
1818
.github\workflows\code-coverage.yml = .github\workflows\code-coverage.yml
19+
Directory.Build.Props = Directory.Build.Props
1920
DockerBuild.ps1 = DockerBuild.ps1
2021
Dockerfile = Dockerfile
2122
RELEASE-NOTES = RELEASE-NOTES

Directory.Build.Props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<Authors>Maytham Fahmi and Contributors</Authors>
55
<Copyright>All Rights Reserved</Copyright>
6-
<Version>3.2.0</Version>
7-
<FileVersion>3.2.0.0</FileVersion>
8-
<AssemblyVersion>3.2.0.0</AssemblyVersion>
6+
<Version>3.2.5</Version>
7+
<FileVersion>3.2.5.0</FileVersion>
8+
<AssemblyVersion>3.2.5.0</AssemblyVersion>
99
</PropertyGroup>
1010

1111
<PropertyGroup>

0 commit comments

Comments
 (0)