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.
1 parent cccb7bb commit 2f1efeaCopy full SHA for 2f1efea
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2018 David
+Copyright (c) 2018 ThymineC
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
src/AsyncEvent/AsyncEvent.csproj
@@ -6,6 +6,8 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7
<AssemblyName>AsyncEvent</AssemblyName>
8
<PackageId>AsyncEvent</PackageId>
9
+ <Authors>ThymineC</Authors>
10
+ <Copyright>MIT</Copyright>
11
<RepositoryType>git</RepositoryType>
12
<RepositoryUrl>https://github.com/TAGC/AsyncEvent</RepositoryUrl>
13
</PropertyGroup>
0 commit comments