Skip to content

Commit

Permalink
Publish first release
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Oct 7, 2023
1 parent 9a4100b commit 4a2905b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
<ToolCommandName>bonsai.sgen</ToolCommandName>
<PackageTags>Bonsai Rx Sgen Schema Serializer Generators</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>Copyright © Bonsai Foundation CIC 2023</Copyright>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath>
<PackageProjectUrl>https://bonsai-rx.org/sgen</PackageProjectUrl>
<RepositoryUrl>https://github.com/bonsai-rx/sgen.git</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<VersionSuffix>build231006</VersionSuffix>
<VersionSuffix></VersionSuffix>
<IncludeSymbols>true</IncludeSymbols>
<RepositoryType>git</RepositoryType>
<PackAsTool>true</PackAsTool>
Expand All @@ -25,5 +26,6 @@
<ItemGroup>
<Content Include="..\LICENSE" PackagePath="/" />
<Content Include="..\icon.png" PackagePath="/" />
<Content Include="..\README.md" PackagePath="/" />
</ItemGroup>
</Project>

0 comments on commit 4a2905b

Please sign in to comment.