Skip to content

Commit fe39252

Browse files
authored
Merge pull request #6 from A-Programmer/develop
Update .NET Version and minor changes
2 parents ac792de + 50c2b14 commit fe39252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/KSFramework/KSFramework.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<PropertyGroup>
1010
<PackageId>KSFramework</PackageId>
11-
<Version>1.0.20</Version>
11+
<Version>1.4.0</Version>
1212
<Authors>Kamran Sadin</Authors>
1313
<Company>Sadin</Company>
1414
<CopyRight>Copyright (c) 2022 SadinCo.</CopyRight>
@@ -20,7 +20,7 @@
2020
<PackageTags>Sadin,Kamran,utility,dotnet,tools</PackageTags>
2121
<Title>KS Framework</Title>
2222
<Description>A tool for .NET projects contain utilities for working with string, numbers, date time, and also helpers and base classes for Clean Architecture and DDD projects</Description>
23-
<ReleaseNotes>Initialize.</ReleaseNotes>
23+
<ReleaseNotes>Update .NET Version and minor changes.</ReleaseNotes>
2424
<RepositoryUrl>https://github.com/A-Programmer/KSFramework</RepositoryUrl>
2525
</PropertyGroup>
2626

0 commit comments

Comments
 (0)