Skip to content

Commit 0d0e6ae

Browse files
Released new version with OneOf library updated to version 3.0.271
1 parent 9ed0687 commit 0d0e6ae

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/Example/Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

src/OneOf.Deconstruct/OneOf.Deconstruct.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99

10-
<Version>3.0.263</Version>
10+
<Version>3.0.271</Version>
1111
<Authors>Anton Martyniuk</Authors>
12-
<Copyright>Copyright (c) Anton Martyniuk 2023</Copyright>
12+
<Copyright>Copyright (c) Anton Martyniuk 2026</Copyright>
1313
<Title>An extension that offers a deconstruction to the popular OneOf library - Easy Discriminated Unions for C#</Title>
1414
<Description>An extension that offers a deconstruction to the popular OneOf library. OneOf provides the F#-like discriminated unions for C#</Description>
1515
<PackageTags>discriminated unions, return type, match switch, deconstruction</PackageTags>
1616
<RepositoryUrl>https://github.com/anton-martyniuk/OneOf.Deconstruct</RepositoryUrl>
17-
<PackageLicenseUrl>https://github.com/anton-martyniuk/OneOf.Deconstruct/blob/main/LICENSE</PackageLicenseUrl>
1817
<RepositoryType>git</RepositoryType>
1918
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2019
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -23,8 +22,8 @@
2322
</PropertyGroup>
2423

2524
<ItemGroup>
26-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
27-
<PackageReference Include="OneOf" Version="3.0.263" />
25+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
26+
<PackageReference Include="OneOf" Version="3.0.271" />
2827
</ItemGroup>
2928

3029
<Target Name="PostPackNugetDeploy" AfterTargets="Pack" Condition="'$(Configuration)'=='Release'">

0 commit comments

Comments
 (0)