RaspberryIO_26/Swan.Lite/Swan.Lite.csproj

18 lines
1.4 KiB
XML
Raw Normal View History

2019-12-04 18:57:18 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Repeating code and reinventing the wheel is generally considered bad practice. At Unosquare we are committed to beautiful code and great software. Swan is a collection of classes and extension methods that we and other good developers have developed and evolved over the years. We found ourselves copying and pasting the same code for every project every time we started it. We decide to kill that cycle once and for all. This is the result of that idea. Our philosophy is that SWAN should have no external dependencies, it should be cross-platform, and it should be useful.</Description>
<Copyright>Copyright (c) 2016-2019 - Unosquare</Copyright>
<AssemblyTitle>Unosquare SWAN</AssemblyTitle>
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
<AssemblyName>Swan.Lite</AssemblyName>
<Version>2.4.2</Version>
<Authors>Unosquare</Authors>
<PackageIconUrl>https://github.com/unosquare/swan/raw/master/swan-logo-32.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/unosquare/swan</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/unosquare/swan/master/LICENSE</PackageLicenseUrl>
<PackageTags>best-practices netcore network objectmapper json-serialization</PackageTags>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
</Project>