Select Git revision
AssemblyInfo.cs
-
# [1.5.0](https://git.rwth-aachen.de/coscine/api/sts/compare/v1.4.0...v1.5.0) (2019-11-26) ### New * Implement very basic static login process for IE8 and lower (coscine/issues#463) ([127aa2fe](https://git.rwth-aachen.de/coscine/api/sts/commit/127aa2fe6d4f114f9caab7e3a73621eeb3dcc906)), closes [coscine/issues#463](https://git.rwth-aachen.de/coscine/issues/issues/463)
# [1.5.0](https://git.rwth-aachen.de/coscine/api/sts/compare/v1.4.0...v1.5.0) (2019-11-26) ### New * Implement very basic static login process for IE8 and lower (coscine/issues#463) ([127aa2fe](https://git.rwth-aachen.de/coscine/api/sts/commit/127aa2fe6d4f114f9caab7e3a73621eeb3dcc906)), closes [coscine/issues#463](https://git.rwth-aachen.de/coscine/issues/issues/463)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
AssemblyInfo.cs 683 B
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Cake.
// </auto-generated>
//------------------------------------------------------------------------------
using System.Reflection;
[assembly: AssemblyTitle("STS")]
[assembly: AssemblyDescription("STS is a part of the CoScInE group.")]
[assembly: AssemblyCompany("IT Center, RWTH Aachen University")]
[assembly: AssemblyProduct("STS")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyInformationalVersion("1.5.0.0")]
[assembly: AssemblyCopyright("2019 IT Center, RWTH Aachen University")]