Skip to content

Commit

Permalink
[Build] Updated .csproj info
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlebourdais committed Nov 20, 2020
1 parent 631cdb2 commit 10b8f34
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v2.0.1
Updated minimum .Net Core version and package info for better visibility on Nuget feeds.

## v2.0.0
Initial version for public release, comprising the following list of unit tested converters:
- BooleanToBooleanConverter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
8 changes: 5 additions & 3 deletions ExtendedWPFConverters/ExtendedWPFConverters.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.0;net471</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net471</TargetFrameworks>
<PackageId>ExtendedWPFConverters</PackageId>
<Title>Extended WPF converters</Title>
<PackageDescription>Proposes a list of commonly used converters for WPF.</PackageDescription>
<PackageTags>WPF;Converters</PackageTags>
<UseWPF>true</UseWPF>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<Authors>David Le Bourdais</Authors>
<Copyright>Copyright © 2019-2020</Copyright>
<Copyright>Copyright © 2019-2020</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/davidlebourdais/ExtendedWPFConverters</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

Expand Down

0 comments on commit 10b8f34

Please sign in to comment.