Skip to content

Commit 7f13924

Browse files
committed
Updated Nuget Data
1 parent 213eb3d commit 7f13924

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

OpenCode/OpenCode.csproj

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFramework>NET9.0</TargetFramework>
5-
</PropertyGroup>
3+
<PropertyGroup>
4+
<TargetFramework>net9.0</TargetFramework>
5+
6+
<!-- NuGet package metadata -->
7+
<Version>3.0.0</Version>
8+
<PackageId>OpenCode</PackageId>
9+
<Authors>Navneet Hegde</Authors>
10+
<Company>ZerOne</Company>
11+
<Description>OpenCode is a .NET 9 library providing useful string extension methods for common operations such as formatting, parsing, and hashing.</Description>
12+
<PackageReadmeFile>README.md</PackageReadmeFile>
13+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14+
</PropertyGroup>
15+
16+
<ItemGroup>
17+
<!-- README and LICENSE at solution root -->
18+
<None Include="..\README.md" Pack="true" PackagePath="\" />
19+
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
20+
</ItemGroup>
621

722
</Project>
23+

0 commit comments

Comments
 (0)