Skip to content

Commit

Permalink
Bump version to 0.7.1 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke authored Dec 4, 2024
1 parent 7f2aa94 commit d8bfc43
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<Nullable>enable</Nullable>
<Deterministic>true</Deterministic>
<TestTfm>net8.0</TestTfm>
<SerdeVersion>0.7.1</SerdeVersion>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions src/generator/SerdeGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Version>0.6.0</Version>
<LangVersion>12</LangVersion>
<Version>$(SerdeVersion)</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>0.7.0</PackageVersion>
<PackageVersion>$(SerdeVersion)</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>0.7.0</Version>
<Version>$(SerdeVersion)</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d8bfc43

Please sign in to comment.