File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- <Version >1.1.0</Version >
6
- <PackageVersion >1.1.0</PackageVersion >
5
+ <Version >1.1.1</Version >
6
+ <PackageVersion >1.1.1</PackageVersion >
7
+
8
+ <PackageId >DeclarativeContracts</PackageId >
9
+ <Authors >Artur Lavrov, Mykyta Lytvynenko</Authors >
10
+ <Title >Declarative Contracts</Title >
11
+ <PackageDescription >Lightweight library that enforce design by contract approach in clean and declarative manner.</PackageDescription >
12
+ <PackageReadmeFile >README.md</PackageReadmeFile >
13
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
14
+ <RepositoryUrl >https://github.com/ArturLavrov/DeclarativeContracts</RepositoryUrl >
7
15
</PropertyGroup >
16
+
17
+ <ItemGroup >
18
+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
19
+ </ItemGroup >
8
20
9
21
<ItemGroup >
10
22
<Compile Remove =" Class1.cs" />
You can’t perform that action at this time.
0 commit comments