File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
src/CodeUpdater/CodeUpdater Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 10
10
<RootNamespace >ProgrammerAL.Tools.CodeUpdater</RootNamespace >
11
11
<AssemblyName >ProgrammerAL.Tools.CodeUpdater</AssemblyName >
12
12
</PropertyGroup >
13
-
14
13
<PropertyGroup >
14
+ <Version >0.1.0</Version >
15
+ <Title >Code Updater</Title >
16
+ <Authors >ProgrammerAL</Authors >
17
+ <Description >A .NET tool to update code and dependencies to latest versions.</Description >
18
+ <PackageProjectUrl >https://github.com/ProgrammerAL/code-updater</PackageProjectUrl >
19
+ <RepositoryUrl >https://github.com/ProgrammerAL/code-updater</RepositoryUrl >
20
+ <RepositoryType >git</RepositoryType >
21
+ <PackageTags >tool</PackageTags >
22
+
15
23
<PackAsTool >true</PackAsTool >
16
24
<ToolCommandName >code-updater</ToolCommandName >
17
25
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments