Type
This commit is contained in:
parent
f953fd4bb2
commit
2c5dfc21de
@ -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,
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user