This commit is contained in:
JacobTech 2023-07-03 22:54:23 -04:00
parent f953fd4bb2
commit 2c5dfc21de
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
namespace JacobTechEncryption.Enums; namespace JacobTechEncryption.Enums;
public enum EncoderType public enum EncoderType : short
{ {
UTF8 = 0, UTF8 = 0,
UTF16 = 1, UTF16 = 1,

View File

@ -8,6 +8,7 @@
<Authors>JacobTech</Authors> <Authors>JacobTech</Authors>
<RepositoryUrl>https://git.jacobtech.com/JacobTech.com/JacobTechEncryption</RepositoryUrl> <RepositoryUrl>https://git.jacobtech.com/JacobTech.com/JacobTechEncryption</RepositoryUrl>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
<Version>1.0.1</Version>
</PropertyGroup> </PropertyGroup>
<Target Name="CustomActionsAfterPublish" AfterTargets="Pack"> <Target Name="CustomActionsAfterPublish" AfterTargets="Pack">