Skip to content

Commit

Permalink
Optional release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nness committed Dec 19, 2023
1 parent 15f6b15 commit ecfdb1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TargetFramework>net8.0</TargetFramework>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<Nullable>enable</Nullable>
<RootNamespace>DeskDirector.Text.Json.Validation</RootNamespace>
<PackageId>DeskDirector.$(AssemblyName)</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/Optional.NewtonsoftJson/Optional.NewtonsoftJson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TargetFramework>net8.0</TargetFramework>
<Version>1.3.1</Version>
<Version>1.3.2</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>DeskDirector.Text.Json.NewtonsoftJson</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion src/Optional/Optional.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TargetFramework>net8.0</TargetFramework>
<Version>1.5.2</Version>
<Version>1.5.3</Version>
<Nullable>enable</Nullable>
<RootNamespace>DeskDirector.Text.Json</RootNamespace>
<PackageId>DeskDirector.$(AssemblyName)</PackageId>
Expand Down

0 comments on commit ecfdb1c

Please sign in to comment.