Skip to content

Commit

Permalink
#27: Update Synergy.Documentation project settings
Browse files Browse the repository at this point in the history
Several project settings have been updated in the Synergy.Documentation.csproj file. Those are nuget package settings.
  • Loading branch information
MarcinCelej committed Dec 20, 2023
1 parent 0c5498b commit 61ae423
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions Documentation/Synergy.Documentation/Synergy.Documentation.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>10</LangVersion>
<TargetFramework>net6.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<RunCodeAnalysis>false</RunCodeAnalysis>
<IsPackable>true</IsPackable>
<PackageVersion>$(Version)</PackageVersion>
<Title>Synergy.Documentation - support for various docs generation</Title>
<Authors>Synergy Marcin Celej</Authors>
<PackageLicenseFile>license.txt</PackageLicenseFile>
<PackageProjectUrl>https://github.com/synergy-software/synergy.framework/wiki/Contracts</PackageProjectUrl>
<PackageIcon>synergy.png</PackageIcon>
<Description>support for various docs generation</Description>
<Copyright>Copyright © Synergy Marcin Celej 2023</Copyright>
<PackageTags>Docs As Code</PackageTags>
<LangVersion>10</LangVersion>
<Nullable>enable</Nullable>
<AssemblyVersion>$(Version)</AssemblyVersion>
<ImplicitUsings>true</ImplicitUsings>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down

0 comments on commit 61ae423

Please sign in to comment.