Skip to content

Commit

Permalink
Prepare new NuGet package release
Browse files Browse the repository at this point in the history
- complemented package info in project file
- removed redundant nuspec file
- updated package MinVer from 2.3.0 to 2.5.0
  • Loading branch information
dav1dev committed Aug 18, 2021
1 parent c7ce60c commit 2d5e909
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 47 deletions.
17 changes: 10 additions & 7 deletions source/Appccelerate.IO/Appccelerate.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,32 @@
<Copyright>Copyright © 2008-2020</Copyright>
<Authors>Appccelerate team</Authors>
<Company>Appccelerate</Company>
<Product>Appccelerate</Product>
<Product>Appccelerate.IO</Product>
</PropertyGroup>

<!-- nuget package -->
<PropertyGroup>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/appccelerate/io</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<PackageIcon>icon.png</PackageIcon>
<description>
Provides functionality for simplified IO operations:
File system abstraction (completely testable)
Stream decorators/interceptors,
loader for resources (from file/embedded)
File system abstraction (completely testable)
Stream decorators/interceptors,
loader for resources (from file/embedded).
Supported on Windows only.
</description>
<PackageReleaseNotes>
3.0.0:
- Supports now .NET Standard 2.0
</PackageReleaseNotes>
<PackageTags>Appccelerate io</PackageTags>
<PackageTags>Appccelerate;IO</PackageTags>
</PropertyGroup>

<!-- nuget symbol package -->
Expand All @@ -53,7 +56,7 @@

<!-- versioning -->
<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PackageReference Include="MinVer" Version="2.3.0">
<PackageReference Include="MinVer" Version="2.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
40 changes: 0 additions & 40 deletions source/Appccelerate.IO/appccelerate.io.nuspec

This file was deleted.

0 comments on commit 2d5e909

Please sign in to comment.