Skip to content

Commit

Permalink
Updated version to 2.9.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoeduardo committed Mar 24, 2020
1 parent 7ada6d4 commit c34a2d1
Show file tree
Hide file tree
Showing 43 changed files with 46 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains a custom validation adapter to allow custom attributes contained within the Umbrella.DataAnnotations package to be used with client side (currently jQuery validation).
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains middleware and tag helpers to be used in conjunction with the Umbrella.DynamicImage.* packages.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains middleware to support creating multi-tenanted applications.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains a range of utility classes to aid web application development.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package is used to retrieve authentication tokens from Azure Active Directory using either client credentials or a client certificate. The tokens can then be used to access certain Azure services.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains a range of data annotation attributes that go beyond the standard ones available in the System.ComponentModel.DataAnnotations namespace.
This package was originally cloned from: https://foolproof.codeplex.com/ and contains fixes and enhancements to the original code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package is used to support the Umbrella.Utilities package by providing integration with Newtonsoft.Json
</Description>
Expand Down
2 changes: 1 addition & 1 deletion Core/src/Umbrella.Utilities/Umbrella.Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>This package contains a range of utility classes to aid application development.</Description>
<PackageLicenseUrl>https://github.com/zinofi/Umbrella/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/zinofi/Umbrella</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This is a light-weight package containing types specific to scenarios where custom serialization needs to be applied to the ModelState generated by ASP.NET Core MVC and legacy WebApi controllers. This is typically required where the model state is serialized to then be consumed by other applications using a more friendly object graph format than is available as default.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains a range of utility classes to aid web application development.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains Data Access abstractions upon which the Umbrella.DataAccess.EF6 and Umbrella.DataAccess.EntityFrameworkCore packages depend.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains data access infrastructure to allow for the simple creation of Entity Framework 6 repositories.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>This package is a placeholder for a future EF Core port of the Umbrella.DataAccess.EF6 package.</Description>
<PackageLicenseUrl>https://github.com/zinofi/Umbrella/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/zinofi/Umbrella</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains utilities used for mapping data between DTOs and IEntity types found in the Umbrella.DataAccess.Abstractions package. The mapping utilities leverage the capabilities of the AutoMapper library and their primary purpose if for mapping items in both single level and nested collections.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package builds on the Umbrella.DataAccess.EF6 repositories concept to allow for multi-tenanted application data access logic.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains abstractions for building data access code for multi-tenanted applications.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains Data Access infrastructure for working with remote data sources over HTTP connections.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains the core abstractions which underpin all other Umbrella.DynamicImage.* packages.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package provides an Azure Blob Storage based caching mechanism for the Umbrella.DynamicImage infrastructure.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains an implementation of the IDynamicImageResizer built using the .NET Core wrapper for FreeImage. The repo for this wrapper can be found on github: https://github.com/matgr1/FreeImage-dotnet-core
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains an implementation of the IDynamicImageResizer built using the SkiaSharp library. The repo for this library can be found on github: https://github.com/mono/SkiaSharp
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains an implementation of the IDynamicImageResizer built using the DynamicImage library. The repo for this library can be found on github: https://github.com/tgjones/dynamic-image.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains come common features shared by other Umbrella.DynamicImage.* packages such as image URL generation and parsing capabilites as well as caching mechanisms for in-memory and physical disk.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains the core abstractions which underpin all other Umbrella.FileSystem.* packages as well as many other of the Umbrella.* packages which access the file system.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains implementations of the Umbrella.FileSystem.Abstractions types using Azure Blob Storage as the storage mechanism.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains implementations of the Umbrella.FileSystem.Abstractions types using the physical disk as the storage mechanism.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains a range of utility classes to aid application development with the legacy .NET stack, i.e. pre .NET Core.
</Description>
Expand Down
2 changes: 1 addition & 1 deletion Legacy/src/Umbrella.Legacy.WCF/Umbrella.Legacy.WCF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains classes used to aid WCF project development.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains bundling utilities to aid using the legacy ASP.NET stack with the Microsoft.AspNet.Web.Optimization package.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains a custom validation adapter to allow custom attributes contained within the Umbrella.DataAnnotations package to be used with client side validation (currently jquery validation).
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains OWIN middleware and HTML helpers to be used in conjunction
with the Umbrella.DynamicImage.* packages.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains OWIN middleware to be used in conjunction
with the Umbrella.FileSystem.* packages.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains a range of utility classes to aid web application development using the legacy ASP.NET stack.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains implementations of the ILogger and ILoggerProvider to allow ApplicationInsights to be used with the Microsoft.Extensions.Logging infrastructure
inside an application that doesn't use the Microsoft.DependencyInjection package or one where it is not being used as the primary DI container.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains the core abstractions and management infrastructure for writing log messages to Azure Table Storage.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package builds on the Umbrella.Extensions.Logging.Azure package by writing log messages to Azure Table Storage.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains implementations of the ILogger and ILoggerProvider to allow log4net to be used with the Microsoft.Extensions.Logging infrastructure.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains attributes that can be applied to POCO classes to detail how the code generators located in the Umbrella.TypeScript.* packages will generate TypeScript representations of those classes.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains .NET Core tooling to allow the Umbrella.TypeScript.Aurelia generators to be used with the dotnet CLI.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package builds on the Umbrella.TypeScript generators by providing a generator specifically for creating code for use with Aurelia.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains .NET Core tooling to allow the Umbrella.TypeScript generators to be used with the dotnet CLI.
</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Version>2.9.8-preview-001</Version>
<Authors>Richard Edwards</Authors>
<Company>Zinofi Digital Ltd</Company>
<Copyright>Zinofi Digital Ltd 2019</Copyright>
<Copyright>Zinofi Digital Ltd 2020</Copyright>
<Description>
This package contains TypeScript code generators for creating POTO and Knockout classes.
</Description>
Expand Down
Loading

0 comments on commit c34a2d1

Please sign in to comment.