mirror of
https://github.com/AlexMacocian/Sybil.git
synced 2026-07-15 15:19:59 +00:00
Nuget improvements #2
This commit is contained in:
+8
-4
@@ -2,17 +2,21 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<Version>0.1.2</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<RepositoryUrl>https://github.com/AlexMacocian/Sybil</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<Version>0.1.1</Version>
|
||||
<Authors>Alexandru Macocian</Authors>
|
||||
<Description>CSharp Syntax builders for generating CSharp nodes such as classes, methods, properties, etc.</Description>
|
||||
<PackageProjectUrl>https://github.com/AlexMacocian/Sybil</PackageProjectUrl>
|
||||
<AssemblyVersion>0.1.1</AssemblyVersion>
|
||||
<FileVersion>0.1.1</FileVersion>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<Deterministic>true</Deterministic>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="..\LICENSE">
|
||||
<Pack>True</Pack>
|
||||
|
||||
Reference in New Issue
Block a user