Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'Development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Weber committed May 8, 2017
2 parents ff6675d + 41708c7 commit 33c4060
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/Pather.CSharp/Pather.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,28 @@
<PropertyGroup>
<Description>Pather.CSharp - A Path Resolution Library for C#</Description>
<AssemblyTitle>Pather.CSharp</AssemblyTitle>
<VersionPrefix>2.0.1</VersionPrefix>
<VersionPrefix>2.0.4</VersionPrefix>
<Authors>Dominik Weber</Authors>
<TargetFramework>netstandard1.0</TargetFramework>
<DisableImplicitFrameworkReferences>True</DisableImplicitFrameworkReferences>
<AssemblyName>Pather.CSharp</AssemblyName>
<PackageId>Pather.CSharp</PackageId>
<PackageTags>path;resolution</PackageTags>
<PackageProjectUrl>https://github.com/Domysee/Pather.CSharp</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/Domysee/Pather.CSharp/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Domysee/Pather.CSharp</RepositoryUrl>
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
<Version>2.0.3</Version>
<Version>2.0.4</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Linq" Version="4.3.0" />
<PackageReference Include="System.Reflection" Version="4.3.0" />
<PackageReference Include="System.Reflection.Extensions" Version="4.3.0" />
<PackageReference Include="System.Runtime" Version="4.3.0" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.0" />
<PackageReference Include="System.Threading" Version="4.3.0" />
</ItemGroup>

</Project>

0 comments on commit 33c4060

Please sign in to comment.