Package metadata update
This commit is contained in:
@@ -17,7 +17,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
|
||||
appveyor.yml = appveyor.yml
|
||||
build.cake = build.cake
|
||||
build.ps1 = build.ps1
|
||||
common.props = common.props
|
||||
icon.png = icon.png
|
||||
LICENCE = LICENCE
|
||||
README.md = README.md
|
||||
|
||||
2
LICENCE
2
LICENCE
@@ -1,6 +1,6 @@
|
||||
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
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -4,8 +4,16 @@
|
||||
<TargetFrameworks>netstandard2.0;net45;net46</TargetFrameworks>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<Authors>Caner Patır</Authors>
|
||||
<Version>1.0.3</Version>
|
||||
<FileVersion>1.0.3.0</FileVersion>
|
||||
<Version>1.0.4</Version>
|
||||
<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>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user