Package metadata update

This commit is contained in:
Caner Patır
2018-05-08 18:07:04 +03:00
parent d96de8b330
commit 12250671e6
3 changed files with 11 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
appveyor.yml = appveyor.yml appveyor.yml = appveyor.yml
build.cake = build.cake build.cake = build.cake
build.ps1 = build.ps1 build.ps1 = build.ps1
common.props = common.props
icon.png = icon.png icon.png = icon.png
LICENCE = LICENCE LICENCE = LICENCE
README.md = README.md README.md = README.md

View File

@@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2016 O<>uzhan Soykan Copyright (c) 2018 Caner Pat<61>r
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,8 +4,16 @@
<TargetFrameworks>netstandard2.0;net45;net46</TargetFrameworks> <TargetFrameworks>netstandard2.0;net45;net46</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Caner Patır</Authors> <Authors>Caner Patır</Authors>
<Version>1.0.3</Version> <Version>1.0.4</Version>
<FileVersion>1.0.3.0</FileVersion> <FileVersion>1.0.4.0</FileVersion>
<RepositoryUrl>https://github.com/canerpatir/AntiSamy.NET</RepositoryUrl>
<PackageIconUrl>ttps://raw.githubusercontent.com/canerpatir/AntiSamy.NET/master/icon.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/canerpatir/AntiSamy.NET</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/canerpatir/AntiSamy.NET/blob/master/LICENCE</PackageLicenseUrl>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<RepositoryType>git</RepositoryType>
<Description>A .net standard library for performing configurable cleansing of HTML coming from untrusted sources.</Description>
<Copyright>Caner Patır</Copyright>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>