Skip to content
Snippets Groups Projects
Commit f0aa09f2 authored by areynold's avatar areynold
Browse files

update nuspec, csproj

parent 34b63ca9
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,69 @@ ...@@ -2,6 +2,69 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net45</TargetFramework> <TargetFramework>net45</TargetFramework>
<Version>2.0.0-alpha10</Version>
<Authors>areynold</Authors>
<Company>Beckman Institute for Advanced Science &amp; Technology; University of Illinois at Urbana-Champaign</Company>
<Copyright>Copyright 2018, University of Illinois Board of Trustees</Copyright>
<Description>Model classes for use with the Beckman Institute web API.</Description>
<PackageProjectUrl>https://gitlab.engr.illinois.edu/beckmancomms/beckmancomms-api-datatransferobjects</PackageProjectUrl>
<RepositoryUrl>https://gitlab.engr.illinois.edu/beckmancomms/beckmancomms-api-datatransferobjects.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>mvc, dto, api, beckman, uiuc, illinois</PackageTags>
<PackageReleaseNotes>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.</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.4|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.4|AnyCPU'">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata> <metadata>
<id>BeckmanComms.Api.DataTransferObjects</id> <id>BeckmanComms.Api.DataTransferObjects</id>
<version>2.0.0-alpha09</version> <version>2.0.0-alpha10</version>
<title>Beckman API Data Transfer Objects</title> <title>Beckman API Data Transfer Objects</title>
<authors>areynold</authors> <authors>areynold</authors>
<owners>Beckman Institute; University of Illinois</owners> <owners>Beckman Institute; University of Illinois</owners>
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
<description>Model classes for use with the Beckman Institute web API.</description> <description>Model classes for use with the Beckman Institute web API.</description>
<summary>Model classes for use with the Beckman Institute web API.</summary> <summary>Model classes for use with the Beckman Institute web API.</summary>
<releaseNotes> <releaseNotes>
2.0.0-alpha10 (unreleased):
2.0.0-alpha09: 2.0.0-alpha09:
* Add nullable EventDto recurrence ID. * Add nullable EventDto recurrence ID.
* Make EventDto.EndDate nullable. * Make EventDto.EndDate nullable.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment