Skip to content

Commit 69c1246

Browse files
committed
version 0.3.0
1 parent bb7e525 commit 69c1246

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Datamodel.NET.csproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,23 @@
44
<OutputType>Library</OutputType>
55
<RootNamespace>Datamodel</RootNamespace>
66
<PackageId>KeyValues2</PackageId>
7-
<Version>0.2.0</Version>
7+
<Version>0.3.0</Version>
88
<PackageLicenseFile>COPYING</PackageLicenseFile>
99
<PackageReadmeFile>README.md</PackageReadmeFile>
1010
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1111
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
12+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
13+
<IncludeSymbols>true</IncludeSymbols>
14+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1215
<NoWarn>IDE0018</NoWarn>
1316
</PropertyGroup>
1417
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1518
<DocumentationFile>
1619
</DocumentationFile>
1720
</PropertyGroup>
18-
<PropertyGroup>
19-
<AssemblyOriginatorKeyFile>
20-
</AssemblyOriginatorKeyFile>
21-
</PropertyGroup>
21+
<ItemGroup>
22+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
23+
</ItemGroup>
2224
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Documentation|AnyCPU'">
2325
<OutputPath>bin\Documentation\</OutputPath>
2426
<Optimize>true</Optimize>

0 commit comments

Comments
 (0)