Skip to content

Commit fd3f3ff

Browse files
committed
Update .gitignore
1 parent 2821c5a commit fd3f3ff

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ msbuild.err
2929
msbuild.wrn
3030

3131
# Visual Studio 2015
32-
.vs/
32+
.vs/
33+
nuget.config

iprep.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<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>
612
</PropertyGroup>
713

814
<ItemGroup>

0 commit comments

Comments
 (0)