Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amantinband committed Oct 1, 2023
1 parent fefac5c commit 2b9a056
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions src/ErrorOr.csproj
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net60</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup>
<PackageId>ErrorOr</PackageId>
<Version>1.2.1</Version>
<Authors>Amichai Mantinband</Authors>
<PackageIcon>icon-square.png</PackageIcon>
<PackageTags>Result,Results,ErrorOr,Error,Handling</PackageTags>
<Description>A simple, fluent discriminated union of an error or a result.</Description>
<PackageProjectUrl>https://github.com/amantinband/error-or</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<licenses>https://opensource.org/licenses/MIT</licenses>
<RepositoryUrl>https://github.com/amantinband/error-or</RepositoryUrl>
<PackageOutputPath>../artifacts/</PackageOutputPath>
</PropertyGroup>

<ItemGroup>
<None Include="../assets/icon-square.png" Pack="true" Visible="false" PackagePath="" />
<None Include="Stylecop.json" />
<AdditionalFiles Include="Stylecop.json" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net60</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup>
<PackageId>ErrorOr</PackageId>
<Version>1.3.0</Version>
<Authors>Amichai Mantinband</Authors>
<PackageIcon>icon-square.png</PackageIcon>
<PackageTags>Result,Results,ErrorOr,Error,Handling</PackageTags>
<Description>A simple, fluent discriminated union of an error or a result.</Description>
<PackageProjectUrl>https://github.com/amantinband/error-or</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<licenses>https://opensource.org/licenses/MIT</licenses>
<RepositoryUrl>https://github.com/amantinband/error-or</RepositoryUrl>
<PackageOutputPath>../artifacts/</PackageOutputPath>
</PropertyGroup>

<ItemGroup>
<None Include="../assets/icon-square.png" Pack="true" Visible="false" PackagePath="" />
<None Include="Stylecop.json" />
<AdditionalFiles Include="Stylecop.json" />
</ItemGroup>

</Project>

0 comments on commit 2b9a056

Please sign in to comment.