Skip to content

Commit

Permalink
Added nuget params to csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjs committed May 6, 2024
1 parent 0a3b7c4 commit 1109eac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Universal Dive Data Format
10 changes: 10 additions & 0 deletions src/UniversalDiveDataFormat/UniversalDiveDataFormat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,19 @@
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.1</Version>
<Title>UniversalDiveDataFormat</Title>
<Authors />
<PackageProjectUrl>https://github.com/hughesjs/UniversalDiveDataFormat</PackageProjectUrl>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<RepositoryUrl>https://github.com/hughesjs/UniversalDiveDataFormat.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
<Reference Include="Shouldly">
<HintPath>..\..\..\..\.nuget\packages\shouldly\4.2.1\lib\net5.0\Shouldly.dll</HintPath>
</Reference>
Expand Down

0 comments on commit 1109eac

Please sign in to comment.