We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 536ebc7 + 2fd4ead commit 140333eCopy full SHA for 140333e
ColorSetKit-Test/.gitignore
@@ -0,0 +1,2 @@
1
+bin
2
+obj
ColorSetKit-Test/bin/.gitignore
ColorSetKit-Test/obj/.gitignore
ColorSetKit/ColorSetKit.csproj
@@ -10,6 +10,8 @@
10
<LangVersion>8.0</LangVersion>
11
<Nullable>enable</Nullable>
12
<WarningsAsErrors>nullable;CS8600;CS8602;CS8603;CS8625</WarningsAsErrors>
13
+ <RepositoryUrl>https://github.com/DigiDNA/ColorSet</RepositoryUrl>
14
+ <Version>1.3.1</Version>
15
</PropertyGroup>
16
17
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
0 commit comments