We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2821c5a commit fd3f3ffCopy full SHA for fd3f3ff
2 files changed
.gitignore
@@ -29,4 +29,5 @@ msbuild.err
29
msbuild.wrn
30
31
# Visual Studio 2015
32
-.vs/
+.vs/
33
+nuget.config
iprep.csproj
@@ -3,6 +3,12 @@
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFramework>netcoreapp3.1</TargetFramework>
6
+ <PackageId>IPRep</PackageId>
7
+ <Version>0.1.0</Version>
8
+ <Authors>jbies121</Authors>
9
+ <Company>GitHub</Company>
10
+ <PackageDescription>This package adds an Octocat!</PackageDescription>
11
+ <RepositoryUrl>https://github.com/jbies121/iprep</RepositoryUrl>
12
</PropertyGroup>
13
14
<ItemGroup>
0 commit comments