Skip to content

Commit 3436db4

Browse files
authored
Updating package metadata (#2)
1 parent f95ad9f commit 3436db4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/RustyOptions/RustyOptions.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
<AnalysisMode>Recommended</AnalysisMode>
88
<LangVersion>11</LangVersion>
99
<AssemblyName>RustyOptions</AssemblyName>
10+
<Version>0.1.0</Version>
11+
<PackageId>RustyOptions</PackageId>
12+
<Authors>Joel Mueller</Authors>
13+
<Company></Company>
14+
<PackageDescription>Option and Result types for C#, inspired by Rust</PackageDescription>
15+
<RepositoryType>git</RepositoryType>
16+
<RepositoryUrl>https://github.com/jtmueller/RustyOptions</RepositoryUrl>
17+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1018
</PropertyGroup>
1119

1220
<PropertyGroup Condition=" '$(Configuration)|$(TargetFramework)' == 'Debug|net6.0' ">

0 commit comments

Comments
 (0)