Skip to content

Commit

Permalink
yaml package wasn't published
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jul 20, 2022
1 parent c63e9d1 commit 5d547b3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release

env:
v: '5.0.0'
v: '5.0.1'
av: '5.0.0'
pv: '5.0.0'
pv: '5.0.1'

on:
push:
Expand Down
5 changes: 3 additions & 2 deletions src/Config.Net.Yaml/Config.Net.Yaml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@
<Version>4.7.3-build00000001</Version>
<RepositoryUrl>https://github.com/aloneguid/config</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<Copyright>Copyright (c) 2015-2021 by Ivan Gavryliuk</Copyright>
<Copyright>Copyright (c) 2015-2022 by Ivan Gavryliuk</Copyright>
<Authors>Ivan Gavryliuk (@aloneguid)</Authors>
<PackageIconUrl></PackageIconUrl>
<PackageProjectUrl>https://github.com/aloneguid/config</PackageProjectUrl>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>

<Description>Adds YAML support to Config.Net</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="YamlDotNet" Version="11.2.1" />
Expand Down
9 changes: 8 additions & 1 deletion src/Config.Net/Config.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Copyright>Copyright (c) 2015-2021 by Ivan Gavryliuk</Copyright>
<Copyright>Copyright (c) 2015-2022 by Ivan Gavryliuk</Copyright>
<AssemblyTitle>Config.Net</AssemblyTitle>
<Authors>Ivan Gavryliuk (@aloneguid)</Authors>
<TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
Expand All @@ -18,6 +18,9 @@
<PackageIconUrl />
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<PackageProjectUrl>https://github.com/aloneguid/config</PackageProjectUrl>
<RepositoryUrl>https://github.com/aloneguid/config</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -30,6 +33,10 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\docs\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand Down

0 comments on commit 5d547b3

Please sign in to comment.