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

Merge branch 'release/2.0.0'

parents bb0ecc4c ad0569ed
No related branches found
No related tags found
No related merge requests found
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net45</TargetFramework> <TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<Version>2.0.0-alpha11</Version> <Version>2.0.0</Version>
<Authors>areynold</Authors> <Authors>areynold</Authors>
<Company>Beckman Institute for Advanced Science &amp; Technology; University of Illinois at Urbana-Champaign</Company> <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> <Copyright>Copyright 2018, University of Illinois Board of Trustees</Copyright>
<Description>Model classes for use with the Beckman Institute web API.</Description> <Description>Model classes for use with the Beckman Institute Communications web API.</Description>
<PackageProjectUrl>https://gitlab.engr.illinois.edu/beckmancomms/beckmancomms-api-datatransferobjects</PackageProjectUrl> <PackageProjectUrl>https://gitlab.engr.illinois.edu/beckmancomms/beckmancomms-api-datatransferobjects</PackageProjectUrl>
<RepositoryUrl>https://gitlab.engr.illinois.edu/beckmancomms/beckmancomms-api-datatransferobjects.git</RepositoryUrl> <RepositoryUrl>https://gitlab.engr.illinois.edu/beckmancomms/beckmancomms-api-datatransferobjects.git</RepositoryUrl>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
<PackageTags>mvc, dto, api, beckman, uiuc, illinois</PackageTags> <PackageTags>mvc, dto, api, beckman, uiuc, illinois</PackageTags>
<PackageReleaseNotes>2.0.0-alpha11: <PackageReleaseNotes>
2.0.0:
* Add netstandard support.
* Roll in v2 alpha releases.
2.0.0-alpha11:
* Extend PersonDto properties. * Extend PersonDto properties.
* Add supplemental directory DTOs (PublicationDto, PressDto, LinkDto). * Add supplemental directory DTOs (PublicationDto, PressDto, LinkDto).
2.0.0-alpha10:
* Add Status and HomeUnit properties to PersonDto.
* Add NCSA license file.
* Update nuget packaging instructions for Visual Studio.
2.0.0-alpha09: 2.0.0-alpha10:
* Add nullable EventDto recurrence ID. * Add Status and HomeUnit properties to PersonDto.
* Make EventDto.EndDate nullable. * Add NCSA license file.
* Update nuget packaging instructions for Visual Studio.
2.0.0-alpha09:
* Add nullable EventDto recurrence ID.
* Make EventDto.EndDate nullable.
2.0.0-alpha08: 2.0.0-alpha08:
* Add group type property to GroupDto. * Add group type property to GroupDto.
2.0.0-alpha07: 2.0.0-alpha07:
* Add calendar option for digital signs feed. * Add calendar option for digital signs feed.
2.0.0-alpha06: 2.0.0-alpha06:
* Correct bad package build. * Correct bad package build.
2.0.0-alpha05: 2.0.0-alpha05:
* Remove redundant net46 target. * Remove redundant net46 target.
* Remove broken, unused netstandard1.4 target. * Remove broken, unused netstandard1.4 target.
2.0.0-alpha04: 2.0.0-alpha04:
* Add DTOs for Event and Calendar API v2. * Add DTOs for Event and Calendar API v2.
* Update copyright. * Update copyright.
2.0.0-alpha03: 2.0.0-alpha03:
* Use decimal instead of double for DishDto prices. * Use decimal instead of double for DishDto prices.
2.0.0-alpha02: 2.0.0-alpha02:
* Add V2 cafe DTOs. * Add V2 cafe DTOs.
2.0.0-alpha01: 2.0.0-alpha01:
* Correct class namespaces to reference assembly name. * Correct class namespaces to reference assembly name.
1.1.0-alpha01: 1.1.0-alpha01:
* Add initial V2 directory DTOs. * Add initial V2 directory DTOs.
1.0.0: 1.0.0:
* Migrate to .net standard library project. * Migrate to .net standard library project.
* Rename project. (Was Api.DataTransferObjects.). * Rename project. (Was Api.DataTransferObjects.).
* Include only live (v1) api DTOs. * Include only live (v1) api DTOs.
0.0.4: 0.0.4:
* Correct project link. * Correct project link.
* Set System.Xml.XmlSerializer dependency. * Set System.Xml.XmlSerializer dependency.
0.0.3: 0.0.3:
* Correct docstring typo. * Correct docstring typo.
0.0.2: 0.0.2:
* Add v1, v2 docstrings. * Add v1, v2 docstrings.
0.0.1: 0.0.1:
* Package initial v1, v2 data transfer objects. * Roll in v2 alpha releases.
* Package initial v1, v2 data transfer objects.
</PackageReleaseNotes> </PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage> <NeutralLanguage>en-US</NeutralLanguage>
<AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion>
...@@ -93,5 +99,4 @@ ...@@ -93,5 +99,4 @@
<ItemGroup> <ItemGroup>
<Folder Include="V2\Cafe\" /> <Folder Include="V2\Cafe\" />
</ItemGroup> </ItemGroup>
</Project>
</Project> \ No newline at end of file
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