Skip to content

Commit

Permalink
Fix package version (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke authored Dec 15, 2024
1 parent a2c5ee4 commit 2687be2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions perf/bench/bench.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Nullable>enable</Nullable>
<Deterministic>true</Deterministic>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions perf/trace/trace.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<StripSymbols>false</StripSymbols>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/pack/Serde.Pkg.proj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net8.0</TargetFramework>

<PackageId>Serde</PackageId>
<PackageVersion>$(SerdePackageVersion)</PackageVersion>
<PackageVersion>$(SerdePkgVersion)</PackageVersion>
<IsPackable>true</IsPackable>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<RepositoryUrl>https://github.com/agocke/serde-dn</RepositoryUrl>
Expand Down

0 comments on commit 2687be2

Please sign in to comment.