Skip to content

Commit 65dabde

Browse files
chore: update version
1 parent c1ad853 commit 65dabde

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/SharedKernel/SharedKernel.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
43
<TargetFramework>net8.0</TargetFramework>
54
<ImplicitUsings>enable</ImplicitUsings>
65
<Nullable>enable</Nullable>
76

87
<PackageId>minhsangdotcom.TheTemplate.SharedKernel</PackageId>
9-
<Version>2.0.0</Version>
8+
<Version>2.0.1</Version>
109
<Authors>Tran Minh Sang</Authors>
1110
<Company>minhsangdotcom</Company>
1211
<PackageTags>csharp, nuget, clean architecture, code base, DDD</PackageTags>
@@ -19,5 +18,4 @@
1918
<PackageReference Include="Ulid" Version="1.4.1" />
2019
<None Include="../../README-NUGET.md" Pack="true" PackagePath="" />
2120
</ItemGroup>
22-
2321
</Project>

0 commit comments

Comments
 (0)