Skip to content

Commit b230bf7

Browse files
committed
Updated icons in project files (#326)
1 parent 8fcb99f commit b230bf7

File tree

36 files changed

+96
-65
lines changed

36 files changed

+96
-65
lines changed
Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
using System.Reflection;
2-
using System.Runtime.InteropServices;
1+
using System.Runtime.InteropServices;
32

4-
// General Information about an assembly is controlled through the following
5-
// set of attributes. Change these attribute values to modify the information
6-
// associated with an assembly.
7-
[assembly: AssemblyConfiguration("")]
8-
[assembly: AssemblyCompany("")]
9-
[assembly: AssemblyProduct("NoStartup.Components")]
10-
[assembly: AssemblyTrademark("")]
11-
12-
// Setting ComVisible to false makes the types in this assembly not visible
13-
// to COM components. If you need to access a type in this assembly from
14-
// COM, set the ComVisible attribute to true on that type.
153
[assembly: ComVisible(false)]
164

17-
// The following GUID is for the ID of the typelib if this project is exposed to COM
185
[assembly: Guid("a8975050-1824-46fb-a3ef-1c1b5cc5ef88")]

samples/NoStartup/NoStartup.Controllers/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
[assembly: ComVisible(false)]
44

5-
// The following GUID is for the ID of the typelib if this project is exposed to COM
65
[assembly: Guid("3fe2494f-887a-4c7d-9ce6-4c53489a966d")]
Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
using System.Reflection;
2-
using System.Runtime.InteropServices;
1+
using System.Runtime.InteropServices;
32

4-
// General Information about an assembly is controlled through the following
5-
// set of attributes. Change these attribute values to modify the information
6-
// associated with an assembly.
7-
[assembly: AssemblyConfiguration("")]
8-
[assembly: AssemblyCompany("")]
9-
[assembly: AssemblyProduct("NoStartup.Services")]
10-
[assembly: AssemblyTrademark("")]
11-
12-
// Setting ComVisible to false makes the types in this assembly not visible
13-
// to COM components. If you need to access a type in this assembly from
14-
// COM, set the ComVisible attribute to true on that type.
153
[assembly: ComVisible(false)]
164

17-
// The following GUID is for the ID of the typelib if this project is exposed to COM
185
[assembly: Guid("7f5ba229-dc61-416a-b03a-0de756c2459f")]

samples/NoStartup/NoStartup.Test/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
[assembly: ComVisible(false)]
44

5-
// The following GUID is for the ID of the typelib if this project is exposed to COM
65
[assembly: Guid("d28e4019-dc88-452d-8aef-46799ab32b45")]

src/MyTested.AspNetCore.Mvc.Abstractions/MyTested.AspNetCore.Mvc.Abstractions.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Copyright>2015-2019 Ivaylo Kenov</Copyright>
66
<AssemblyTitle>MyTested.AspNetCore.Mvc.Abstractions</AssemblyTitle>
77
<VersionPrefix>3.0.0</VersionPrefix>
8+
<VersionSuffix>preview</VersionSuffix>
89
<Authors>Ivaylo Kenov</Authors>
910
<TargetFramework>netcoreapp3.0</TargetFramework>
1011
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -16,7 +17,7 @@
1617
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1718
<PackageId>MyTested.AspNetCore.Mvc.Abstractions</PackageId>
1819
<PackageTags>aspnetcore;aspnetcoremvc;testing;unit;tests;fluent;testing;framework;asp;net;core;mvc;test;mymvc;mytested</PackageTags>
19-
<PackageIconUrl>https://raw.githubusercontent.com/ivaylokenov/MyTested.AspNetCore.Mvc/master/tools/nuget-logo.png</PackageIconUrl>
20+
<PackageIcon>nuget-logo.png</PackageIcon>
2021
<PackageProjectUrl>https://mytestedasp.net/</PackageProjectUrl>
2122
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2223
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -45,6 +46,7 @@
4546

4647
<ItemGroup>
4748
<None Include="../../LICENSE" Pack="true" PackagePath="" />
49+
<None Include="../../tools/nuget-logo.png" Pack="true" PackagePath="" />
4850
</ItemGroup>
4951

5052
</Project>

src/MyTested.AspNetCore.Mvc.Authentication/MyTested.AspNetCore.Mvc.Authentication.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Copyright>2015-2019 Ivaylo Kenov</Copyright>
66
<AssemblyTitle>MyTested.AspNetCore.Mvc.Authentication</AssemblyTitle>
77
<VersionPrefix>3.0.0</VersionPrefix>
8+
<VersionSuffix>preview</VersionSuffix>
89
<Authors>Ivaylo Kenov</Authors>
910
<TargetFramework>netcoreapp3.0</TargetFramework>
1011
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -16,7 +17,7 @@
1617
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1718
<PackageId>MyTested.AspNetCore.Mvc.Authentication</PackageId>
1819
<PackageTags>aspnetcore;aspnetcoremvc;testing;unit;tests;fluent;testing;framework;asp;net;core;mvc;test;mymvc;mytested</PackageTags>
19-
<PackageIconUrl>https://raw.githubusercontent.com/ivaylokenov/MyTested.AspNetCore.Mvc/master/tools/nuget-logo.png</PackageIconUrl>
20+
<PackageIcon>nuget-logo.png</PackageIcon>
2021
<PackageProjectUrl>https://mytestedasp.net/</PackageProjectUrl>
2122
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2223
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -36,6 +37,7 @@
3637

3738
<ItemGroup>
3839
<None Include="../../LICENSE" Pack="true" PackagePath="" />
40+
<None Include="../../tools/nuget-logo.png" Pack="true" PackagePath="" />
3941
</ItemGroup>
4042

4143
</Project>

src/MyTested.AspNetCore.Mvc.Caching/MyTested.AspNetCore.Mvc.Caching.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Copyright>2015-2019 Ivaylo Kenov</Copyright>
66
<AssemblyTitle>MyTested.AspNetCore.Mvc.Caching</AssemblyTitle>
77
<VersionPrefix>3.0.0</VersionPrefix>
8+
<VersionSuffix>preview</VersionSuffix>
89
<Authors>Ivaylo Kenov</Authors>
910
<TargetFramework>netcoreapp3.0</TargetFramework>
1011
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -16,7 +17,7 @@
1617
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1718
<PackageId>MyTested.AspNetCore.Mvc.Caching</PackageId>
1819
<PackageTags>aspnetcore;aspnetcoremvc;testing;unit;tests;fluent;testing;framework;asp;net;core;mvc;test;mymvc;mytested</PackageTags>
19-
<PackageIconUrl>https://raw.githubusercontent.com/ivaylokenov/MyTested.AspNetCore.Mvc/master/tools/nuget-logo.png</PackageIconUrl>
20+
<PackageIcon>nuget-logo.png</PackageIcon>
2021
<PackageProjectUrl>https://mytestedasp.net/</PackageProjectUrl>
2122
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2223
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -38,6 +39,7 @@
3839

3940
<ItemGroup>
4041
<None Include="../../LICENSE" Pack="true" PackagePath="" />
42+
<None Include="../../tools/nuget-logo.png" Pack="true" PackagePath="" />
4143
</ItemGroup>
4244

4345
</Project>

src/MyTested.AspNetCore.Mvc.Configuration/MyTested.AspNetCore.Mvc.Configuration.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Copyright>2015-2019 Ivaylo Kenov</Copyright>
66
<AssemblyTitle>MyTested.AspNetCore.Mvc.Configuration</AssemblyTitle>
77
<VersionPrefix>3.0.0</VersionPrefix>
8+
<VersionSuffix>preview</VersionSuffix>
89
<Authors>Ivaylo Kenov</Authors>
910
<TargetFramework>netcoreapp3.0</TargetFramework>
1011
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -16,7 +17,7 @@
1617
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1718
<PackageId>MyTested.AspNetCore.Mvc.Configuration</PackageId>
1819
<PackageTags>aspnetcore;aspnetcoremvc;testing;unit;tests;fluent;testing;framework;asp;net;core;mvc;test;mymvc;mytested</PackageTags>
19-
<PackageIconUrl>https://raw.githubusercontent.com/ivaylokenov/MyTested.AspNetCore.Mvc/master/tools/nuget-logo.png</PackageIconUrl>
20+
<PackageIcon>nuget-logo.png</PackageIcon>
2021
<PackageProjectUrl>https://mytestedasp.net/</PackageProjectUrl>
2122
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2223
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -37,6 +38,7 @@
3738

3839
<ItemGroup>
3940
<None Include="../../LICENSE" Pack="true" PackagePath="" />
41+
<None Include="../../tools/nuget-logo.png" Pack="true" PackagePath="" />
4042
</ItemGroup>
4143

4244
</Project>

src/MyTested.AspNetCore.Mvc.Controllers.ActionResults/MyTested.AspNetCore.Mvc.Controllers.ActionResults.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Copyright>2015-2019 Ivaylo Kenov</Copyright>
66
<AssemblyTitle>MyTested.AspNetCore.Mvc.Controllers.ActionResults</AssemblyTitle>
77
<VersionPrefix>3.0.0</VersionPrefix>
8+
<VersionSuffix>preview</VersionSuffix>
89
<Authors>Ivaylo Kenov</Authors>
910
<TargetFramework>netcoreapp3.0</TargetFramework>
1011
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -16,7 +17,7 @@
1617
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1718
<PackageId>MyTested.AspNetCore.Mvc.Controllers.ActionResults</PackageId>
1819
<PackageTags>aspnetcore;aspnetcoremvc;testing;unit;tests;fluent;testing;framework;asp;net;core;mvc;test;mymvc;mytested</PackageTags>
19-
<PackageIconUrl>https://raw.githubusercontent.com/ivaylokenov/MyTested.AspNetCore.Mvc/master/tools/nuget-logo.png</PackageIconUrl>
20+
<PackageIcon>nuget-logo.png</PackageIcon>
2021
<PackageProjectUrl>https://mytestedasp.net/</PackageProjectUrl>
2122
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2223
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -36,6 +37,7 @@
3637

3738
<ItemGroup>
3839
<None Include="../../LICENSE" Pack="true" PackagePath="" />
40+
<None Include="../../tools/nuget-logo.png" Pack="true" PackagePath="" />
3941
</ItemGroup>
4042

4143
</Project>

src/MyTested.AspNetCore.Mvc.Controllers.Attributes/MyTested.AspNetCore.Mvc.Controllers.Attributes.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Copyright>2015-2019 Ivaylo Kenov</Copyright>
66
<AssemblyTitle>MyTested.AspNetCore.Mvc.Controllers.Attributes</AssemblyTitle>
77
<VersionPrefix>3.0.0</VersionPrefix>
8+
<VersionSuffix>preview</VersionSuffix>
89
<Authors>Ivaylo Kenov</Authors>
910
<TargetFramework>netcoreapp3.0</TargetFramework>
1011
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -16,7 +17,7 @@
1617
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1718
<PackageId>MyTested.AspNetCore.Mvc.Controllers.Attributes</PackageId>
1819
<PackageTags>aspnetcore;aspnetcoremvc;testing;unit;tests;fluent;testing;framework;asp;net;core;mvc;test;mymvc;mytested</PackageTags>
19-
<PackageIconUrl>https://raw.githubusercontent.com/ivaylokenov/MyTested.AspNetCore.Mvc/master/tools/nuget-logo.png</PackageIconUrl>
20+
<PackageIcon>nuget-logo.png</PackageIcon>
2021
<PackageProjectUrl>https://mytestedasp.net/</PackageProjectUrl>
2122
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2223
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -36,6 +37,7 @@
3637

3738
<ItemGroup>
3839
<None Include="../../LICENSE" Pack="true" PackagePath="" />
40+
<None Include="../../tools/nuget-logo.png" Pack="true" PackagePath="" />
3941
</ItemGroup>
4042

4143
</Project>

0 commit comments

Comments
 (0)