Repository URL to install this package:
|
Version:
1.0.1 ▾
|
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Sam Cook")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright 2022 Sam Cook")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("An implementation of the Redlock distributed lock algorithm")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3.1")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.3.1")]
[assembly: System.Reflection.AssemblyProductAttribute("RedLock.net")]
[assembly: System.Reflection.AssemblyTitleAttribute("RedLockNet.SERedis")]
[assembly: System.Reflection.AssemblyVersionAttribute("2.3.1.0")]
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/samcook/RedLock.net")]
// Generated by the MSBuild WriteCodeFragment class.