Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
asiryan committed May 19, 2024
1 parent 3c36219 commit dee8b31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2015-2023 Valery Asiryan
Copyright (c) 2015-2024 Valery Asiryan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion sources/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2015-2023 Valery Asiryan
Copyright (c) 2015-2024 Valery Asiryan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions sources/UMapx.Imaging.Webp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<Version>6.0.0.1</Version>
<Version>6.0.1.1</Version>
<PackageId>UMapx.Imaging.Webp</PackageId>
<Company>Valery Asiryan</Company>
<Authors>Valery Asiryan</Authors>
<Product>UMapx</Product>
<Copyright>Valery Asiryan, © 2015-2023</Copyright>
<Copyright>Valery Asiryan, © 2015-2024</Copyright>
<Description>UMapx sub-library for interacting with webp images.</Description>
<PackageProjectUrl>https://github.com/asiryan/UMapx</PackageProjectUrl>
<RepositoryUrl>https://github.com/asiryan/UMapx</RepositoryUrl>
Expand All @@ -19,8 +19,8 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>umapxnet.png</PackageIcon>
<AssemblyVersion>6.0.0.1</AssemblyVersion>
<FileVersion>6.0.0.1</FileVersion>
<AssemblyVersion>6.0.1.1</AssemblyVersion>
<FileVersion>6.0.1.1</FileVersion>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>umapxnet.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down Expand Up @@ -56,7 +56,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="UMapx" Version="6.0.0.1" />
<PackageReference Include="UMapx" Version="6.0.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit dee8b31

Please sign in to comment.