Skip to content

Commit

Permalink
Upgrade v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prozolic committed Jan 12, 2025
1 parent 05f83ed commit 9ff9c37
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/VariantEnum/VariantEnum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,18 @@
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.0.1</VersionPrefix>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Description>Source generator that outputs variant-like record that allows different variants to hold variant-specific data.</Description>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.0" PrivateAssets="all" />
</ItemGroup>
Expand Down

0 comments on commit 9ff9c37

Please sign in to comment.