We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95ad9f commit 3436db4Copy full SHA for 3436db4
src/RustyOptions/RustyOptions.csproj
@@ -7,6 +7,14 @@
7
<AnalysisMode>Recommended</AnalysisMode>
8
<LangVersion>11</LangVersion>
9
<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>
18
</PropertyGroup>
19
20
<PropertyGroup Condition=" '$(Configuration)|$(TargetFramework)' == 'Debug|net6.0' ">
0 commit comments