Skip to content

Commit

Permalink
UPdated version
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Nov 14, 2023
1 parent af96112 commit e1def09
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions TheAnswer/WrapThat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,22 @@
<Authors>Terje Sandstrom</Authors>
<Copyright>2020 Terje Sandstrom</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/WrapThat/TheAnswer</RepositoryUrl>
<MinVerTagPrefix>v</MinVerTagPrefix>
<MinVerVerbosity>normal</MinVerVerbosity>
<Version>2.0.0</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>


<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="MinVer" Version="4.3.0">
Expand Down

0 comments on commit e1def09

Please sign in to comment.