Skip to content

Commit cf09e5e

Browse files
committed
Removed the lang version tag and updated the NuGet package description
1 parent c337ea2 commit cf09e5e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

PackDB.FileSystem/PackDB.FileSystem.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<LangVersion>default</LangVersion>
54
<TargetFrameworks>netcoreapp3.1;netstandard2.1</TargetFrameworks>
65
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
76
<Version>0.1.0</Version>
@@ -12,7 +11,7 @@
1211
<Title>PackDB.FileSystem</Title>
1312
<PackageId>PackDB.FileSystem</PackageId>
1413
<Authors>LiamRaper</Authors>
15-
<Description>PackDB is an abstracted data access layer that uses MessagePack as the Serializer for the it's data. PackDB has been build to allow for ease to extend individual parts or the whole system if desired.</Description>
14+
<Description>PackDB File System build on PackDB Core to allow storage of data on a file system..</Description>
1615
<Copyright>The NuGet Package is protected by copyright law and all rights to it are reserved for Liam Raper 2021</Copyright>
1716
<PackageProjectUrl>https://github.com/TechLiam/PackDB</PackageProjectUrl>
1817
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)