Skip to content

Commit 140333e

Browse files
committed
Merge branch 'main' into development
2 parents 536ebc7 + 2fd4ead commit 140333e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ColorSetKit-Test/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bin
2+
obj

ColorSetKit-Test/bin/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

ColorSetKit-Test/obj/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

ColorSetKit/ColorSetKit.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<LangVersion>8.0</LangVersion>
1111
<Nullable>enable</Nullable>
1212
<WarningsAsErrors>nullable;CS8600;CS8602;CS8603;CS8625</WarningsAsErrors>
13+
<RepositoryUrl>https://github.com/DigiDNA/ColorSet</RepositoryUrl>
14+
<Version>1.3.1</Version>
1315
</PropertyGroup>
1416

1517
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)