Skip to content

Commit

Permalink
Add EnumType
Browse files Browse the repository at this point in the history
  • Loading branch information
pmosk committed Dec 4, 2023
1 parent f5623f1 commit a3f58cc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions src/unit-test-data/UnitTest.Data/TestEntities/EnumType.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
namespace PrimeFuncPack.UnitTest;

public enum EnumType
{
Zero,

One,

Two,

Three,

Four,

Five,

Six,

Seven,

Eight,

Nine
}
2 changes: 1 addition & 1 deletion src/unit-test-data/UnitTest.Data/UnitTest.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Description>PrimeFuncPack UnitTest.Data is a library for .NET consisting of data types and predefined values to support unit testing.</Description>
<RootNamespace>PrimeFuncPack.UnitTest</RootNamespace>
<AssemblyName>PrimeFuncPack.UnitTest.Data</AssemblyName>
<Version>3.0.1-preview.1</Version>
<Version>3.1.0-preview.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a3f58cc

Please sign in to comment.