GitObjectDb.ModelCodeGeneration by Thomas Caudal

<PackageReference Include="GitObjectDb.ModelCodeGeneration" Version="0.1.3-g1ddcdc5384" />

 GitObjectDb.ModelCodeGeneration 0.1.3-g1ddcdc5384

GitObjectDb is designed to simplify the configuration management versioning. It does so by removing the need for hand-coding the commands needed to interact with Git. The Git repository is used as a pure database as the files containing the serialized copy of the objects are never fetched in the filesystem. GitObjectDb only uses the blob storage provided by Git.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>GitObjectDb.ModelCodeGeneration</id>
    <version>0.1.3-g1ddcdc5384</version>
    <authors>Thomas Caudal</authors>
    <owners>Thomas Caudal</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/frblondin/GitObjectDb/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/frblondin/GitObjectDb</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/frblondin/GitObjectDb/master/GitObjectDb.png</iconUrl>
    <description>GitObjectDb is designed to simplify the configuration management versioning. It does so by removing the need for hand-coding the commands needed to interact with Git.

The Git repository is used as a pure database as the files containing the serialized copy of the objects are never fetched in the filesystem. GitObjectDb only uses the blob storage provided by Git.</description>
    <copyright>Copyright 2018</copyright>
    <tags>git, net, csharp, configuration-management</tags>
    <repository type="git" url="https://github.com/frblondin/GitObjectDb" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="GitObjectDb.ModelCodeGeneration.Attributes" version="0.1.3-g1ddcdc5384" exclude="Build,Analyzers" />
        <dependency id="CodeGeneration.Roslyn" version="0.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>