Skip to content

Commit 6aaa86b

Browse files
committed
Added new packages solutions to solely focus on package updates
Updated package metadata for creating a new v1.1 version
1 parent 3a22430 commit 6aaa86b

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

src/Northwind.Data/Northwind.Data.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Company>Lozanotek, Inc.</Company>
6+
<Authors>jglozano</Authors>
7+
<Version>1.1.0</Version>
8+
<Description>Demo package for the .NET Development Yesterday, Today and Tomorrow presentation.</Description>
59
</PropertyGroup>
610

711
<ItemGroup>

src/Packages.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.27703.2026
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Data", "Northwind.Data\Northwind.Data.csproj", "{2BC85545-AFD2-467C-8C10-2CD2D07A5A7A}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{2BC85545-AFD2-467C-8C10-2CD2D07A5A7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{2BC85545-AFD2-467C-8C10-2CD2D07A5A7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{2BC85545-AFD2-467C-8C10-2CD2D07A5A7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{2BC85545-AFD2-467C-8C10-2CD2D07A5A7A}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {EE4ED335-5879-4ADE-BCFA-A3B53F5CE484}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)