We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa92aed + 10e097b commit b700156Copy full SHA for b700156
.github/workflows/publish-nuget.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET SDK
17
uses: actions/setup-dotnet@v4
18
with:
19
- dotnet-version: 8.0.x
+ dotnet-version: 10.0.x
20
21
- name: Restore dependencies
22
run: dotnet restore
src/KSFramework/KSFramework.csproj
@@ -8,7 +8,7 @@
8
9
<PropertyGroup>
10
<PackageId>KSFramework</PackageId>
11
- <Version>1.4.8</Version>
+ <Version>1.4.9</Version>
12
<Authors>Kamran Sadin</Authors>
13
<Company>Sadin</Company>
14
<CopyRight>Copyright (c) 2022 SadinCo.</CopyRight>
0 commit comments