Skip to content

Commit

Permalink
3.5.0-alpha4 : declare sly nuget as a source generator
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Sep 11, 2024
1 parent c29f305 commit 2941348
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/sly/sly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<Description>#LY is a parser generator halfway between parser combinators and parser generator like ANTLR</Description>
<Authors>b3b00</Authors>
<version>3.5.0-alpha3</version>
<version>3.5.0-alpha4</version>
<PackageProjectUrl>https://github.com/b3b00/sly</PackageProjectUrl>
<RepositoryUrl>https://github.com/b3b00/sly</RepositoryUrl>
<PackageVersion>3.5.0-alpha3</PackageVersion>
<PackageVersion>3.5.0-alpha4</PackageVersion>
<ApplicationIcon/>
<OutputType>Library</OutputType>
<StartupObject/>
Expand All @@ -19,6 +19,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<IsRoslynComponent>true</IsRoslynComponent>
</PropertyGroup>
<PropertyGroup>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down Expand Up @@ -53,6 +54,9 @@
<EmbeddedResource Include="i18n\translations\en.txt"/>
<EmbeddedResource Include="i18n\translations\zh-Hans.txt"/>
</ItemGroup>


<!-- copy assembly to analysers/dotnet/cs so it can be used as a source generator -->
<ItemGroup>
<None Include="$(OutputPath)\netstandard2.1\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>
</Project>

0 comments on commit 2941348

Please sign in to comment.