Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • Hotfix/1389-projectForbiddenCharacters
  • Issue/1910-MigrationtoNET6.0
  • Issue/1968-replaceContactEmails
  • Issue/2263-changeMailingDomain
  • Issue/2309-docs
  • Issue/50-signatureOfMails
  • Product/1089-htmlEmail
  • Product/1287-dotnet5Sharepoint
  • Product/407-net5migration
  • Sprint/2020-20
  • Sprint/2021-01
  • Sprint/2021-03
  • Sprint/2021-05
  • Sprint/2021-22
  • Sprint/2021-23
  • Sprint/2022-01
  • Sprint/2022-05
  • Sprint/2023
  • Topic/1126-enableHTMLEmail
  • Topic/1226-emailLibraryMigration
  • Topic/1334-dotnet5migration
  • dev
  • gitkeep
  • master
  • test_localfeed
  • v1.0.0
  • v1.0.1
  • v1.1.0
  • v1.2.0
  • v1.3.0
  • v2.0.0
  • v2.0.1
  • v2.1.0
  • v2.2.0
  • v2.3.0
  • v2.3.1
  • v2.3.2
  • v2.3.3
38 results

Target

Select target project
  • coscine/backend/libraries/email
1 result
Select Git revision
  • Hotfix/1389-projectForbiddenCharacters
  • Issue/1910-MigrationtoNET6.0
  • Issue/1968-replaceContactEmails
  • Issue/2263-changeMailingDomain
  • Issue/2309-docs
  • Issue/50-signatureOfMails
  • Product/1089-htmlEmail
  • Product/1287-dotnet5Sharepoint
  • Product/407-net5migration
  • Sprint/2020-20
  • Sprint/2021-01
  • Sprint/2021-03
  • Sprint/2021-05
  • Sprint/2021-22
  • Sprint/2021-23
  • Sprint/2022-01
  • Sprint/2022-05
  • Sprint/2023
  • Topic/1126-enableHTMLEmail
  • Topic/1226-emailLibraryMigration
  • Topic/1334-dotnet5migration
  • dev
  • gitkeep
  • master
  • test_localfeed
  • v1.0.0
  • v1.0.1
  • v1.1.0
  • v1.2.0
  • v1.3.0
  • v2.0.0
  • v2.0.1
  • v2.1.0
  • v2.2.0
  • v2.3.0
  • v2.3.1
  • v2.3.2
  • v2.3.3
38 results
Show changes
Commits on Source (4)
{
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "5.6.4",
"commands": [
"dotnet-gitversion"
]
},
"dotnet-version-cli": {
"version": "2.1.1",
"commands": [
"dotnet-version"
]
}
}
}
\ No newline at end of file
......@@ -268,3 +268,6 @@ __pycache__/
tools/*
!tools/packages.config
dist/
# Dotnet Tool Manifest
.config/*
......@@ -3,6 +3,16 @@
<OutputType>Library</OutputType>
<RootNamespace>Coscine.Email</RootNamespace>
<AssemblyName>Coscine.Email</AssemblyName>
<TargetFrameworks>net5.0;net461</TargetFrameworks>
<Version>1.3.0</Version></PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>2.0.0</Version>
</PropertyGroup>
<PropertyGroup>
<Authors>RWTH Aachen University</Authors>
<Company>IT Center, RWTH Aachen University</Company>
<Copyright>2021 IT Center, RWTH Aachen University</Copyright>
<Description>Email is a part of the Coscine group.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://git.rwth-aachen.de/coscine/backend/libraries/Email</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>
</Project>
\ No newline at end of file
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>rwth-aachen</authors>
<owners>rwth-aachen</owners>
<license type="expression">MIT</license>
<projectUrl>https://git.rwth-aachen.de/coscine/cs/email</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<copyright>$copyright$</copyright>
</metadata>
</package>
\ No newline at end of file
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Cake.
// </auto-generated>
//------------------------------------------------------------------------------
using System.Reflection;
[assembly: AssemblyDescription("Email is a part of the CoScInE group.")]
[assembly: AssemblyCopyright("2021 IT Center, RWTH Aachen University")]