Skip to content

Commit b700156

Browse files
authored
Merge pull request #10 from A-Programmer/develop
test
2 parents aa92aed + 10e097b commit b700156

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET SDK
1717
uses: actions/setup-dotnet@v4
1818
with:
19-
dotnet-version: 8.0.x
19+
dotnet-version: 10.0.x
2020

2121
- name: Restore dependencies
2222
run: dotnet restore

src/KSFramework/KSFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<PropertyGroup>
1010
<PackageId>KSFramework</PackageId>
11-
<Version>1.4.8</Version>
11+
<Version>1.4.9</Version>
1212
<Authors>Kamran Sadin</Authors>
1313
<Company>Sadin</Company>
1414
<CopyRight>Copyright (c) 2022 SadinCo.</CopyRight>

0 commit comments

Comments
 (0)