Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit ac62ff3

Browse files
committed
Changed the README.md to include instruction on how to add reference to NuGet package.
1 parent 4b0a299 commit ac62ff3

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Ellucian.Ethos.Integration.Generated.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.1.32421.90
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ellucian.Generated.BpApi", "Ellucian.Generated.BpApi.Ban\Ellucian.Generated.BpApi.Ban.csproj", "{58FC33DC-BA0B-48A2-A8D1-DFBFB363BE5B}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ellucian.Generated.BpApi.Ban", "Ellucian.Generated.BpApi.Ban\Ellucian.Generated.BpApi.Ban.csproj", "{58FC33DC-BA0B-48A2-A8D1-DFBFB363BE5B}"
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ellucian.Generated.Eedm", "Ellucian.Generated.Eedm\Ellucian.Generated.Eedm.csproj", "{37313620-44C1-4529-9F42-75FF1096BCC3}"
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{410D596B-4C88-41D1-8219-6E7AA9AB5ACD}"
1111
ProjectSection(SolutionItems) = preProject
1212
.gitignore = .gitignore
13+
README.md = README.md
1314
EndProjectSection
1415
EndProject
1516
Global

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Ethos Integration SDK C# Object Library
22

3-
This repository contains generated C# objects for use with the Ethos Integration SDK (EISDK) for C#. This code in this respository is not manually maintained, but rather is generated and pushed to this repository. The binaries for this library are available on NuGet.
3+
This repository contains generated C# objects for use with the Ethos Integration SDK (EISDK) for C#. The code in this repository is not manually maintained, but rather is generated and pushed to this repository. The binaries for this library are available on NuGet.
44

55
This contains the C# objects for both the Eedm and Bpapi object libraries.
6+
7+
Following are the instructions on how to add a NuGet package reference in DotNet project:
8+
9+
1. Right click on "Dependencies" under your dotnet project
10+
2. Then select "Manage NuGet Packages"
11+
3. Under the browse tab in the search text box type "Ellucian.Generated" and hit enter
12+
4. The result should have "Ellucian.Generated.Eedm" and "Ellucian.Generated.BpApi.Ban" libraries
13+
5. You can then select each library by selecting in the result window and clicking on the "Install" button in the right pane of the result window
14+
15+
Once installed you are ready to explore various objects and use them in your project.

0 commit comments

Comments
 (0)