Skip to content

Commit fc548da

Browse files
committed
Updated NuGet package info
1 parent 4a5d646 commit fc548da

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

API/API.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<RootNamespace>TestMyCode.CSharp.API</RootNamespace>
66
<Nullable>enable</Nullable>
7+
<AssemblyName>TestMyCode.CSharp.API</AssemblyName>
8+
</PropertyGroup>
9+
10+
<PropertyGroup>
711
<PackageId>TestMyCode.CSharp.API</PackageId>
812
<Authors>TestMyCode</Authors>
9-
<Product>TestMyCode CSharp API</Product>
13+
<RepositoryUrl>https://github.com/TMC-CSharp/tmc-csharp-runner.git</RepositoryUrl>
14+
<RepositoryType>git</RepositoryType>
15+
<Version>1.0.0.1</Version>
1016
</PropertyGroup>
11-
1217
</Project>

Bootstrap/Bootstrap.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<RootNamespace>TestMyCode.CSharp.Bootstrap</RootNamespace>
77
<Nullable>enable</Nullable>
8+
<AssemblyName>TestMyCode.CSharp.Bootstrap</AssemblyName>
9+
</PropertyGroup>
10+
11+
<PropertyGroup>
12+
<PackageId>TestMyCode.CSharp.Bootstrap</PackageId>
13+
<Authors>TestMyCode</Authors>
14+
<RepositoryUrl>https://github.com/TMC-CSharp/tmc-csharp-runner.git</RepositoryUrl>
15+
<RepositoryType>git</RepositoryType>
16+
<Version>1.0.0.1</Version>
817
</PropertyGroup>
918

1019
<ItemGroup>

Core/Core.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<RootNamespace>TestMyCode.CSharp.Core</RootNamespace>
66
<Nullable>enable</Nullable>
7+
<AssemblyName>TestMyCode.CSharp.Core</AssemblyName>
8+
</PropertyGroup>
9+
10+
<PropertyGroup>
11+
<PackageId>TestMyCode.CSharp.Core</PackageId>
12+
<Authors>TestMyCode</Authors>
13+
<RepositoryUrl>https://github.com/TMC-CSharp/tmc-csharp-runner.git</RepositoryUrl>
14+
<RepositoryType>git</RepositoryType>
15+
<Version>1.0.1</Version>
716
</PropertyGroup>
817

918
<ItemGroup>

0 commit comments

Comments
 (0)