Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
beckmancomms-api-datatransferobjects
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
BeckmanComms
beckmancomms-api-datatransferobjects
Commits
f0f787c7
Commit
f0f787c7
authored
6 years ago
by
areynold
Browse files
Options
Downloads
Patches
Plain Diff
remove redundant nuspec file
parent
c30c6ab5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
BeckmanComms.Api.DataTransferObjects/BeckmanComms.Api.DataTransferObjects.nuspec
+0
-82
0 additions, 82 deletions
...ansferObjects/BeckmanComms.Api.DataTransferObjects.nuspec
with
0 additions
and
82 deletions
BeckmanComms.Api.DataTransferObjects/BeckmanComms.Api.DataTransferObjects.nuspec
deleted
100644 → 0
+
0
−
82
View file @
c30c6ab5
<?xml version="1.0" encoding="utf-8"?>
<package
xmlns=
"http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"
>
<metadata>
<id>
BeckmanComms.Api.DataTransferObjects
</id>
<version>
2.0.0-alpha10
</version>
<title>
Beckman API Data Transfer Objects
</title>
<authors>
areynold
</authors>
<owners>
Beckman Institute; University of Illinois
</owners>
<requireLicenseAcceptance>
false
</requireLicenseAcceptance>
<projectUrl>
https://gitlab.engr.illinois.edu/beckmancomms/beckmancomms-api-datatransferobjects
</projectUrl>
<description>
Model classes for use with the Beckman Institute web API.
</description>
<summary>
Model classes for use with the Beckman Institute web API.
</summary>
<releaseNotes>
2.0.0-alpha10 (unreleased):
2.0.0-alpha09:
* Add nullable EventDto recurrence ID.
* Make EventDto.EndDate nullable.
2.0.0-alpha08:
* Add group type property to GroupDto.
2.0.0-alpha07:
* Add calendar option for digital signs feed.
2.0.0-alpha06:
* Correct bad package build.
2.0.0-alpha05:
* Remove redundant net46 target.
* Remove broken, unused netstandard1.4 target.
2.0.0-alpha04:
* Add DTOs for Event and Calendar API v2.
* Update copyright.
2.0.0-alpha03:
* Use decimal instead of double for DishDto prices.
2.0.0-alpha02:
* Add V2 cafe DTOs.
2.0.0-alpha01:
* Correct class namespaces to reference assembly name.
1.1.0-alpha01:
* Add initial V2 directory DTOs.
1.0.0:
* Migrate to .net standard library project.
* Rename project. (Was Api.DataTransferObjects.).
* Include only live (v1) api DTOs.
0.0.4:
* Correct project link.
* Set System.Xml.XmlSerializer dependency.
0.0.3:
* Correct docstring typo.
0.0.2:
* Add v1, v2 docstrings.
0.0.1:
* Package initial v1, v2 data transfer objects.
</releaseNotes>
<copyright>
Copyright 2018, University of Illinois Board of Trustees
</copyright>
<language>
en-US
</language>
<tags>
mvc, dto, api, beckman, uiuc, illinois
</tags>
<dependencies>
<group
targetFramework=
".NETFramework4.5"
>
<dependency
id=
"System.Xml.XmlSerializer"
version=
"4.3.0"
/>
<dependency
id=
"System.ComponentModel"
version=
"4.3.0"
/>
</group>
</dependencies>
</metadata>
<files>
<file
src=
"bin\Release\net45\BeckmanComms.Api.DataTransferObjects.dll"
target=
"lib\net45\BeckmanComms.Api.DataTransferObjects.dll"
/>
<file
src=
"bin\Release\net45\BeckmanComms.Api.DataTransferObjects.pdb"
target=
"lib\net45\BeckmanComms.Api.DataTransferObjects.pdb"
/>
<file
src=
"bin\Release\shared\BeckmanComms.Api.DataTransferObjects.xml"
target=
"lib\net45\BeckmanComms.Api.DataTransferObjects.xml"
/>
</files>
</package>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment