Skip to content

Commit

Permalink
Start first 0.8.0-preview1 release (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke authored Dec 15, 2024
1 parent ed06e60 commit a2c5ee4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Nullable>enable</Nullable>
<Deterministic>true</Deterministic>
<TestTfm>net8.0</TestTfm>
<SerdeVersion>0.7.1</SerdeVersion>
<SerdeAssemblyVersion>0.8.0</SerdeAssemblyVersion>
<SerdePkgVersion>0.8.0-preview1</SerdePkgVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/generator/SerdeGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>12</LangVersion>
<Version>$(SerdeVersion)</Version>
<Version>$(SerdeAssemblyVersion)</Version>

<PackFolder>analyzers/dotnet/cs</PackFolder>
<PackSymbols>false</PackSymbols>
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>$(SerdeVersion)</PackageVersion>
<PackageVersion>$(SerdePackageVersion)</PackageVersion>
<IsPackable>true</IsPackable>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<RepositoryUrl>https://github.com/agocke/serde-dn</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/serde/Serde.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- Suppress warnings about missing documentation. -->
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>$(SerdeVersion)</Version>
<Version>$(SerdeAssemblyVersion)</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a2c5ee4

Please sign in to comment.